Commit Graph

35 Commits

Author SHA1 Message Date
8c5c47a2a1 Remove remaining vestiges of python bindings
Build of python bindings was turned off by commit 4.0.4-alt100.97~5 made
about 5 years ago, not it's time to remove the remaining unused bits.
2021-09-08 08:00:00 +00:00
3a74c95016 Remove internal debugedit
Do not build internal debugedit and its tests. Debugedit is now external
package.
2021-04-29 22:39:57 +03:00
14e97e6b25 tests: Add debugedit tests
Copy reduced tests/Makefile.am from RPM upstream and make tests work.
2020-11-10 06:43:20 +03:00
e8c780c2b0 Disable build and install of unpackaged files
These are no longer packaged anyway, so no need to bother.
2017-01-14 13:42:53 +00:00
e0e8952034 Disable build of static libraries and executables
These are no longer packaged anyway, so no need to bother.
2017-01-14 13:42:53 +00:00
4134fc39ac Fix automake warnings
Makefile.am:13: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
build/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
lib/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
python/Makefile.am:7: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
rpmdb/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
rpmio/Makefile.am:9: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tools/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
2014-02-15 22:19:47 +00:00
787f805585 Fix build with ld --no-copy-dt-needed-entries 2012-05-21 00:41:34 +00:00
8d06e06fbc Makefile.am: fix build with new automake 2012-04-13 17:09:14 +00:00
Alexey Tourbin
202244526d added .gitignore, improved support for in-tree building
Here is how to run configure within the source tree:
$ rpm -bE --enable debug *.spec |sed -n '/^%build$/,/^%install$/{/^%build$/d;/^%install$/d;p}' |sh -ex

There's still problem: po/Makefile.in is getting added to
configure.ac:AC_OUTPUT, and when running autoreconf for the second time,
it will die as follows.

    autoreconf-default: running: aclocal -I m4 --force -I m4
    configure.in:896: error: `po/Makefile.in' is already registered with AC_CONFIG_FILES.
    ../../lib/autoconf/status.m4:290: AC_CONFIG_FILES is expanded from...
    configure.in:896: the top level
    autom4te-2.60: /usr/bin/m4 failed with exit status: 1
2010-08-17 19:20:40 +04:00
Alexey Tourbin
6795a36bb1 great removal 2009-09-29 15:29:52 +04:00
Alexey Tourbin
19e6de9d5e added support for .xz/.lzma compressed sources and patches
This also fixes some bugs:
- %uncompress macro never worked;
- %patch -s -b .orig never worked.
2009-09-29 14:18:01 +04:00
Alexey Tourbin
416a432059 spec, Makefile.am: packaged rpm2cpio.static 2009-09-24 12:35:41 +04:00
7d7be451d9 Link rpm.static with -pthread. 2006-11-17 00:01:44 +00:00
894d09e31b Rename athlonxp platform to athlon_xp (#9991). 2006-09-16 21:50:43 +00:00
3e85ced9e2 fixed typo 2006-03-20 15:02:36 +00:00
02126919b1 install-data-local: mkinstalldirs athlonxp, pentium2, pentium3 2006-03-20 14:34:59 +00:00
74cb94d8b3 Relocate rpmrc and rpmpopt from %_libdir/ to %_prefix/lib/. 2006-01-14 22:02:07 +00:00
9835799623 Added x86_64 support. 2005-06-16 16:18:15 +00:00
65aaf3b23d Added pentium4 arch support (Raorn, #5259) 2004-10-31 19:08:39 +00:00
95b920806f and applied it again with minor changes 2004-01-21 15:15:19 +00:00
67149f7995 reverted recent change 2004-01-20 17:43:33 +00:00
97e44e8414 do not build rpm with librpmbuild 2004-01-20 17:24:44 +00:00
b41646869d s/rpm\.static_/rpm_static_/g 2004-01-20 16:55:48 +00:00
3316d722f4 build rpm dynamically; build rpm.static 2004-01-20 16:21:59 +00:00
398f72a71d makefiles cleanup4 2003-11-26 09:17:56 +00:00
403dd13ab7 makefiles cleanup4 2003-11-26 09:08:24 +00:00
1cff6d97bc makefiles cleanup1 2003-11-24 20:44:29 +00:00
d75d9c0891 removed misc subdir 2002-12-09 21:32:19 +00:00
8769e44cd0 s/INTLLIBS/LIBINTL/g 2002-12-09 14:05:00 +00:00
f513cdf722 migrated to new gettext 2002-10-23 11:21:19 +00:00
6cc64fa4ea updated code to snapshot 2002-06-15 of 4_0 branch 2002-08-03 16:35:14 +00:00
fb0cfc221f removed: -lrt -lpthread 2002-03-26 16:00:26 +00:00
4f725dbd20 added @LIBBEECRYPT@ to myLDADD list 2002-03-25 21:13:31 +00:00
ddff839f39 sync with rpm4 branch: removed obsolete entries 2002-03-25 20:52:35 +00:00
82a4763c66 Initial revision 2002-03-25 20:16:26 +00:00