SPECS: libnl.spec - updated to 1.0-pre6, removed obsolete no_root ...
qboosh
qboosh at pld-linux.org
Tue Dec 26 18:43:11 CET 2006
Author: qboosh Date: Tue Dec 26 17:43:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.0-pre6, removed obsolete no_root patch and .pc file
---- Files affected:
SPECS:
libnl.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/libnl.spec
diff -u SPECS/libnl.spec:1.7 SPECS/libnl.spec:1.8
--- SPECS/libnl.spec:1.7 Tue Oct 31 09:19:36 2006
+++ SPECS/libnl.spec Tue Dec 26 18:43:06 2006
@@ -3,15 +3,13 @@
Summary(pl): Biblioteka do obsługi gniazd netlink
Name: libnl
Version: 1.0
-%define pre pre5
-Release: 0.%{pre}.2
+%define pre pre6
+Release: 0.%{pre}.1
License: LGPL v2.1
Group: Libraries
Source0: http://people.suug.ch/~tgr/libnl/files/%{name}-%{version}-%{pre}.tar.gz
-# Source0-md5: 2cece8968bb36b4cc34b907b6e3c2178
-Source1: %{name}-1.pc
-Patch0: %{name}-no_root.patch
-Patch1: %{name}-llh.patch
+# Source0-md5: 0f57cb7085dc27e054691bff858613c9
+Patch0: %{name}-llh.patch
URL: http://people.suug.ch/~tgr/libnl/
BuildRequires: autoconf
BuildRequires: automake
@@ -55,7 +53,6 @@
%prep
%setup -q -n %{name}-%{version}-%{pre}
%patch0 -p1
-%patch1 -p1
%build
%{__aclocal}
@@ -68,14 +65,10 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
%{__make} install \
- LIBDIR=%{_libdir} \
DESTDIR=$RPM_BUILD_ROOT
-install %{SOURCE1} $RPM_BUILD_ROOT%{_pkgconfigdir}/
-
%clean
rm -rf $RPM_BUILD_ROOT
@@ -85,13 +78,13 @@
%files
%defattr(644,root,root,755)
%doc ChangeLog
-%attr(755,root,root) %{_libdir}/lib*.so.*.*-*
+%attr(755,root,root) %{_libdir}/libnl.so.*.*
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/libnl.so
%{_includedir}/netlink
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/libnl-1.pc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -99,6 +92,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2006/12/26 17:43:06 qboosh
+- updated to 1.0-pre6, removed obsolete no_root patch and .pc file
+
Revision 1.7 2006/10/31 08:19:36 pluto
- install fixed.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libnl.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list