SPECS (DEVEL): libnl.spec - updated to final 1.0

qboosh qboosh at pld-linux.org
Sun Jan 13 09:53:03 CET 2008


Author: qboosh                       Date: Sun Jan 13 08:53:03 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- updated to final 1.0

---- Files affected:
SPECS:
   libnl.spec (1.14.2.2 -> 1.14.2.3) 

---- Diffs:

================================================================
Index: SPECS/libnl.spec
diff -u SPECS/libnl.spec:1.14.2.2 SPECS/libnl.spec:1.14.2.3
--- SPECS/libnl.spec:1.14.2.2	Sun Dec 16 22:11:33 2007
+++ SPECS/libnl.spec	Sun Jan 13 09:52:58 2008
@@ -3,14 +3,12 @@
 Summary(pl.UTF-8):	Biblioteka do obsługi gniazd netlink
 Name:		libnl
 Version:	1.0
-%define pre pre8
-Release:	0.%{pre}.3
+Release:	1
 Epoch:		1
 License:	LGPL v2.1
 Group:		Libraries
-Source0:	http://people.suug.ch/~tgr/libnl/files/%{name}-%{version}-%{pre}.tar.gz
-# Source0-md5:	cc54b3ed25ba45d45a966b9355030810
-Patch0:		%{name}-llh.patch
+Source0:	http://people.suug.ch/~tgr/libnl/files/%{name}-%{version}.tar.gz
+# Source0-md5:	fd59c63cfa8ad50c8331a48aa252e483
 URL:		http://people.suug.ch/~tgr/libnl/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -54,8 +52,7 @@
 Statyczna biblioteka libnl.
 
 %prep
-%setup -q -n %{name}-%{version}-%{pre}
-%patch0 -p1
+%setup -q
 
 %build
 %{__aclocal}
@@ -71,6 +68,9 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# for autodeps to work
+chmod +x $RPM_BUILD_ROOT%{_libdir}/libnl.so.*.*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -80,7 +80,7 @@
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog
-%attr(755,root,root) %{_libdir}/libnl.so.[0-9].[0-9]*
+%attr(755,root,root) %{_libdir}/libnl.so.*.*
 %ghost %attr(755,root,root) %{_libdir}/libnl.so.1
 
 %files devel
@@ -95,6 +95,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14.2.3  2008-01-13 08:52:58  qboosh
+- updated to final 1.0
+
 Revision 1.14.2.2  2007-12-16 21:11:33  qboosh
 - added llh patch to avoid using obsolete <lihux/ip_mp_alg.h> header
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libnl.spec?r1=1.14.2.2&r2=1.14.2.3&f=u



More information about the pld-cvs-commit mailing list