rpms/hercules/devel hercules.spec,1.9,1.10

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Mar 15 14:51:42 UTC 2006


Author: thias

Update of /cvs/extras/rpms/hercules/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22388

Modified Files:
	hercules.spec 
Log Message:
Next try, builds for me with mach, but not in the buildsys with mock :-(



Index: hercules.spec
===================================================================
RCS file: /cvs/extras/rpms/hercules/devel/hercules.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hercules.spec	14 Mar 2006 15:05:31 -0000	1.9
+++ hercules.spec	15 Mar 2006 14:51:42 -0000	1.10
@@ -10,6 +10,8 @@
 Source: http://www.conmicro.cx/hercules/hercules-%{version}%{?date:-cvs}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: bison, zlib-devel, bzip2-devel, libgcrypt-devel, gcc-c++
+BuildRequires: gettext-devel
+BuildRequires: autoconf, automake, libtool
 Obsoletes: hercules-docs <= 3.01
 
 %description
@@ -23,6 +25,9 @@
 
 %prep
 %setup -n %{name}-%{version}%{?date:-cvs}
+#autoreconf -Iautoconf -Im4 -f -i
+aclocal
+automake -c -f
 
 ### FIXME: Make buildsystem use standard autotools directories (Fix upstream please)
 %{__perl} -pi.orig -e 's|^(modexecdir) =.*$|$1 = \$(libdir)/hercules|' \




More information about the fedora-extras-commits mailing list