Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-09-11 | Remove splint tags. | Ralf Corsépius | 23 | -1237/+278 | |
2007-09-11 | Use _LDADD instead of _LDFLAGS. | Ralf Corsépius | 1 | -1/+2 | |
Remove commented out _LDFLAGS. | |||||
2007-09-10 | Eliminate noinst_HEADERS. | Ralf Corsépius | 1 | -2/+1 | |
2007-09-05 | Typo fix in file classification | Panu Matilainen | 1 | -1/+1 | |
2007-09-03 | Automated merge with file:/home/pmatilai/repos/rpm-whitespace | Panu Matilainen | 3 | -44/+3 | |
2007-09-03 | Remove FILE_RCSID. | Ralf Corsépius | 1 | -1/+0 | |
2007-09-03 | Remove __LCLINT__-ifdef'ed blocks. | Ralf Corsépius | 1 | -3/+0 | |
2007-09-03 | Automated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpm | Panu Matilainen | 1 | -15/+0 | |
2007-09-03 | Remove lint-support. | Ralf Corsépius | 1 | -15/+0 | |
2007-09-03 | Rip out selinux file contexts from headers. | Panu Matilainen | 1 | -21/+0 | |
The SELinux file contexts can and do change, and local policies might be in place, the contexts on the build system at build time have zero relevance to anything and are just header bloat. Remove --filecontexts alias while at it, not useful for anything anyway. | |||||
2007-09-02 | Add missing link libs. | Ralf Corsépius | 1 | -1/+3 | |
2007-08-31 | Eliminate clean-local: | Ralf Corsépius | 1 | -3/+0 | |
2007-08-29 | Fix various cases of build failing due to whitespace in dir/filenames. | Panu Matilainen | 2 | -9/+10 | |
2007-08-27 | Use system magic file for file classification. | Panu Matilainen | 1 | -4/+2 | |
- use whatever magic_load() uses by default - remove unused rpm.magic file | |||||
2007-08-24 | Don't reset LIBS=. | Ralf Corsépius | 1 | -2/+0 | |
2007-08-22 | Remove INCPATH. | Ralf Corsépius | 1 | -2/+1 | |
2007-08-19 | Remove LDFLAGS from librpmbuild_la_LDFLAGS. | Ralf Corsépius | 1 | -1/+1 | |
2007-08-19 | Remove RPM_BUILD_ROOT. | Ralf Corsépius | 1 | -2/+0 | |
2007-08-15 | Replace MKDIR_P and MKDIR with RPM_MKDIR_P and RPM_MKDIR to avoid conflicts ↵ | Ralf Corsépius | 2 | -2/+2 | |
with automake's build-in MKDIR_P/MKDIR | |||||
2007-08-13 | Fail build on find-provide / -require errors (#rhbz#226751) | Panu Matilainen | 1 | -2/+2 | |
Patch from Jeff Johnson | |||||
2007-08-05 | Automake cleanups. | Panu Matilainen | 1 | -5/+3 | |
- 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-31 | Extract pkgconfig and libtool dependencies automatically. | Panu Matilainen | 2 | -3/+35 | |
Ported from rpm5.org work of Jeff Johnson. | |||||
2007-07-25 | Set libdir /usr/lib vs lib64 directly, drop MARK64 stuff | Panu Matilainen | 1 | -1/+1 | |
2007-07-24 | Kill of one more rpmfile reference | Panu Matilainen | 1 | -7/+2 | |
2007-07-23 | Avoid static buffer and extra copy in docdir checking. | Panu Matilainen | 1 | -5/+4 | |
From rpm5.org / Ralf S. Engelschall. | |||||
2007-07-12 | Kill of RPMTAG_RHNPLATFORM: don't add to header, mark deprecated. | Panu Matilainen | 1 | -3/+0 | |
2007-07-12 | rpmioSlurp() related cleanups. | Panu Matilainen | 1 | -3/+3 | |
Derived from rpm5.org / Ralf S. Engelschall | |||||
2007-07-12 | parseSpec() cookie should be const, make it so... | Panu Matilainen | 2 | -2/+2 | |
2007-07-11 | Use unsigned size type for pgpReadPkts(). | Panu Matilainen | 1 | -1/+1 | |
Derived from rpm5.org / Ralf S. Engelschall, I was too blind to see ssize_t vs size_t, duh :) | |||||
2007-07-11 | domd5() buffer signedness fixes. | Panu Matilainen | 1 | -1/+1 | |
2007-07-10 | Bunch of variable initializations to avoid compiler warnings. | Panu Matilainen | 1 | -1/+1 | |
2007-07-10 | Remove const type-qualifiers from function return types everywhere. | Panu Matilainen | 2 | -4/+4 | |
They're meaningless in C and cause tonne of build warnings. | |||||
2007-07-10 | Remove / #ifdef out unused variables as appropriate. | Panu Matilainen | 1 | -1/+0 | |
2007-07-09 | Make docdir checking stricter (rhbz#246819) | Panu Matilainen | 1 | -2/+5 | |
2007-06-29 | Add /usr/share/gtk-doc/html/ to docDirs. | Panu Matilainen | 1 | -0/+1 | |
Patch from Jeremy Katz | |||||
2007-06-25 | Detect and provide a requirement for DT_GNU_HASH. | Panu Matilainen | 1 | -0/+25 | |
Patch from Fedora. | |||||
2007-06-20 | Duh, remember to initialize opt_F | Panu Matilainen | 1 | -1/+1 | |
2007-06-19 | Add support for specifying fuzz factor to %patch (rhbz#243720) | Panu Matilainen | 1 | -15/+36 | |
Based on rpm5.org patch, additionally support both -F1 and -F 1 formats. Use stpcpy() instead of strcat() for doPatch() args processing. | |||||
2007-06-07 | Add new srcdefattr macro (Michael Schroeder / OpenSuSE) | Panu Matilainen | 1 | -2/+32 | |
Helps avoiding useless warnings when installing src.rpm's etc. (susebz#48870, rhbz#125515) | |||||
2007-05-25 | Run filelist checks even if other errors are present. | Panu Matilainen | 1 | -2/+3 | |
This causes the unpackaged files check to be run even if there are other errors in the file processing. This is rather handy in spotting spec typos and such. Patch from OpenSuSE, somewhat modified. | |||||
2007-05-16 | Fix building without Lua support. | Panu Matilainen | 1 | -1/+4 | |
Patch from OpenSuSE. | |||||
2007-05-10 | Add mono req/provides support | Paul Nasrat | 2 | -0/+11 | |
Alexander Larsson alexl@redhat.com | |||||
2007-04-16 | Fix default verify flags for %doc rh#235353 | Paul Nasrat | 1 | -1/+1 | |
Patch from Michael Schroeder | |||||
2007-04-16 | Fix segfault when rpmbuild stumbles over an empty file list. | Paul Nasrat | 1 | -1/+1 | |
The "+ 1" is a remedy for xmalloc(0), which would return NULL. Patch from OpenSuSE | |||||
2007-04-16 | Add support for a new macro, %{_docdir}. It can be used to specify | Paul Nasrat | 1 | -5/+17 | |
the name of the directory for %doc files. Default is "%{NAME}-%{VERSION}", SUSE uses just "%{NAME}". rh#125514 Patch from OpenSuSE | |||||
2007-04-16 | Fix a typo: the macro is currently called %{buildsubdir} | Paul Nasrat | 2 | -2/+2 | |
Patch from OpenSuSE | |||||
2007-02-22 | This patch fixes up the calculation total install size when we have excluded | Paul Nasrat | 1 | -1/+1 | |
files in the manifest (rh#89661). | |||||
2007-02-15 | Fix parsing for parenthesis | Paul Nasrat | 1 | -0/+2 | |
Michael Schroeder <mls@suse.de> | |||||
2005-07-15 | - permit scriptlet includes from builddir for spec files w/o %setup. | jbj | 1 | -2/+1 | |
CVS patchset: 7889 CVS date: 2005/07/15 15:08:34 | |||||
2005-07-13 | - *_terminate_build macros set per-pkg, not per-invocation (#161081). | jbj | 1 | -15/+4 | |
CVS patchset: 7875 CVS date: 2005/07/13 10:03:31 |