Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-06 | Bah, get the new ocaml-scripts into tarballs too | Panu Matilainen | 1 | -0/+1 | |
- should've been in commit 82e7dd702013d3679fda438333de30afdec17a4f | |||||
2009-10-06 | Teach the internal dep generator about OCaml | Panu Matilainen | 1 | -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-06 | Add OCaml dependency generator scripts (Richard W.M. Jones) | Panu Matilainen | 3 | -0/+135 | |
2009-10-06 | Improve 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-28 | OSGi dependency generator fixes from Alphonse Van Assche (ticket #101) | Panu Matilainen | 1 | -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-15 | find-debuginfo.sh: use permissions 444 for all .debug files | Roland McGrath | 1 | -0/+1 | |
Signed-off-by: Roland McGrath <roland@redhat.com> | |||||
2009-09-03 | Handle .desktop files with spaces in filename (rhbz#520920) | Jindrich Novy | 1 | -1/+1 | |
- thanks to Edward Sheldrake | |||||
2009-09-01 | Add provide-extractors for fonts and desktop files | Panu Matilainen | 3 | -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-10 | Add *.xz and *.lzma recompress support to brp-compress. | Ville Skyttä | 1 | -5/+5 | |
2009-06-18 | Pile of OSGi dependency generator fixes from Alphonse Van Assche (ticket #39) | Panu Matilainen | 1 | -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-21 | Fix --with-kde with KDE3 (rhbz#466009). | Ville Skyttä | 1 | -1/+1 | |
2009-04-18 | Fix a few file permissions from "make install" | Panu Matilainen | 1 | -9/+8 | |
- macros.perl, logrotate examples etc aren't scripts and shouldn't be executable. Ditto for python __init__.py | |||||
2009-02-26 | Permit python bytecompile to fail for now | Panu Matilainen | 1 | -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-20 | Check for errors from python bytecompile (Tim Waugh) | Panu Matilainen | 1 | -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-11 | Fix output of pkgconfigdeps.sh so that rpmfc parses it correctly | Jindrich Novy | 1 | -2/+2 | |
2009-02-11 | Handle broken pkgconfig files better, rhbz#484970 (Lubomir Rintel) | Jindrich Novy | 1 | -2/+8 | |
2009-02-05 | Exclude bin and sbin directories from python bytecompile (rhbz#182498) | Panu Matilainen | 1 | -2/+2 | |
2009-02-02 | OSGi dep extractor update (rhbz#466111): | Panu Matilainen | 1 | -59/+101 | |
- From Alphonse Van Assche: "This patch fix some parsing bugs and add some new functionality (disable for now)" | |||||
2009-02-02 | Prepend PKG_CONFIG_PATH on pkgconfig requires extraction too (rhbz#473814) | Panu Matilainen | 1 | -0/+2 | |
- similar to ab02fb183a441b6a30c863aebf49be992cd431fe but for requires | |||||
2009-01-30 | Improve Qt translation support, particularly --all-name. | Ville Skyttä | 1 | -2/+5 | |
2008-12-05 | Fix pkg-config provide generation on interdependent .pc's (rhbz#473814) | Panu Matilainen | 1 | -0/+2 | |
- based on Arjan van de Ven's and Dan Nicholson's suggestions | |||||
2008-11-22 | Remove RPMCONFIGDIR sedding from Makefiles where no longer necessary | Panu Matilainen | 1 | -6/+3 | |
2008-11-22 | Use %{_rpmconfigdir} throughout configuration macros and such | Panu Matilainen | 3 | -7/+7 | |
2008-11-22 | Nuke leftover reference to brp-sparc64-linux | Panu Matilainen | 1 | -1/+1 | |
- missed from commit cbbb03e3a34d492a7163f5a02f77b7e806702b41 | |||||
2008-10-31 | Adjust for file output change (rhbz#468129) | Panu Matilainen | 1 | -1/+1 | |
- file util used reported file details along with mime type, newer ones don't | |||||
2008-10-17 | Trash the horrible brp-sparc64-linux hack from the ancient past | Panu Matilainen | 2 | -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-07 | make %find_lang --with-kde work (rhbz#466009) | Jindrich Novy | 1 | -5/+21 | |
- patch from Rex Dieter | |||||
2008-05-23 | fix handling of omf dirs (rhbz#448033), thanks to Matthias Clasen | Jindrich Novy | 1 | -0/+1 | |
2008-04-22 | Recognize lzma payload from its magic | Jindrich Novy | 1 | -1/+11 | |
- old lzma formats without magic aren't supported | |||||
2008-04-15 | Make find-lang.sh --with-man brp-compress friendly (rhbz#440994) | Panu Matilainen | 1 | -2/+2 | |
Patch from Ville Skyttä | |||||
2008-04-15 | Don't exempt *.jar.so.debug from buildroot checks (rhbz#442264) | Panu Matilainen | 1 | -1/+1 | |
- jar-kludge no longer necessary... Patch from Ville Skyttä | |||||
2008-02-08 | Don't add syntax errors while I add sorting... | Peter Jones | 1 | -1/+1 | |
2008-02-08 | make gendiff sort the file list, so comparing the results is easier. | Peter Jones | 1 | -1/+1 | |
2008-01-28 | Fix printing of filenames with whitespace in check-files (rhbz#430428) | Panu Matilainen | 1 | -1/+2 | |
2008-01-24 | Missing space in russian translation (mdvbz#36974) | Panu Matilainen | 1 | -0/+0 | |
Patch originally from Andrey Borzenkov | |||||
2008-01-07 | Handle "use vX.X.X" in perl dependency extraction (rhbz#140597) | Panu Matilainen | 1 | -4/+5 | |
Patch by Steven Prichard | |||||
2007-12-12 | Install the new fancy perldep extractor | Panu Matilainen | 1 | -1/+1 | |
2007-10-14 | match *.omf, not *omf in find-lang (Ville Skyttä) | Panu Matilainen | 1 | -2/+2 | |
2007-10-14 | find-lang Qt translation support (Ville Skyttä) | Panu Matilainen | 1 | -0/+14 | |
2007-10-14 | find-lang localized man page support (Ville Skyttä) | Panu Matilainen | 1 | -0/+21 | |
2007-10-14 | find-lang POSIX-compliant find(1) usage (Ville Skyttä) | Panu Matilainen | 1 | -1/+1 | |
2007-10-14 | find-lang spelling fixes (Ville Skyttä) | Panu Matilainen | 1 | -2/+2 | |
2007-10-10 | pkgconfig dependency script fixes | Panu Matilainen | 1 | -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-10 | Install libtooldeps.sh and pkgconfigdeps.sh (Used by lib/rpm/macros). | Ralf Corsépius | 1 | -0/+3 | |
2007-10-03 | Small cronjob fixes (rhbz#315271) | Panu Matilainen | 1 | -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-01 | Remove (unused). | Ralf Corsépius | 1 | -6/+0 | |
2007-09-27 | Own omf directories found by find-lang (rhbz#296731) | Panu Matilainen | 1 | -0/+6 | |
2007-09-13 | Move handing scripts/gendiff from scripts/Makefile.am to Makefile.am | Ralf Corsépius | 1 | -3/+0 | |
2007-09-11 | Move scripts/find-debuginfo.sh to Makefile.am. | Ralf Corsépius | 1 | -7/+0 | |
2007-09-06 | Add missing backslash. | Ralf Corsépius | 1 | -1/+1 | |