SPECS: ConsoleKit.spec - files cleanup, added ChangeLog to doc
qboosh
qboosh at pld-linux.org
Thu May 31 22:07:55 CEST 2007
Author: qboosh Date: Thu May 31 20:07:55 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- files cleanup, added ChangeLog to doc
---- Files affected:
SPECS:
ConsoleKit.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/ConsoleKit.spec
diff -u SPECS/ConsoleKit.spec:1.5 SPECS/ConsoleKit.spec:1.6
--- SPECS/ConsoleKit.spec:1.5 Thu May 31 18:28:58 2007
+++ SPECS/ConsoleKit.spec Thu May 31 22:07:49 2007
@@ -107,6 +107,8 @@
install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ConsoleKit
+rm -f $RPM_BUILD_ROOT/%{_lib}/security/*.{a,la}
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -125,7 +127,7 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS NEWS README TODO
+%doc AUTHORS ChangeLog NEWS README TODO
%attr(755,root,root) %{_bindir}/ck-list-sessions
%attr(755,root,root) %{_sbindir}/console-kit-daemon
%attr(755,root,root) %{_libdir}/ck-collect-session-info
@@ -141,9 +143,8 @@
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libck-connector*.so
-/%{_lib}/security/*.la
-%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/libck-connector.so
+%{_libdir}/libck-connector.la
%dir %{_includedir}/ConsoleKit
%dir %{_includedir}/ConsoleKit/ck-connector
%{_includedir}/ConsoleKit/ck-connector/*.h
@@ -151,8 +152,7 @@
%files static
%defattr(644,root,root,755)
-%{_libdir}/*.a
-/%{_lib}/security/*.a
+%{_libdir}/libck-connector.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -160,6 +160,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2007/05/31 20:07:49 qboosh
+- files cleanup, added ChangeLog to doc
+
Revision 1.5 2007/05/31 16:28:58 deejay1
- adapterized
- added misc fixes from git master
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ConsoleKit.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list