summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2009-10-06Bah, get the new ocaml-scripts into tarballs tooPanu Matilainen1-0/+1
- should've been in commit 82e7dd702013d3679fda438333de30afdec17a4f
2009-10-06Teach the internal dep generator about OCamlPanu Matilainen1-1/+1
- OCaml seems to have fairly well detectable magic in its files, nice - Dont call the regular find-requires from the scripts now that internal is working
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
This version is stricter in finding the end identifier by using equality test instead of a regex (as a side effect, fixes rhbz#524929) as well as parsing quoted identifiers, and adds support for identifiers in backticks.
2009-09-28OSGi dependency generator fixes from Alphonse Van Assche (ticket #101)Panu Matilainen1-142/+173
- This patch fix some minor bug, remove unused code and increase drastically the perf by threading execution of tasks and using zip command instead of jar to get meta-data
2009-09-15find-debuginfo.sh: use permissions 444 for all .debug filesRoland McGrath1-0/+1
Signed-off-by: Roland McGrath <roland@redhat.com>
2009-09-03Handle .desktop files with spaces in filename (rhbz#520920)Jindrich Novy1-1/+1
- thanks to Edward Sheldrake
2009-09-01Add provide-extractors for fonts and desktop filesPanu Matilainen3-1/+45
- extract mime handler capabilities from application .desktop files - extract font family names and supported languages from font files - both are used by PackageKit for on-demand installing of fonts and applications, but are useful for other things too
2009-08-10Add *.xz and *.lzma recompress support to brp-compress.Ville Skyttä1-5/+5
2009-06-18Pile of OSGi dependency generator fixes from Alphonse Van Assche (ticket #39)Panu Matilainen1-156/+310
- use Temp perl module to provide temp dir - re-enable deps solving in Require-Bundle, Import-Package, Export-Package OSGI properties - remove uses bundle of Export-Package OSGI property - use RPM '>=' as version operator to match OSGI '=' - remove all .0 at the end of the version string - typo fixes
2009-04-21Fix --with-kde with KDE3 (rhbz#466009).Ville Skyttä1-1/+1
2009-04-18Fix a few file permissions from "make install"Panu Matilainen1-9/+8
- macros.perl, logrotate examples etc aren't scripts and shouldn't be executable. Ditto for python __init__.py
2009-02-26Permit python bytecompile to fail for nowPanu Matilainen1-1/+2
- various things like python templates in packages, jython code etc blow up on the syntax checking, only warn instead of failing the build until parametrized with a spec override possibility
2009-02-20Check for errors from python bytecompile (Tim Waugh)Panu Matilainen1-1/+5
- since we're byte-compiling all python pieces, might as well use the opportunity to catch syntax errors while at it
2009-02-11Fix output of pkgconfigdeps.sh so that rpmfc parses it correctlyJindrich Novy1-2/+2
2009-02-11Handle broken pkgconfig files better, rhbz#484970 (Lubomir Rintel)Jindrich Novy1-2/+8
2009-02-05Exclude bin and sbin directories from python bytecompile (rhbz#182498)Panu Matilainen1-2/+2
2009-02-02OSGi dep extractor update (rhbz#466111):Panu Matilainen1-59/+101
- From Alphonse Van Assche: "This patch fix some parsing bugs and add some new functionality (disable for now)"
2009-02-02Prepend PKG_CONFIG_PATH on pkgconfig requires extraction too (rhbz#473814)Panu Matilainen1-0/+2
- similar to ab02fb183a441b6a30c863aebf49be992cd431fe but for requires
2009-01-30Improve Qt translation support, particularly --all-name.Ville Skyttä1-2/+5
2008-12-05Fix pkg-config provide generation on interdependent .pc's (rhbz#473814)Panu Matilainen1-0/+2
- based on Arjan van de Ven's and Dan Nicholson's suggestions
2008-11-22Remove RPMCONFIGDIR sedding from Makefiles where no longer necessaryPanu Matilainen1-6/+3
2008-11-22Use %{_rpmconfigdir} throughout configuration macros and suchPanu Matilainen3-7/+7
2008-11-22Nuke leftover reference to brp-sparc64-linuxPanu Matilainen1-1/+1
- missed from commit cbbb03e3a34d492a7163f5a02f77b7e806702b41
2008-10-31Adjust for file output change (rhbz#468129)Panu Matilainen1-1/+1
- file util used reported file details along with mime type, newer ones don't
2008-10-17Trash the horrible brp-sparc64-linux hack from the ancient pastPanu Matilainen2-42/+1
- kludgery like this might've been necessary back in 2000 to get started with multilib setup but it certainly isn't needed now
2008-10-07make %find_lang --with-kde work (rhbz#466009)Jindrich Novy1-5/+21
- patch from Rex Dieter
2008-05-23fix handling of omf dirs (rhbz#448033), thanks to Matthias ClasenJindrich Novy1-0/+1
2008-04-22Recognize lzma payload from its magicJindrich Novy1-1/+11
- old lzma formats without magic aren't supported
2008-04-15Make find-lang.sh --with-man brp-compress friendly (rhbz#440994)Panu Matilainen1-2/+2
Patch from Ville Skyttä
2008-04-15Don't exempt *.jar.so.debug from buildroot checks (rhbz#442264)Panu Matilainen1-1/+1
- jar-kludge no longer necessary... Patch from Ville Skyttä
2008-02-08Don't add syntax errors while I add sorting...Peter Jones1-1/+1
2008-02-08make gendiff sort the file list, so comparing the results is easier.Peter Jones1-1/+1
2008-01-28Fix printing of filenames with whitespace in check-files (rhbz#430428)Panu Matilainen1-1/+2
2008-01-24Missing space in russian translation (mdvbz#36974)Panu Matilainen1-0/+0
Patch originally from Andrey Borzenkov
2008-01-07Handle "use vX.X.X" in perl dependency extraction (rhbz#140597)Panu Matilainen1-4/+5
Patch by Steven Prichard
2007-12-12Install the new fancy perldep extractorPanu Matilainen1-1/+1
2007-10-14match *.omf, not *omf in find-lang (Ville Skyttä)Panu Matilainen1-2/+2
2007-10-14find-lang Qt translation support (Ville Skyttä)Panu Matilainen1-0/+14
2007-10-14find-lang localized man page support (Ville Skyttä)Panu Matilainen1-0/+21
2007-10-14find-lang POSIX-compliant find(1) usage (Ville Skyttä)Panu Matilainen1-1/+1
2007-10-14find-lang spelling fixes (Ville Skyttä)Panu Matilainen1-2/+2
2007-10-10pkgconfig dependency script fixesPanu Matilainen1-2/+2
- don't make assumptions about package names, requires pkg-config executable path instead - always create pkg-config dependency if *.pc files are included, not just in case the *.pc file requires other pkg-config modules
2007-10-10Install libtooldeps.sh and pkgconfigdeps.sh (Used by lib/rpm/macros).Ralf Corsépius1-0/+3
2007-10-03Small cronjob fixes (rhbz#315271)Panu Matilainen1-2/+6
- create cronjob temp file in target directory to ensure corrent selinux context (rhbz#315271) - dont leave empty files around in case of failure
2007-10-01Remove (unused).Ralf Corsépius1-6/+0
2007-09-27Own omf directories found by find-lang (rhbz#296731)Panu Matilainen1-0/+6
2007-09-13Move handing scripts/gendiff from scripts/Makefile.am to Makefile.amRalf Corsépius1-3/+0
2007-09-11Move scripts/find-debuginfo.sh to Makefile.am.Ralf Corsépius1-7/+0
2007-09-06Add missing backslash.Ralf Corsépius1-1/+1