packages: libnetdude/libnetdude.spec - removed version numbers from paths -...
lisu
lisu at pld-linux.org
Tue Sep 15 16:21:46 CEST 2009
Author: lisu Date: Tue Sep 15 14:21:45 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- removed version numbers from paths
- rel 1
---- Files affected:
packages/libnetdude:
libnetdude.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/libnetdude/libnetdude.spec
diff -u packages/libnetdude/libnetdude.spec:1.2 packages/libnetdude/libnetdude.spec:1.3
--- packages/libnetdude/libnetdude.spec:1.2 Tue Sep 15 12:51:34 2009
+++ packages/libnetdude/libnetdude.spec Tue Sep 15 16:21:40 2009
@@ -1,14 +1,12 @@
# $Revision$, $Date$
#
-# TODO:
-# - pl
-# - remove version from paths
+# TODO: pl desc
#
Summary: Packet manipulation backend of the Netdude trace file editing framework
#Summary(p7l.UTF-8):
Name: libnetdude
Version: 0.11
-Release: 0.1
+Release: 1
License: Distributable
Group: Libraries
Source0: http://dl.sourceforge.net/netdude/libnetdude/%{version}/%{name}-%{version}.tar.gz
@@ -102,16 +100,18 @@
%defattr(644,root,root,755)
%{_libdir}/libnetdude.so
%{_libdir}/libnetdude.la
-%dir %{_libdir}/%{name}/%{version}/plugins
-%dir %{_libdir}/%{name}/%{version}/protocols
-%{_libdir}/%{name}/*/*/libnd*.la
-%attr(755,root,root) %{_libdir}/%{name}/*/*/libnd*.so
+%dir %{_libdir}/%{name}/plugins
+%attr(755,root,root) %{_libdir}/%{name}/plugins/libnd_*.so
+%dir %{_libdir}/%{name}/protocols
+%attr(755,root,root) %{_libdir}/%{name}/protocols/libnd_*.so
+%dir %{_libdir}/%{name}
+%{_libdir}/%{name}/*/libnd*.la
%{_includedir}/%{name}
%files static
%defattr(644,root,root,755)
%{_libdir}/libnetdude.a
-%{_libdir}/%{name}/*/*/libnd*.a
+%{_libdir}/%{name}/*/libnd*.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -119,6 +119,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2009/09/15 14:21:40 lisu
+- removed version numbers from paths
+- rel 1
+
Revision 1.2 2009/09/15 10:51:34 lisu
- rel 0.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libnetdude/libnetdude.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list