summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2008-04-16Start phasing out internal copy of LuaPanu Matilainen1-2/+5
- don't build internal copy of Lua - move 3rd party extensions (posix and rexlib) to toplevel luaext/ directory, built by default (unless --without-lua specified) - auto*foo checks for external Lua - minimal tweaks to lposix.c and rpmlua.c to get them build with Lua 5.1
2008-03-17Remove rollback supportPanu Matilainen1-1/+0
- not possible to do reliably within rpm - effort is better wasted on investigating fs-level snapshots, which is way beyond rpm scope except for hooks to interact with the snapshot mechanism to communicate beginning/end of transaction and such
2008-02-25Add new header for collecting utility macrosPanu Matilainen1-0/+1
- atm consists of portability wrappers to various gcc extensions like __attribute__() to provide additional warnings and checks - copied from glib to avoid an extra build dependency just for the silly macros, renamed to avoid namespace clashing
2008-02-22Rip ancient, unused setperms + unsetgit make targetsPanu Matilainen1-31/+0
2008-02-05Split non-cli verify bits from rpmcli to separate headerPanu Matilainen1-0/+1
2008-02-01Move platform specific macros under RPMCONFIGDIR/platform/Panu Matilainen1-13/+13
- reduce the clutter in RPMCONFIGDIR, nicer for packaging too..
2008-02-01Ditch the "system" %_topdir, default to ~/rpmbuild insteadPanu Matilainen1-47/+0
- building as root should be discouraged and /usr/src for building stuff is horribly wrong anyway
2008-01-30Add stub rpmtypes.h header stubPanu Matilainen1-0/+1
- place to stick in common typedefs to untangle header cross-include jungle
2008-01-19Add support for Geode CPU (rhbz#428979)Panu Matilainen1-1/+2
Patch from Dennis Gilmore
2008-01-09Drop internal db from dist tarballsPanu Matilainen1-1/+3
- tarball down to almost 1/4 of earlier size - check if internal db is present in configure, point to INSTALL if not - distcheck needs --with-external-db now to have any chance at working - leaving to hg for now for easy reversal if getting second thoughts ;)
2007-12-17Drop db3 from dist subdirsPanu Matilainen1-1/+1
- db3/configure is covered by EXTRA_DIST already
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-1/+1
- adjust include paths accordingly
2007-12-05Only platform.in is to be included in dist, dont use wildcardPanu Matilainen1-1/+1
2007-12-05Rename apidocs to hackingdocs, only build on requestPanu Matilainen1-2/+2
2007-12-03Split RPMTAG_* and related functions out of rpmlib.h to rpmtag.hPanu Matilainen1-0/+1
2007-12-01Add separate public header for callback declarationsPanu Matilainen1-1/+1
- rpmmessages is empty, lose it - adjust includes
2007-11-26Fix quoting bug in preinstall.am generation.Ralf Corsépius1-1/+1
2007-11-22Calculating file checksums aint legacy activityPanu Matilainen1-0/+1
- move the checksumming into librpmio - rename domd5() to rpmDoDigest() with future expansion for specifying digest algorithm type (ignored for now) - rearrange parameters to leave return types last - one less rpmio_internal outside rpmio/, whee... - used all over the rpm tree, and it knows about handling prelinked files so potentially useful for outside users, might as well export it - new public header rpmfilutil.h for collecting this sort of stuff
2007-11-23Move stringbuf into librpmio, rename headerPanu Matilainen1-1/+1
- rename header to more generic rpmstring.h for collecting misc string helper functions
2007-11-23Fix typo in preinstall.am generation.Ralf Corsépius1-1/+1
2007-11-22Fix preinstall.am handling for VPATH builds.Ralf Corsépius1-2/+2
2007-11-22Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.Ralf Corsépius1-1/+1
2007-11-22Add header preinstallation.Ralf Corsépius1-2/+19
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen1-9/+10
2007-10-30Add -I$(top_builddir)/rpmdb to AM_CPPFLAGS.Ralf Corsépius1-1/+1
2007-10-24Add rpmdb/rpmints.h.in.Ralf Corsépius1-1/+3
2007-10-24Pass HEADERS to doxygen instead of pkginclude_HEADERS.Ralf Corsépius1-1/+1
2007-10-24Minor fixes to generation of hackingRalf Corsépius1-3/+3
2007-10-19Reflect changes to doxygen docs.Ralf Corsépius1-17/+25
2007-10-19Ship Doxyfile.in, doc/librpm.doxy.in.Ralf Corsépius1-3/+3
2007-10-18Reflect changes to apidocs generation.Ralf Corsépius1-16/+30
2007-10-18Remove doc/librpm during maintainer-clean.Ralf Corsépius1-1/+1
2007-10-18Use DOXYGEN instead of __DOXYGEN.Ralf Corsépius1-4/+5
Rework processing pkginclude_HEADERS for doc/librpm.doxy.
2007-10-17Cleanup CPPFLAGS.Ralf Corsépius1-9/+9
2007-10-17Add find-provides, find-requires, db.h to DISTCLEANFILES.Ralf Corsépius1-0/+3
2007-10-17Move db.h handling to toplevel Makefile.amRalf Corsépius1-0/+6
2007-10-17Add preliminary support for doc/librpm.Ralf Corsépius1-0/+14
2007-10-17Revert yesterday's patch (we're not ready for it).Ralf Corsépius1-42/+0
2007-10-16Move tdbi, tjfn, tsql to toplevel Makefile.am.Ralf Corsépius1-0/+42
2007-10-16Move ACLOCAL_AMFLAGS to the top.Ralf Corsépius1-2/+2
2007-10-16Use \$(SED) instead of hard-coded sed.Ralf Corsépius1-6/+6
2007-10-15Add usrsrcdir.Ralf Corsépius1-1/+3
Reflect using $(usrsrcdir)/packages instead of $(usrsrcdir)/$(RPMCANONICALVENDOR).
2007-10-10header_method.h is now privatePanu Matilainen1-1/+0
2007-10-10Remove now unneeded hdrinlinePanu Matilainen1-1/+0
2007-10-10Move per-header method typedefs etc out of main header.hPanu Matilainen1-0/+1
- new header_method.h include
2007-10-10Move pkginc_HEADERS to toplevel Makefile.amRalf Corsépius1-0/+33
2007-10-07Remove generation of ChangeLog to Makefile.maint.Ralf Corsépius1-3/+0
2007-09-18Fix typo in previous patch.Ralf Corsépius1-1/+0
2007-09-18Reorganize *_DATA creation.Ralf Corsépius1-1/+5
2007-09-18Conditionally build db3.Ralf Corsépius1-1/+7
Add DIST_SUBDIRS.