SPECS (AC-branch): libnet.spec - rel 3; install libnet-config
arekm
arekm at pld-linux.org
Sat Dec 2 20:22:29 CET 2006
Author: arekm Date: Sat Dec 2 19:22:29 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- rel 3; install libnet-config
---- Files affected:
SPECS:
libnet.spec (1.48 -> 1.48.2.1)
---- Diffs:
================================================================
Index: SPECS/libnet.spec
diff -u SPECS/libnet.spec:1.48 SPECS/libnet.spec:1.48.2.1
--- SPECS/libnet.spec:1.48 Fri Apr 2 19:44:33 2004
+++ SPECS/libnet.spec Sat Dec 2 20:22:24 2006
@@ -4,7 +4,7 @@
Summary(pt_BR): API para funçőes de rede de baixo nível
Name: libnet
Version: 1.1.2.1
-Release: 2
+Release: 3
Epoch: 1
License: BSD
Group: Libraries
@@ -105,7 +105,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_mandir}/man3}
+install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_mandir}/man3,%{_bindir}}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -114,6 +114,7 @@
ln -sf libnet.a $RPM_BUILD_ROOT%{_libdir}/libpwrite.a
install sample/*.[ch] $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
install doc/man/man3/libnet-functions.h.3 $RPM_BUILD_ROOT/%{_mandir}/man3
+install libnet-config $RPM_BUILD_ROOT%{_bindir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -128,6 +129,7 @@
%files devel
%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_libdir}/lib*.so
%{_libdir}/lib*.la
%{_includedir}/*.h
@@ -148,6 +150,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.48.2.1 2006/12/02 19:22:24 arekm
+- rel 3; install libnet-config
+
Revision 1.48 2004/04/02 17:44:33 qboosh
- fixed shared patch (use LTLIBOBJS instead of LIBOBJS in shared lib); release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libnet.spec?r1=1.48&r2=1.48.2.1&f=u
More information about the pld-cvs-commit
mailing list