rpms/obby/FC-4 obby.spec,1.2,1.3

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Thu Oct 6 17:26:26 UTC 2005


Author: lmacken

Update of /cvs/extras/rpms/obby/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14380/FC-4

Modified Files:
	obby.spec 
Log Message:
fix build for fc3 and fc4 too



Index: obby.spec
===================================================================
RCS file: /cvs/extras/rpms/obby/FC-4/obby.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- obby.spec	6 Oct 2005 06:46:46 -0000	1.2
+++ obby.spec	6 Oct 2005 17:26:24 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           obby
 Version:        0.2.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A library which provides synced document buffers
 
 Group:          Development/Libraries
@@ -9,7 +9,7 @@
 Source0:        http://releases.0x539.de/obby/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  net6-devel, gmp-devel
+BuildRequires:  net6-devel, gmp-devel, gettext-devel
 
 %description
 libobby is a library which provides synced document buffers. It supports
@@ -33,6 +33,8 @@
 
 
 %build
+aclocal
+autoconf
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -65,6 +67,10 @@
 
 
 %changelog
+* Thu Oct 06 2005 Luke Macken <lmacken at redhat.com> - 0.2.0-4
+- Add gettext-devel to BuildRequires, and call aclocal and autoconf before
+  configure to fix build error
+
 * Wed Oct 05 2005 Luke Macken <lmacken at redhat.com> - 0.2.0-3
 - Remove libsigc++20-devel from Requires
 - Add net6-devel and gmp-devel to Requires for devel subpackage




More information about the fedora-extras-commits mailing list