SPECS: libtorrent.spec - ac/am regenerated - rel. 1

charles charles at pld-linux.org
Sat Jun 18 11:35:32 CEST 2005


Author: charles                      Date: Sat Jun 18 09:35:32 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ac/am regenerated
- rel. 1

---- Files affected:
SPECS:
   libtorrent.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/libtorrent.spec
diff -u SPECS/libtorrent.spec:1.2 SPECS/libtorrent.spec:1.3
--- SPECS/libtorrent.spec:1.2	Fri Jun 17 23:07:47 2005
+++ SPECS/libtorrent.spec	Sat Jun 18 11:35:27 2005
@@ -3,14 +3,17 @@
 Summary(pl):	LibTorrent - biblioteka BitTorrenta napisana w C++ dla Uniksa
 Name:		libtorrent
 Version:	0.6.5
-Release:	0.1
+Release:	1
 License:	GPL v2
 Group:		Libraries
 Source0:	http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz
 # Source0-md5:	19546b552dc02a4b78328e5630317a3f
 URL:		http://libtorrent.rakshasa.no/
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	libsigc++-devel >= 2.0
 BuildRequires:	libstdc++-devel
+BuildRequires:	libtool
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -56,6 +59,10 @@
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
 	--%{?debug:en}%{!?debug:dis}able-debug \
 	--enable-static
@@ -67,10 +74,6 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-# XXX: is it really needed??? libtool should do this
-cd $RPM_BUILD_ROOT%{_libdir}
-ln -sf libtorrent.so.*.*.* libtorrent.so
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -99,6 +102,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/06/18 09:35:27  charles
+- ac/am regenerated
+- rel. 1
+
 Revision 1.2  2005/06/17 21:07:47  qboosh
 - pl
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libtorrent.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list