Commit Graph

278 Commits

Author SHA1 Message Date
Panu Matilainen 9ce13e09ef Switch to <rpm/foo.h> style for public headers
- adjust include paths accordingly
2007-12-08 14:02:32 +02:00
Panu Matilainen c54001150f Only platform.in is to be included in dist, dont use wildcard 2007-12-05 12:57:07 +02:00
Panu Matilainen d4cc1de207 Rename apidocs to hackingdocs, only build on request 2007-12-05 11:56:33 +02:00
Panu Matilainen a96f817d50 Split RPMTAG_* and related functions out of rpmlib.h to rpmtag.h 2007-12-03 10:47:25 +02:00
Panu Matilainen fc53d307ad Add separate public header for callback declarations
- rpmmessages is empty, lose it
- adjust includes
2007-12-01 10:08:13 +02:00
Ralf Corsépius 3f4a332f95 Fix quoting bug in preinstall.am generation. 2007-11-26 15:17:52 +01:00
Panu Matilainen e063854e11 Calculating file checksums aint legacy activity
- 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-22 16:06:11 +02:00
Panu Matilainen d6990c3ab1 Move stringbuf into librpmio, rename header
- rename header to more generic rpmstring.h for collecting misc string
  helper functions
2007-11-23 08:11:42 +02:00
Ralf Corsépius 7fb2899b84 Fix typo in preinstall.am generation. 2007-11-23 06:28:09 +01:00
Ralf Corsépius 575a851fb7 Fix preinstall.am handling for VPATH builds. 2007-11-22 17:19:38 +01:00
Ralf Corsépius 94d2343931 Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS. 2007-11-22 16:17:20 +01:00
Ralf Corsépius 5831404601 Add header preinstallation. 2007-11-22 15:54:42 +01:00
Panu Matilainen 8afe81c214 Use NSS instead of beecrypt for encryption (Tomas Mraz) 2007-11-02 10:02:40 +02:00
Ralf Corsépius fa1b02934a Add -I$(top_builddir)/rpmdb to AM_CPPFLAGS. 2007-10-30 12:14:23 +01:00
Ralf Corsépius 4b185fc48d Add rpmdb/rpmints.h.in. 2007-10-24 18:38:18 +02:00
Ralf Corsépius 7445f99b38 Pass HEADERS to doxygen instead of pkginclude_HEADERS. 2007-10-24 18:36:19 +02:00
Ralf Corsépius d46dd7352f Minor fixes to generation of hacking 2007-10-24 18:26:07 +02:00
Ralf Corsépius b96a582dd4 Reflect changes to doxygen docs. 2007-10-19 17:22:08 +02:00
Ralf Corsépius 2240b4f8d6 Ship Doxyfile.in, doc/librpm.doxy.in. 2007-10-19 07:04:15 +02:00
Ralf Corsépius 39454472fc Reflect changes to apidocs generation. 2007-10-18 18:13:02 +02:00
Ralf Corsépius 4d02494caa Remove doc/librpm during maintainer-clean. 2007-10-18 09:51:32 +02:00
Ralf Corsépius 6e3017d040 Use DOXYGEN instead of __DOXYGEN.
Rework processing pkginclude_HEADERS for doc/librpm.doxy.
2007-10-18 09:04:17 +02:00
Ralf Corsépius ea2968b6b3 Cleanup CPPFLAGS. 2007-10-17 16:41:59 +02:00
Ralf Corsépius cc113a1aad Add find-provides, find-requires, db.h to DISTCLEANFILES. 2007-10-17 15:38:33 +02:00
Ralf Corsépius 6e2f4d1351 Move db.h handling to toplevel Makefile.am 2007-10-17 15:23:15 +02:00
Ralf Corsépius 83b24d5f00 Add preliminary support for doc/librpm. 2007-10-17 14:36:47 +02:00
Ralf Corsépius 44768215d3 Revert yesterday's patch (we're not ready for it). 2007-10-17 12:13:14 +02:00
Ralf Corsépius 2200b96fe3 Move tdbi, tjfn, tsql to toplevel Makefile.am. 2007-10-16 18:32:24 +02:00
Ralf Corsépius ba6a27ce9b Move ACLOCAL_AMFLAGS to the top. 2007-10-16 18:22:23 +02:00
Ralf Corsépius 8ea05eb1df Use \$(SED) instead of hard-coded sed. 2007-10-16 18:21:27 +02:00
Ralf Corsépius b979510978 Add usrsrcdir.
Reflect using $(usrsrcdir)/packages instead of $(usrsrcdir)/$(RPMCANONICALVENDOR).
2007-10-15 10:40:52 +02:00
Panu Matilainen 9a555bf696 header_method.h is now private 2007-10-10 14:37:18 +03:00
Panu Matilainen fc0463782e Remove now unneeded hdrinline 2007-10-10 14:36:13 +03:00
Panu Matilainen 8f9eea953f Move per-header method typedefs etc out of main header.h
- new header_method.h include
2007-10-10 14:25:29 +03:00
Ralf Corsépius 5dd1a5baa5 Move pkginc_HEADERS to toplevel Makefile.am 2007-10-10 10:08:26 +02:00
Ralf Corsépius b27dcbe546 Remove generation of ChangeLog to Makefile.maint. 2007-10-07 18:15:20 +02:00
Ralf Corsépius af4ba121d8 Fix typo in previous patch. 2007-09-18 07:38:50 +02:00
Ralf Corsépius 01899614bd Reorganize *_DATA creation. 2007-09-18 06:39:31 +02:00
Ralf Corsépius de4fc157ba Conditionally build db3.
Add DIST_SUBDIRS.
2007-09-18 04:23:21 +02:00
Ralf Corsépius 7bf56f5829 Eliminate WITH_DB_SUBDIR. 2007-09-17 17:58:29 +02:00
Ralf Corsépius 91a33fbdc5 Move generating rpmpopt-@VERSION@ from configure into Makefile. 2007-09-14 05:21:39 +02:00
Ralf Corsépius ede9e90272 Move generating rpm.pc from configure into Makefile. 2007-09-14 05:09:17 +02:00
Ralf Corsépius df1b72d3af Process platform in Makefile instead of configure. 2007-09-13 14:51:46 +02:00
Ralf Corsépius a019b8bf96 Move handing scripts/gendiff from scripts/Makefile.am to Makefile.am 2007-09-13 14:49:35 +02:00
Ralf Corsépius f2541835c5 Adjust several *_LDADDs 2007-09-12 11:30:39 +02:00
Ralf Corsépius fb7433b364 Merge tools/Makefile.am into Makefile.am 2007-09-12 10:56:37 +02:00
Ralf Corsépius 8b96f09bb8 Move debugedit from tools/Makefile.am to Makefile.am. 2007-09-11 09:49:54 +02:00
Ralf Corsépius 2ef2ca1f29 Move rpmgraph from tools/Makefile.am to Makefile.am. 2007-09-11 09:46:48 +02:00
Ralf Corsépius 39e601dac9 Use _LDADD instead of _LDFLAGS.
Remove commented out _LDFLAGS.
2007-09-11 02:46:51 +02:00
Ralf Corsépius 798d7c681d Move scripts/find-debuginfo.sh to Makefile.am. 2007-09-11 00:55:05 +02:00