Author: qboosh Date: Fri Feb 18 21:48:48 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- missing defattr
---- Files affected:
SPECS:
streamtuner.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/streamtuner.spec
diff -u SPECS/streamtuner.spec:1.10 SPECS/streamtuner.spec:1.11
--- SPECS/streamtuner.spec:1.10 Fri Feb 18 17:42:37 2005
+++ SPECS/streamtuner.spec Fri Feb 18 22:48:43 2005
@@ -2,6 +2,7 @@
# TODO
# - segfaults with python plugin
# - review python plugin Requires
+#
# Conditional build:
%bcond_without local_metadata
%bcond_without python
@@ -164,8 +165,8 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%post -p /usr/bin/scrollkeeper-update
-%postun -p /usr/bin/scrollkeeper-update
+%post -p /usr/bin/scrollkeeper-update
+%postun -p /usr/bin/scrollkeeper-update
%files -f %{name}.lang
%defattr(644,root,root,755)
@@ -191,15 +192,18 @@
%{_pkgconfigdir}/*.pc
%files live365
+%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/%{name}/plugins/live365.so
%{_datadir}/%{name}/ui/live365.png
%files local
+%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/%{name}/plugins/local.so
%{_datadir}/%{name}/ui/local.png
%if %{with python}
%files python
+%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/%{name}/plugins/python.so
%{_datadir}/%{name}/ui/python.png
%dir %{_datadir}/%{name}/python
@@ -207,11 +211,13 @@
%endif
%files shoutcast
+%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/%{name}/plugins/shoutcast.so
%{_datadir}/%{name}/ui/shoutcast.png
%if %{with xiph}
%files xiph
+%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/%{name}/plugins/xiph.so
%{_datadir}/%{name}/ui/xiph.png
%endif
@@ -222,6 +228,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2005/02/18 21:48:43 qboosh
+- missing defattr
+
Revision 1.10 2005/02/18 16:42:37 paladine
- small %%files fix
@@ -257,4 +266,3 @@
Revision 1.1 2004/07/28 23:04:23 grzegol
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/streamtuner.spec?r1=1.10&r2=1.11&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit