summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2010-12-03Require pkg-config 0.24 for creating pkgconfig() dependenciesPanu Matilainen1-1/+6
2010-08-09Fix find-debuginfo.sh behavior on cross-directory hardlinks (RhBug:618426)Roland McGrath1-1/+1
2010-08-09Create GDB index from find-debuginfo if possible (RhBug:617166)Tom Tromey1-0/+2
2010-07-02Ugh, fix reversed condition on font-provide extractorPanu Matilainen1-1/+1
2010-06-30Fix potential getOutputFrom() error on font provide extraction (RhBug:609117)Panu Matilainen1-1/+4
2010-06-29Extract dependencies from "use base qw"..."" and "use base qw'...'".Ville Skyttä1-2/+2
2010-05-20Search all locale dirs in find-lang.sh, not just those under share/ (#159)Till Maas1-3/+3
2010-05-04Don't process desktop files without Type=Application and Exec= linePavol Rusnak1-4/+6
2010-03-24More here-doc skipping fixes for perl.req (#128).Ville Skyttä1-2/+2
2010-03-15Lose ancient and bitrotten rpmdiff scripts (ticket #148)Panu Matilainen3-1497/+3
2010-03-15Lose useless xinetd service stub (ticket #149)Panu Matilainen2-18/+2
2010-03-01Emit highest versions of perl module deps, not first versioned ones found.Ville Skyttä1-4/+20
2010-03-01Fix open POD section leak across different files in perl.req.Ville Skyttä1-4/+4
2010-03-01Make perl.{req,prov} warn about unreadable files.Ville Skyttä2-2/+8
2010-02-18Extract #!/usr/bin/env interpreter dependencies, part 1 (ticket #136)Panu Matilainen1-1/+4
2010-02-18Script/interpreter terminology renamingPanu Matilainen2-2/+2
2010-02-15Skip over =for ... perlpod construct (RhBug:477516)Panu Matilainen2-2/+2
2010-02-15Don't trump versioned module dependencies with unversioned ones.Ville Skyttä1-4/+4
2010-02-15Extract dependencies from some usual syntaxes of "use base qw(Foo)".Ville Skyttä1-1/+17
2010-02-15Trivial perl.req cleanups.Ville Skyttä1-8/+10
2010-02-11Emit dependencies only to interpreters with absolute paths.Ville Skyttä1-1/+1
2010-02-11Allow whitespace between #! and the interpreter.Ville Skyttä1-1/+1
2010-02-11Avoid some unnecessary command invocations in scripts.Ville Skyttä2-3/+2
2010-02-11Avoid some stat() calls.Ville Skyttä1-3/+3
2010-02-11Fix reversed logic in getSystemBundles().Ville Skyttä1-1/+1
2010-02-10Separate helper for script interpreters, split out of librpmbuildPanu Matilainen2-2/+8
2010-02-09Unbreak python(abi) requires generation (RhBug:562906)Panu Matilainen1-1/+1
2010-02-03brp-python-bytecompile fixes + improvements (RhBug:558997)Panu Matilainen1-8/+22
2010-02-01Remove misleading leftover comments from ocaml-dep extractorsPanu Matilainen2-14/+4
2010-02-01Eliminate unnecessary processing on scripts/macros.*Panu Matilainen4-22/+4
2010-01-30Support multiple parallel python versions in pythondeps.shPanu Matilainen1-5/+15
2010-01-27Add brp-python-hardlink scriptPanu Matilainen2-2/+21
2010-01-27Pass %{__strip} and %{__objdump} to brp-strip* scriptsPanu Matilainen4-5/+14
2010-01-27Make sure brp-compress doesn't go interactive in corner casesPanu Matilainen1-3/+3
2010-01-25perl.{req,prov} whitespace, backslash and paren cleanups.Ville Skyttä2-59/+59
2010-01-25Do not emit perl(#) dependencies for multiline use/require with comments.Ville Skyttä1-1/+1
2009-12-17Use grep -E and grep -F instead of egrep and fgrep.Ville Skyttä6-18/+18
2009-12-08Avoid noise from python bytecompile on non-python pkgs (RhBug:539635)Panu Matilainen1-1/+2
2009-11-27Remove pointless message translation from check-buildrootPanu Matilainen1-1/+1
2009-11-27Remove ancient broken scripts from the repositoryPanu Matilainen3-206/+1
2009-11-27Fiddling with ulimit settings does not belong to dep extractor scriptsPanu Matilainen2-2/+0
2009-10-27Support multiple python versions in brp-python-bytecompile (RhBug:53117)Panu Matilainen1-4/+33
2009-10-19Avoid using python's print for Python 3.x compatibilityPanu Matilainen1-2/+2
2009-10-06Bah, get the new ocaml-scripts into tarballs tooPanu Matilainen1-0/+1
2009-10-06Teach the internal dep generator about OCamlPanu Matilainen1-1/+1
2009-10-06Add OCaml dependency generator scripts (Richard W.M. Jones)Panu Matilainen3-0/+135
2009-10-06Improve perl.req here-doc skipping.Ville Skyttä1-3/+5
2009-09-28OSGi dependency generator fixes from Alphonse Van Assche (ticket #101)Panu Matilainen1-142/+173
2009-09-15find-debuginfo.sh: use permissions 444 for all .debug filesRoland McGrath1-0/+1
2009-09-03Handle .desktop files with spaces in filename (rhbz#520920)Jindrich Novy1-1/+1