summaryrefslogtreecommitdiff
path: root/librsync.spec
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2001-08-08 06:16:28 +0000
committerMartin Pool <mbp@sourcefrog.net>2001-08-08 06:16:28 +0000
commit4445cfed5d206ffc8aefc13916c34588dc86b0ed (patch)
treef46a15b8cc84b7d6b9a4c469355609fc95508371 /librsync.spec
parentf42a00a17da595c7a518fd625f6042b90d5c5303 (diff)
downloadlibrsync-4445cfed5d206ffc8aefc13916c34588dc86b0ed.tar.gz
Munge spec file to actually build properly on RH 7.0.
Diffstat (limited to 'librsync.spec')
-rw-r--r--librsync.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/librsync.spec b/librsync.spec
index 74ce410..4bd73f6 100644
--- a/librsync.spec
+++ b/librsync.spec
@@ -45,10 +45,14 @@ based on librsync.
# The next line is only needed if there are any non-upstream patches. In
# this distribution there are none.
#%patch
-
%build
-%configure
-make
+libtoolize --force
+aclocal
+autoheader
+automake Makefile popt/Makefile
+autoconf
+./configure --prefix=/usr
+make CFLAGS="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT