summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Sync with rpm-4_0 branch.jbj2000-12-121-2/+2
| | | | | | CVS patchset: 4338 CVS date: 2000/12/12 20:03:45
* - use package version 3 if --nodirtokens is specified.jbj2000-12-041-3/+2
| | | | | | CVS patchset: 4317 CVS date: 2000/12/04 02:13:11
* Sync with rpm-4_0 branch.jbj2000-12-041-9/+8
| | | | | | CVS patchset: 4315 CVS date: 2000/12/04 00:55:17
* - add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).jbj2000-10-281-0/+8
| | | | | | | | | | - remove getMacroBody() from rpmio API. - hide libio lossage in prototype, not API. lclint annotations. CVS patchset: 4230 CVS date: 2000/10/28 17:16:25
* Revert rpmrc excision for now.jbj2000-09-141-3/+3
| | | | | | | | rpmio: add rpmlog.c/rpmlog.h. CVS patchset: 4163 CVS date: 2000/09/14 11:42:48
* - unify rpmError and rpmMessge interfaces through rpmlog.jbj2000-09-011-1/+3
| | | | | | | | - collect and display rpm build error messages at end of build. CVS patchset: 4149 CVS date: 2000/09/01 21:15:40
* Rip out rpmrc configuration.jbj2000-08-271-5/+5
| | | | | | CVS patchset: 4134 CVS date: 2000/08/27 19:43:51
* - link rpm2cpio dynamically since cpio is linked dynamically.jbj2000-07-291-1/+1
| | | | | | CVS patchset: 3991 CVS date: 2000/07/29 17:30:18
* - create rpmbuild/rpmquery/rpmverify/rpmsign symlinks.jbj2000-07-251-1/+9
| | | | | | CVS patchset: 3980 CVS date: 2000/07/25 18:37:21
* - rip out pre-transaction syscalls, more design is needed.jbj2000-07-151-9/+0
| | | | | | | | | | | | - display rpmlib provides when invoked with --showrc. - remove (dead) dependency checks on implicitly provided package names. - remove (dead) rpmdb API code in python bindings. - remove (legacy) support for version 1 packaging. - remove (legacy) support for converting gdbm databases. CVS patchset: 3950 CVS date: 2000/07/15 14:53:54
* lclint fiddles.jbj2000-07-071-1/+1
| | | | | | | | avoid pathological buffer overflow in lib/rpmrc.c CVS patchset: 3922 CVS date: 2000/07/07 20:06:41
* - put version on rpmpopt filename to avoid legacy filename collision.jbj2000-06-221-2/+5
| | | | | | CVS patchset: 3897 CVS date: 2000/06/22 13:39:44
* Solaris per-platform macros.jbj2000-06-131-2/+8
| | | | | | CVS patchset: 3838 CVS date: 2000/06/13 09:12:39
* More libtool fiddles.jbj2000-06-131-6/+5
| | | | | | CVS patchset: 3837 CVS date: 2000/06/13 07:15:15
* - create rpmio directory for librpmio.jbj2000-06-071-9/+18
| | | | | | CVS patchset: 3820 CVS date: 2000/06/07 23:25:41
* Split popt glue into lib/popt{BT,QV}.c.jbj2000-06-011-16/+9
| | | | | | | | Add dependencies to *.la. CVS patchset: 3787 CVS date: 2000/06/01 04:47:42
* Remove build modes from rpm, use rpmb and/or popt glue instead.jbj2000-05-261-1/+1
| | | | | | CVS patchset: 3754 CVS date: 2000/05/26 18:51:11
* Sanity (make dist).jbj2000-05-241-1/+1
| | | | | | CVS patchset: 3752 CVS date: 2000/05/24 18:28:36
* Sanity (make dist).jbj2000-05-241-2/+3
| | | | | | CVS patchset: 3751 CVS date: 2000/05/24 18:09:06
* - change popt exec alias in oreder to exec rpm children.jbj2000-05-241-18/+64
| | | | | | | | - split rpm into 5 pieces along major mode fault lines with popt glue. CVS patchset: 3750 CVS date: 2000/05/24 17:53:35
* installplatform: typo.jbj2000-05-021-1/+1
| | | | | | CVS patchset: 3716 CVS date: 2000/05/02 17:30:49
* Hi!jbj2000-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'd like to start building sparc64 packages (eventhough the install rule details are yet to be designed - IMHO if 64bit SPARC userland is going into 7.0 we should rebuild all packages into 64bit in the next months or so to have time to chase bugs etc.), and this is about what I need. Basically I'd like to have %{_lib} to stand for the last part (normally "lib") of dirname for directories like /lib, /usr/lib, /usr/X11R6/lib because on sparc64-linux they are /lib64, /usr/lib64, /usr/X11R6/lib64 (and on Solaris /lib/sparcv9, /usr/lib/sparcv9 etc.), so that one can use things like /usr/%{_lib} in the spec files. Another thing which I need is an arch specific build root policy. This patch does a few things: 1) add installplatform into EXTRA_DIST files, so that it is actually invoked during rpm build not from CVS 2) Define %_lib lib and let target specific macros override it 3) Split __spec_install_post into __arch_install_post and __os_install_post, --buildpolicy now specifies the __os_install_post part only. spec files can still override the __arch_install_post if the want to. brp-sparc64-linux is used to move 64bit libraries to */lib64 directories from */lib directories if make install of some package left them there. 4) Change installplatform so that on sparc* it creates both sparc and sparc64 target macro dirs (/usr/lib/rpm/sparc{,64}-redhat-linux in sparc*-redhat-linux case). CVS patchset: 3685 CVS date: 2000/04/19 16:03:49
* Solaris2.6 portability.jbj2000-02-271-1/+2
| | | | | | CVS patchset: 3591 CVS date: 2000/02/27 18:52:30
* - sparc-sun-solaris2.6 portability check.jbj2000-02-251-2/+7
| | | | | | CVS patchset: 3589 CVS date: 2000/02/25 16:49:05
* - fix: filter excluded paths before adding install prefixes (#8709).jbj2000-02-251-0/+1
| | | | | | | | | | - add i18n lookaside to PO catalogue(s) for i18n strings. - try for /etc/rpm/macros.specspo so that specspo autoconfigures rpm. - per-platform configuration factored into /usr/lib/rpm subdir. CVS patchset: 3588 CVS date: 2000/02/25 16:29:44
* Automake portability diddles.jbj2000-02-241-14/+9
| | | | | | CVS patchset: 3586 CVS date: 2000/02/24 22:28:31
* Patches from PLD.jbj2000-02-131-1/+1
| | | | | | CVS patchset: 3556 CVS date: 2000/02/13 19:24:19
* Commit broken perl binding changes.jbj2000-02-101-1/+1
| | | | | | CVS patchset: 3549 CVS date: 2000/02/10 22:13:48
* Preliminary support for doxygen generated API doco.jbj2000-01-191-1/+7
| | | | | | CVS patchset: 3525 CVS date: 2000/01/19 19:20:56
* Makefile.am: Add RPM-GPG-KEY to the package.jbj1999-12-071-1/+2
| | | | | | | | | | Use fdLink/fdFree for fd/scriptFd references in transaction set/availableList. fprint.h: Permit (and check for) subDir = NULL in fingerPrints. More lclint annotations. CVS patchset: 3462 CVS date: 1999/12/07 21:14:51
* Build on solaris2.6 with gcc.jbj1999-09-301-3/+1
| | | | | | CVS patchset: 3362 CVS date: 1999/09/30 21:20:34
* Sanity.jbj1999-09-301-1/+1
| | | | | | CVS patchset: 3361 CVS date: 1999/09/30 21:10:04
* More HPUX cc fiddles.jbj1999-09-301-0/+1
| | | | | | CVS patchset: 3356 CVS date: 1999/09/30 17:45:42
* Check in time stamps.jbj1999-09-291-1/+1
| | | | | | CVS patchset: 3342 CVS date: 1999/09/29 23:26:08
* Search /usr/include before misc.jbj1999-09-261-0/+1
| | | | | | CVS patchset: 3335 CVS date: 1999/09/26 23:44:36
* Solaris compilation.jbj1999-09-261-5/+7
| | | | | | CVS patchset: 3332 CVS date: 1999/09/26 17:28:00
* link libbz2.a statically to avoid rpm->bzip2 dependence for now.jbj1999-09-071-1/+0
| | | | | | CVS patchset: 3264 CVS date: 1999/09/07 19:47:53
* add sparcv9 architecture.jbj1999-09-071-1/+2
| | | | | | CVS patchset: 3260 CVS date: 1999/09/07 12:32:10
* Orphans.jbj1999-08-241-1/+1
| | | | | | CVS patchset: 3252 CVS date: 1999/08/24 22:08:52
* Man pages have moved.jbj1999-07-191-1/+1
| | | | | | CVS patchset: 3186 CVS date: 1999/07/19 22:20:57
* Orphans.jbj1999-07-191-1/+1
| | | | | | CVS patchset: 3185 CVS date: 1999/07/19 22:20:01
* add pl translation and man pages (Tomasz K?oczko et al).jbj1999-07-191-4/+2
| | | | | | CVS patchset: 3183 CVS date: 1999/07/19 22:13:12
* Change shared lib defaults.jbj1999-07-151-0/+1
| | | | | | CVS patchset: 3171 CVS date: 1999/07/15 22:26:15
* Automake to create python bindings.jbj1999-07-151-0/+1
| | | | | | CVS patchset: 3164 CVS date: 1999/07/15 20:15:23
* move checksig/resign major modes into rpmlib.jbj1999-07-141-2/+2
| | | | | | CVS patchset: 3157 CVS date: 1999/07/14 16:47:30
* move install/erase major modes into rpmlib.jbj1999-07-141-3/+2
| | | | | | CVS patchset: 3155 CVS date: 1999/07/14 15:43:30
* move url.c and ftp.c to rpmlib right next to query.jbj1999-06-301-3/+3
| | | | | | CVS patchset: 3115 CVS date: 1999/06/30 19:02:46
* Typo.jbj1999-06-171-1/+1
| | | | | | CVS patchset: 3100 CVS date: 1999/06/17 23:28:54
* Typo.jbj1999-06-171-3/+0
| | | | | | CVS patchset: 3099 CVS date: 1999/06/17 23:22:01
* MiNT port (Guido Flohr <gufl0000@stud.uni-sb.de>).jbj1999-06-171-2/+9
| | | | | | CVS patchset: 3096 CVS date: 1999/06/17 21:35:34