SPECS: libavc1394.spec - more verbose files, ghost soname symlinks - LGPL v...
qboosh
qboosh at pld-linux.org
Thu Aug 28 23:43:40 CEST 2008
Author: qboosh Date: Thu Aug 28 21:43:40 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- more verbose files, ghost soname symlinks
- LGPL v2.1+
---- Files affected:
SPECS:
libavc1394.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: SPECS/libavc1394.spec
diff -u SPECS/libavc1394.spec:1.20 SPECS/libavc1394.spec:1.21
--- SPECS/libavc1394.spec:1.20 Sun Aug 24 13:00:26 2008
+++ SPECS/libavc1394.spec Thu Aug 28 23:43:35 2008
@@ -8,7 +8,7 @@
Name: libavc1394
Version: 0.5.3
Release: 3
-License: LGPL
+License: LGPL v2.1+
Group: Libraries
Source0: http://dl.sourceforge.net/libavc1394/%{name}-%{version}.tar.gz
# Source0-md5: 09e30b1fb5ae455b6d8407e457a711a3
@@ -93,21 +93,31 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
-%{_mandir}/man1/*.1*
+%attr(755,root,root) %{_bindir}/dvcont
+%attr(755,root,root) %{_bindir}/mkrfc2734
+%attr(755,root,root) %{_bindir}/panelctl
+%attr(755,root,root) %{_libdir}/libavc1394.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libavc1394.so.0
+%attr(755,root,root) %{_libdir}/librom1394.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/librom1394.so.0
+%{_mandir}/man1/dvcont.1*
+%{_mandir}/man1/mkrfc2734.1*
+%{_mandir}/man1/panelctl.1*
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libavc1394.so
+%attr(755,root,root) %{_libdir}/librom1394.so
+%{_libdir}/libavc1394.la
+%{_libdir}/librom1394.la
%{_includedir}/libavc1394
%{_pkgconfigdir}/libavc1394.pc
%if %{with static_libs}
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libavc1394.a
+%{_libdir}/librom1394.a
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -116,6 +126,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2008/08/28 21:43:35 qboosh
+- more verbose files, ghost soname symlinks
+- LGPL v2.1+
+
Revision 1.20 2008/08/24 11:00:26 arekm
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libavc1394.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list