Searched refs:out (Results 1 - 25 of 79) sorted by relevance
1234
/solaris-desktop/scripts/ |
H A D | build_status | 31 (ret, out, err) = cmd("ls closed/*.spec *.spec") 36 for spec in out.rstrip("\n").split("\n"): 37 (ret, out, err) = cmd("%s get_package_names %s" % (SPECTOOL, spec)) 38 packages = out.rstrip("\n").split("\n") 39 (ret, out, err) = cmd("pkginfo -q %s" % packages[0])
|
H A D | uprev-spec | 79 my $out; 81 # if spec_file contains a leading dir, then split it out 165 $out = `cp $temp_file $spec_file`; 168 &print_msg ("ERROR: \"cp $temp_file $spec_file\": $out");
|
H A D | report-copyright | 148 $missing package(s) missing copyright file out of $total.
|
/solaris-desktop/base-specs/ |
H A D | gimp-help.spec | 70 - Create -- split out of gimp.spec
|
H A D | gtk-doc.spec | 70 echo Creating $f.out 72 sed -e 's,url=",url="file://%{_datadir}/gnome/help/gtk-doc-manual/'${loc}'/,' $f > $f.out 116 - create .omf.out files using sed since scrollkeeper-preinstall is not
|
H A D | gtkperf.spec | 35 different widgets and themes. Can be also used to find out ways of
|
H A D | pkg-config.spec | 75 - Separate out from SUNWgnome-common-devel.spec.
|
H A D | nimbus.spec | 107 - Add patch to comment out the redefine of an enum.
|
H A D | w3m.spec | 123 - commented out the line "make -j $CPU" and specified the simultaneously running job as 2,
|
H A D | gobject-introspection.spec | 175 - Unbump to 0.6.10. Turns out that the new version causes clutter to not 176 compile. I noticed 0.6.12 came out and tried that version, but it also fails
|
H A D | gst-plugins-base.spec | 264 to fix GPL headers. Took out this since it isn't needed and was 370 until I figure out why .so files aren't being built. 406 so making it convenient for RH users wins out. 421 - split out ffmpeg stuff to separate plugin. 428 - move out devel lib stuff to -devel package. 439 - split out dvdnavread package. 450 - Split avi plugin out to avi and windec plugins since aviplugin do not
|
H A D | cairo.spec | 181 - Comment out patch2 because of change to Freetype in snv_91 breaks build.
|
H A D | devhelp.spec | 171 - Comment out Evan's patch, 01-using-firefox3-gecko, so that we build against
|
H A D | glibmm.spec | 140 Also cleaned out %files and %files-devel where are not used here.
|
H A D | gphoto2.spec | 153 - Backing out Patch4,only applies in linux
|
/solaris-desktop/specs/ |
H A D | SUNWIPython.spec | 88 - Took out doc/COPYING and doc/Changelog of %doc section.
|
H A D | SUNWgnome-common-devel.spec | 119 - Moved gtk-doc out into it's own spec because of circular dependency.
|
H A D | SUNWraptor.spec | 128 - Many lines commented out for some reason. Un-comment them to allow package to
|
H A D | SUNWw3m.spec | 128 - Move libgc out.
|
H A D | SUNWgnome-a11y-reader.spec | 155 - Uncomment out l10n locale dir. Fixes 6499543. 163 - Comment out 'orca' dir until build issues with 0.2.[5-8] are resolved.
|
H A D | SUNWcairo.spec | 161 - Comment out 64bit libs from %files. They seem to have disappeared.
|
H A D | SUNWgnome-doc-utils.spec | 115 - Add hack back in to get build going again. Will split 'glib' out of
|
H A D | SUNWgnome-python26-desktop.spec | 131 - Split out into Python 2.4 and 2.6 spec-files
|
H A D | SUNWgnome-system-monitor.spec | 158 - Comment out removal of /var dirs as they are no longer installed.
|
/solaris-desktop/ext-sources/ |
H A D | acroread-combined-langs-x86 | 436 openssl x509 -inform "${INFORM}" -in "${INPATH}" -text -out "${CERTDATA}" 518 openssl x509 -inform PEM -in $CERTNAME -text -out "${CERTDATA}"
|
Completed in 68 milliseconds
1234