summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2007-08-27Use system magic file for file classification.Panu Matilainen1-4/+2
2007-08-24Don't reset LIBS=.Ralf Corsépius1-2/+0
2007-08-22Remove INCPATH.Ralf Corsépius1-2/+1
2007-08-19Remove LDFLAGS from librpmbuild_la_LDFLAGS.Ralf Corsépius1-1/+1
2007-08-19Remove RPM_BUILD_ROOT.Ralf Corsépius1-2/+0
2007-08-15Replace MKDIR_P and MKDIR with RPM_MKDIR_P and RPM_MKDIR to avoid conflicts w...Ralf Corsépius2-2/+2
2007-08-13Fail build on find-provide / -require errors (#rhbz#226751)Panu Matilainen1-2/+2
2007-08-05Automake cleanups.Panu Matilainen1-5/+3
2007-07-31Extract pkgconfig and libtool dependencies automatically.Panu Matilainen2-3/+35
2007-07-25Set libdir /usr/lib vs lib64 directly, drop MARK64 stuffPanu Matilainen1-1/+1
2007-07-24Kill of one more rpmfile referencePanu Matilainen1-7/+2
2007-07-23Avoid static buffer and extra copy in docdir checking.Panu Matilainen1-5/+4
2007-07-12Kill of RPMTAG_RHNPLATFORM: don't add to header, mark deprecated.Panu Matilainen1-3/+0
2007-07-12rpmioSlurp() related cleanups.Panu Matilainen1-3/+3
2007-07-12parseSpec() cookie should be const, make it so...Panu Matilainen2-2/+2
2007-07-11Use unsigned size type for pgpReadPkts().Panu Matilainen1-1/+1
2007-07-11domd5() buffer signedness fixes.Panu Matilainen1-1/+1
2007-07-10Bunch of variable initializations to avoid compiler warnings.Panu Matilainen1-1/+1
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen2-4/+4
2007-07-10Remove / #ifdef out unused variables as appropriate.Panu Matilainen1-1/+0
2007-07-09Make docdir checking stricter (rhbz#246819)Panu Matilainen1-2/+5
2007-06-29Add /usr/share/gtk-doc/html/ to docDirs.Panu Matilainen1-0/+1
2007-06-25Detect and provide a requirement for DT_GNU_HASH.Panu Matilainen1-0/+25
2007-06-20Duh, remember to initialize opt_FPanu Matilainen1-1/+1
2007-06-19Add support for specifying fuzz factor to %patch (rhbz#243720)Panu Matilainen1-15/+36
2007-06-07Add new srcdefattr macro (Michael Schroeder / OpenSuSE)Panu Matilainen1-2/+32
2007-05-25Run filelist checks even if other errors are present.Panu Matilainen1-2/+3
2007-05-16Fix building without Lua support.Panu Matilainen1-1/+4
2007-05-10Add mono req/provides supportPaul Nasrat2-0/+11
2007-04-16Fix default verify flags for %doc rh#235353Paul Nasrat1-1/+1
2007-04-16Fix segfault when rpmbuild stumbles over an empty file list.Paul Nasrat1-1/+1
2007-04-16Add support for a new macro, %{_docdir}. It can be used to specifyPaul Nasrat1-5/+17
2007-04-16Fix a typo: the macro is currently called %{buildsubdir}Paul Nasrat2-2/+2
2007-02-22This patch fixes up the calculation total install size when we have excludedPaul Nasrat1-1/+1
2007-02-15Fix parsing for parenthesisPaul Nasrat1-0/+2
2005-07-15- permit scriptlet includes from builddir for spec files w/o %setup.jbj1-2/+1
2005-07-13- *_terminate_build macros set per-pkg, not per-invocation (#161081).jbj1-15/+4
2005-07-12- added CVSId: tag and SVNId: alias (#162807).jbj1-0/+4
2005-03-25MDK patch at #108778.jbj1-1/+1
2005-03-19Handle %dev markers more gracefully.jbj2-13/+30
2005-03-14Sanity.jbj1-3/+3
2005-03-03Permit changelog timestamp back to 1990.jbj1-1/+1
2005-02-14- don't build with sqlite3 if <sqlite3.h> is missing.rpm-4.4.1-releasejbj2-2/+5
2005-02-13- don't classify files in /dev (#146623).jbj1-0/+3
2005-02-12- permit build scriptlet interpreters to be individually overridden.jbj1-1/+9
2005-01-17Build on macosx.jbj1-0/+1
2005-01-04Splint fiddles.jbj2-2/+3
2005-01-02- revert MAGIC_COMPRESS, real fix is in libmagic (#143782).jbj1-2/+2
2004-12-06- automagically detect and emit "python(abi) = 2.4" dependencies.jbj1-2/+25
2004-12-05- force *.py->*.pyo byte code compilation with brp-python-bytecompile.jbj1-1/+1