SPECS: libnfnetlink.spec - complete ac/am rebuild - unified files ...
qboosh
qboosh at pld-linux.org
Sat Nov 25 12:34:42 CET 2006
Author: qboosh Date: Sat Nov 25 11:34:42 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- complete ac/am rebuild
- unified files
- License is GPL v2
---- Files affected:
SPECS:
libnfnetlink.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/libnfnetlink.spec
diff -u SPECS/libnfnetlink.spec:1.11 SPECS/libnfnetlink.spec:1.12
--- SPECS/libnfnetlink.spec:1.11 Mon Sep 18 17:12:01 2006
+++ SPECS/libnfnetlink.spec Sat Nov 25 12:34:37 2006
@@ -4,7 +4,7 @@
Name: libnfnetlink
Version: 0.0.16
Release: 2
-License: GPL
+License: GPL v2
Group: Libraries
Source0: ftp://ftp.netfilter.org/pub/libnfnetlink/%{name}-%{version}.tar.bz2
# Source0-md5: 5c9b7fc55c5cc7869ecf2ae5ac8afff3
@@ -66,8 +66,10 @@
%setup -q
%build
+%{__libtoolize}
%{__aclocal}
%{__autoconf}
+%{__automake}
%configure
%{__make}
@@ -86,19 +88,19 @@
%files
%defattr(644,root,root,755)
%doc README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libnfnetlink.so.*.*.*
%files devel
%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libnfnetlink.so
+%{_libdir}/libnfnetlink.la
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
%{_pkgconfigdir}/%{name}.pc
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libnfnetlink.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -106,6 +108,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2006/11/25 11:34:37 qboosh
+- complete ac/am rebuild
+- unified files
+- License is GPL v2
+
Revision 1.11 2006/09/18 15:12:01 pluto
- add .pc to -devel, release 2.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libnfnetlink.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list