rpms/obby/devel obby.spec,1.3,1.4

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Fri Oct 7 16:38:16 UTC 2005


Author: lmacken

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

Modified Files:
	obby.spec 
Log Message:
add howl support



Index: obby.spec
===================================================================
RCS file: /cvs/extras/rpms/obby/devel/obby.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- obby.spec	6 Oct 2005 17:10:26 -0000	1.3
+++ obby.spec	7 Oct 2005 16:38:14 -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
@@ -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