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

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Thu Oct 13 16:34:00 UTC 2005


Author: lmacken

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

Modified Files:
	obby.spec 
Log Message:
Add howl support to FC-3/FC-4



Index: obby.spec
===================================================================
RCS file: /cvs/extras/rpms/obby/FC-4/obby.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- obby.spec	6 Oct 2005 17:26:24 -0000	1.3
+++ obby.spec	13 Oct 2005 16:33:57 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           obby
 Version:        0.2.0
-Release:        4%{?dist}
+Release:        5%{?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, gettext-devel
+BuildRequires:  net6-devel, gmp-devel, gettext-devel, howl-devel
 
 %description
 libobby is a library which provides synced document buffers. It supports
@@ -21,7 +21,7 @@
 Summary:        Development libraries for obby
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       pkgconfig, net6-devel, gmp-devel
+Requires:       pkgconfig, net6-devel, gmp-devel, howl-devel
 
 %description devel
 libobby is a library which provides synced document buffers. This package
@@ -35,7 +35,7 @@
 %build
 aclocal
 autoconf
-%configure --disable-static
+%configure --disable-static --with-howl
 make %{?_smp_mflags}
 
 
@@ -67,6 +67,9 @@
 
 
 %changelog
+* Fri Oct 07 2005 Luke Macken <lmacken at redhat.com> - 0.2.0-5
+- Add howl support
+
 * 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




More information about the fedora-extras-commits mailing list