SPECS: libnl.spec - merged final 1.0 from DEVEL - with -static pat...

qboosh qboosh at pld-linux.org
Sun Jan 13 10:00:04 CET 2008


Author: qboosh                       Date: Sun Jan 13 09:00:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- merged final 1.0 from DEVEL
- with -static patch -static is restored

---- Files affected:
SPECS:
   libnl.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/libnl.spec
diff -u SPECS/libnl.spec:1.18 SPECS/libnl.spec:1.19
--- SPECS/libnl.spec:1.18	Fri Dec 14 15:01:35 2007
+++ SPECS/libnl.spec	Sun Jan 13 09:59:59 2008
@@ -2,16 +2,14 @@
 Summary:	Netlink library
 Summary(pl.UTF-8):	Biblioteka do obsługi gniazd netlink
 Name:		libnl
-Epoch:		1
 Version:	1.0
-%define pre pre6
-Release:	0.%{pre}.5
+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:	0f57cb7085dc27e054691bff858613c9
-Patch0:		%{name}-llh.patch
-Patch1:		%{name}-static.patch
+Source0:	http://people.suug.ch/~tgr/libnl/files/%{name}-%{version}.tar.gz
+# Source0-md5:	fd59c63cfa8ad50c8331a48aa252e483
+Patch0:		%{name}-static.patch
 URL:		http://people.suug.ch/~tgr/libnl/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -53,9 +51,8 @@
 Statyczna biblioteka libnl.
 
 %prep
-%setup -q -n %{name}-%{version}-%{pre}
+%setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__aclocal}
@@ -72,6 +69,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
 
@@ -81,8 +81,8 @@
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog
-%attr(755,root,root) %{_libdir}/libnl.so.[0-9].[0-9]*
-%ghost %attr(755,root,root) %{_libdir}/libnl.so.[!.]
+%attr(755,root,root) %{_libdir}/libnl.so.*.*
+%ghost %attr(755,root,root) %{_libdir}/libnl.so.1
 
 %files devel
 %defattr(644,root,root,755)
@@ -100,6 +100,28 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2008-01-13 08:59:59  qboosh
+- merged final 1.0 from DEVEL
+- with -static patch -static is restored
+
+Revision 1.14.2.5  2008-01-13 08:54:20  qboosh
+- removed obsolete llh patch
+
+Revision 1.14.2.4  2008-01-13 08:53:56  qboosh
+- removed remnants of no longer existing -static, added Obsoletes
+
+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
+
+Revision 1.14.2.1  2007-11-23 10:43:16  patrys
+- pre8
+- meant for llh 2.6.23
+- epoch 1 to follow HEAD
+- don't merge as it breaks API/ABI for existing apps
+
 Revision 1.18  2007-12-14 14:01:35  patrys
 - rel up
 
================================================================

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



More information about the pld-cvs-commit mailing list