summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
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
2007-09-06Add OSGi dependency extractor script from Kyu LeePanu Matilainen2-2/+163
2007-09-05Fix a bunch of whitespace-in-files issues in find-debuginfoPanu Matilainen1-31/+31
2007-09-05New find-debuginfo script from Roland McGrathPanu Matilainen1-40/+319
- new options for using -g on DSO's - support for multiple output files (multiple debuginfo subpackages) - build ID support - symlink and hardlink support - new macro to optionally terminate build on missing build id's
2007-09-05Generate scripts/macros.perl, scripts/macros.php, scripts/macros.python from ↵Ralf Corsépius1-2/+27
inside of scripts/Makefile.am.
2007-09-05Install into rpmlibexecdir and rpmconfigdir.Ralf Corsépius1-3/+2
2007-09-05Include rpm.am.Ralf Corsépius1-0/+2
2007-09-05Install find-debuginfo.sh iff debugedit is being built.Ralf Corsépius1-1/+8
2007-08-31Set configdir=@RPMCONFIGDIR@Ralf Corsépius1-2/+2
2007-08-31Vastly updated/rewritten perldeps.pl (rhbz#204800) from Michael JenningsPanu Matilainen1-302/+1026
2007-08-31Remove unused ancient trpmPanu Matilainen2-335/+2
2007-08-31More junk removal...Panu Matilainen2-21/+3
- remove ancient orphan cross-build script - dont install vpkg* scripts
2007-08-31Remember to update makefiles wrt latest script removalsPanu Matilainen1-6/+4
2007-08-31Remove magic.prov|req that were only used by the unused find-bla.plPanu Matilainen2-310/+0
2007-08-31Remove unused, ancient getpo.shPanu Matilainen1-40/+0
2007-08-31Remove print_deps, was only used by unused find-prov/req.plPanu Matilainen1-45/+0
2007-08-31Nuke more unused scripts...Panu Matilainen4-714/+0
- http.req doesn't have anything to do with rpm really - find-prov, -req.pl and get_magic.pl are not used anyway
2007-08-31Remove unused ancient sql.prov|reqPanu Matilainen3-225/+2
2007-08-31Remove ancient and unused find-{provides|requires}.perl scriptsPanu Matilainen3-10/+0
2007-08-31Remove ancient rpmrc -> macros converter, no longer usefulPanu Matilainen2-108/+2
2007-08-31Remove dead cpan->spec scripts.Panu Matilainen4-530/+4
These are better served by having a separate upstream from rpm itself...
2007-08-31Lose unused and obsolete libtool- and pkgconfig .prov, .req scriptsPanu Matilainen5-59/+0
libtooldeps and pkgconfigdeps are used instead.
2007-08-31Lose unnecessary freshen script.Panu Matilainen2-84/+2
Only necessary with implicit obsoletes on provides which we dont (anymore) have.
2007-08-31Lose ancient and unused perllocate* scriptsPanu Matilainen2-533/+0
2007-08-31Lose ancient and unused brp-redhatPanu Matilainen2-15/+2
2007-08-31Remove installprefix, all:Ralf Corsépius1-4/+0
2007-08-28Fix perl version provide for packages defined in multiple blocks (#rhbz214496)Panu Matilainen1-1/+5
Successive definitions of the same package shouldn't stomp on previously found $VERSION, this is how perl itself behaves. Patch from James Ralston.
2007-08-15Make find-lang.sh --with-gnome pick up omf files (rhbz#251400)Panu Matilainen1-0/+8
Patch from Matthias Clasen.
2007-08-10Cut down on false perl requires (rhbz#198033...)Panu Matilainen1-10/+21
Patch from John Owens.
2007-08-09Avoid truncating /var/log/rpmpkgs in case of errors (rhbz#232830)Panu Matilainen1-1/+6
2007-08-05Automake cleanups.Panu Matilainen1-2/+0
- Replace INCLUDES with AM_CPPFLAGS (INCLUDES has been replaced by AM_CPPFLAGS and is deprecated in modern automakes for several years) - Require autoconf-2.61 and automake-1.10 (already required by autogen.sh) - update mkinstalldirs with the version from automake-1.10 (The version in rpm is ancient and known to be bugged) Patch from Ralf Corsepius
2007-07-31Extract pkgconfig and libtool dependencies automatically.Panu Matilainen3-1/+86
Ported from rpm5.org work of Jeff Johnson.
2007-07-24Further makefile cleanups.Panu Matilainen1-3/+5
- don't use wildcards in EXTRA_DIST - additional -local uninstall and distclean targets to clean up what the make did
2007-07-21Support fully qualified $Foo::Bar::VERSION expressions (rhbz#249135).Panu Matilainen1-1/+2
Patch from Ville Skyttä.
2007-07-09Remove outdated comment in check-rpaths-workerPanu Matilainen1-2/+0
2007-07-06Include symlinks in find-lang search (rhbz#246729)Panu Matilainen1-1/+1
2007-07-04Include additional buildroot sanity check scripts (rhbz#245639)Panu Matilainen4-0/+225
- check-buildroot for checing buildroot files for references to $RPM_BUILD_ROOT - check-rpaths* for checking buildroot files for broken rpaths Scripts by Enrico Scholz, Ville Skyttä.
2007-06-05Fix typo in check-prereq (rhbz#203182) by Steve Grubb.Panu Matilainen1-1/+1