summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
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
2007-05-17Emit diff headers (#237561)Paul Nasrat1-3/+4
Patch derived from Ville Skytta
2007-05-16- let diff arguments be specified in the environmentPeter Jones1-3/+5
2007-05-10Add mono req/provides supportPaul Nasrat3-1/+130
Alexander Larsson alexl@redhat.com
2007-04-16Allow customisable diff and use -p by default (#146981)Paul Nasrat1-3/+5
2007-03-15Fix up debuginfo for various issues - inc. libc-client debuginfo (rh#205339)Paul Nasrat1-3/+8
2007-03-14Cleanup - move gendiff to scripts subdirPaul Nasrat2-0/+22
2007-02-22Filter out incorrect perl(main) provides (rh#177960).Paul Nasrat2-3/+11
2007-02-22This patch ensures the rpm cronjob to record rpmpkgs uses the full path toPaul Nasrat1-2/+2
prevent potential PATH issues (rh#174211).
2005-07-17Sanity.jbj1-0/+1
CVS patchset: 7909 CVS date: 2005/07/17 18:34:44
2005-07-14Typo.jbj1-1/+1
CVS patchset: 7888 CVS date: 2005/07/14 15:50:30
2005-07-13Added from bugzilla #153935.jbj2-0/+25
CVS patchset: 7885 CVS date: 2005/07/13 12:11:00
2005-07-13Added from bugzilla #153936.jbj2-0/+33
CVS patchset: 7884 CVS date: 2005/07/13 12:03:04
2005-07-13- fix: find-debuginfo.sh kernel voo-doo tweaks (#159346).jbj1-3/+10
CVS patchset: 7880 CVS date: 2005/07/13 11:09:39
2005-07-12- added brp-java-gcjcompile build helper.jbj2-2/+42
CVS patchset: 7872 CVS date: 2005/07/12 11:29:05
2005-05-30Permit file names with spaces.jbj4-4/+4
CVS patchset: 7858 CVS date: 2005/05/30 06:40:54
2005-03-25MDK patch at #108778.jbj1-1/+1
CVS patchset: 7837 CVS date: 2005/03/25 17:30:00
2005-01-25macosx/opendarwin hackery, take 1.jbj4-0/+20
CVS patchset: 7710 CVS date: 2005/01/25 05:24:40
2005-01-17Remove generated files.jbj3-39/+0
CVS patchset: 7698 CVS date: 2005/01/17 18:47:27
2004-12-07Redirect grep to /dev/null.jbj1-3/+3
CVS patchset: 7637 CVS date: 2004/12/07 00:58:50
2004-12-06- automagically detect and emit "python(abi) = 2.4" dependencies.jbj1-3/+2
- popt 1.10.1 to preserve newer. CVS patchset: 7631 CVS date: 2004/12/06 15:47:27
2004-12-05- force *.py->*.pyo byte code compilation with brp-python-bytecompile.jbj2-2/+25
- automagically detect and emit "python(abi) = 2.4" dependencies. CVS patchset: 7628 CVS date: 2004/12/05 20:05:46
2004-11-09- resurrect freshen.sh to, say, upgrade only kernel-bigmem packages.jbj2-2/+84
CVS patchset: 7565 CVS date: 2004/11/09 19:40:10
2004-10-17- don't add time stamp to compressed man pages (#132526).jbj1-1/+1
CVS patchset: 7477 CVS date: 2004/10/17 18:49:52
2004-08-18- Added support for $RPM_Requires and $RPM_Provides.joden1-3/+152
- Added POD. CVS patchset: 7398 CVS date: 2004/08/18 02:30:49
2004-08-18- Fixed duplicate requires bug.joden1-10/+38
- Was not showing provides (not exists, shoudl have been exists on the ignore check). CVS patchset: 7397 CVS date: 2004/08/18 00:41:48
2004-06-29Allowed for "our" in from front of $RPM_Provides.joden1-3/+4
CVS patchset: 7351 CVS date: 2004/06/29 01:05:27
2004-06-29Changed spit() to split().joden1-11/+21
Also, made the places where variables are grokked, allow for "our". CVS patchset: 7350 CVS date: 2004/06/29 00:44:07
2004-06-20- find-lang.sh: implemented --with-kde (finds KDE help files);arekm1-12/+34
add --all-name option (finds every lang file); drop defattr() from *.lang files (arekm,mkochano,pascalek,wiget@PLD). CVS patchset: 7348 CVS date: 2004/06/20 18:55:19
2004-06-08Permit sanity check on immutable region tags too.jbj1-2/+2
CVS patchset: 7297 CVS date: 2004/06/08 15:26:20
2004-04-08- perl: skip new-fangled head[34] while gerenerating deps (#118243).jbj3-6/+6
CVS patchset: 7224 CVS date: 2004/04/08 00:03:51
2003-12-28- find-debuginfo.sh: permit stripping unwritable by non-root (#112429).jbj1-9/+21
CVS patchset: 7040 CVS date: 2003/12/28 15:36:06
2003-12-28- perl.req: avoid regex misfire on '^use' in "= <<" assign (#109934).jbj1-0/+10
- use perldeps {--provides|--requires}. CVS patchset: 7037 CVS date: 2003/12/28 15:14:40
2003-12-27- flush pipe before exit 1 in check-files (#103867).jbj1-1/+4
CVS patchset: 7036 CVS date: 2003/12/27 18:02:20
2003-12-26- perl.req typo (#106672).jbj1-1/+1
CVS patchset: 7022 CVS date: 2003/12/26 19:02:01
2003-12-10Introduced -d option into diff being run in check-files. This willniemeyer1-1/+1
ensure that a minimum set of changes is computed, avoiding spurious errors about files that are actually being packaged. CVS patchset: 6970 CVS date: 2003/12/10 20:36:33
2003-06-20Automagically byte compile python code.jbj2-2/+30
CVS patchset: 6913 CVS date: 2003/06/20 19:04:15
2003-03-14Skip /usr/lib/debug when walking $RPM_BUILD_ROOT.jbj1-1/+3
CVS patchset: 6688 CVS date: 2003/03/14 21:43:16
2003-03-06- fix: memory leak (85522).jbj3-0/+39
CVS patchset: 6656 CVS date: 2003/03/06 22:50:04
2003-03-01Sanity.jbj2-4/+73
CVS patchset: 6641 CVS date: 2003/03/01 20:23:39
2003-01-16Update to latest.jbj1-23/+33
CVS patchset: 6012 CVS date: 2003/01/16 16:59:47
2003-01-12Create.jbj1-0/+211
CVS patchset: 6006 CVS date: 2003/01/12 18:39:01
2003-01-08- python: put rpmmodule.so where python expects to find.jbj2-2/+15
- add brp-strip-static-archive build root policy helper. - add -lelf to rpm LDFLAGS, not LDADD, since there is no libelf.la now. CVS patchset: 6001 CVS date: 2003/01/08 21:37:01