SPECS: obby.spec - 0.3.0rc1, full am/ac rebuild, more BRs

freetz freetz at pld-linux.org
Fri Nov 18 20:58:27 CET 2005


Author: freetz                       Date: Fri Nov 18 19:58:27 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.3.0rc1, full am/ac rebuild, more BRs

---- Files affected:
SPECS:
   obby.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/obby.spec
diff -u SPECS/obby.spec:1.6 SPECS/obby.spec:1.7
--- SPECS/obby.spec:1.6	Fri Oct 21 15:50:19 2005
+++ SPECS/obby.spec	Fri Nov 18 20:58:22 2005
@@ -1,17 +1,22 @@
 # $Revision$, $Date$
+%define		_rc rc1
 Summary:	obby library
 Summary(pl):	Biblioteka obby
 Name:		obby
-Version:	0.2.0
-Release:	1
+Version:	0.3.0
+Release:	0.%{_rc}.1
 License:	BSD
 Group:		Libraries
-Source0:	http://releases.0x539.de/obby/%{name}-%{version}.tar.gz
-# Source0-md5:	6bd46f9b8c7652d7bfa8413ed2c2af4b
-URL:		http://gobby.0x539.de/            
+Source0:	http://releases.0x539.de/obby/%{name}-%{version}%{_rc}.tar.gz
+# Source0-md5:	c42599423aa8cc1ff5cd374806984edf
+URL:		http://gobby.0x539.de/
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	gmp-c++-devel
 BuildRequires:	howl-devel
-BuildRequires:	net6-devel >= 1.1.0
+BuildRequires:	libtool
+BuildRequires:	net6-devel >= 1.2.0
+BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -55,10 +60,15 @@
 aplicativos estáticos que usam obby.
 
 %prep
-%setup -q
+%setup -qn %{name}-%{version}%{_rc}
 
 %build
-%configure --with-howl
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__automake}
+%{__autoconf}
+%configure \
+    --with-howl
 %{__make}
 
 %install
@@ -95,6 +105,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/11/18 19:58:22  freetz
+- 0.3.0rc1, full am/ac rebuild, more BRs
+
 Revision 1.6  2005/10/21 13:50:19  darekr
 - tabs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/obby.spec?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list