packages: lightdm/lightdm.spec - libs should be executable, some todos

glen glen at pld-linux.org
Tue Jan 4 08:28:49 CET 2011


Author: glen                         Date: Tue Jan  4 07:28:49 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- libs should be executable, some todos

---- Files affected:
packages/lightdm:
   lightdm.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/lightdm/lightdm.spec
diff -u packages/lightdm/lightdm.spec:1.3 packages/lightdm/lightdm.spec:1.4
--- packages/lightdm/lightdm.spec:1.3	Mon Jan  3 21:09:38 2011
+++ packages/lightdm/lightdm.spec	Tue Jan  4 08:28:44 2011
@@ -39,7 +39,6 @@
  - teljesen témázható (a legkönnyebb a webkit felülettel)
  - desktop-független (üdvözlők bármilyen eszközkészlettel írhatók)
 
-
 %package themes-core
 Summary:	Core themes for lightdm
 Summary(hu.UTF-8):	Alap témák a ligthdm-hez
@@ -51,7 +50,6 @@
 %description themes-core -l hu.UTF-8
 Alap témák a ligthdm-hez.
 
-
 %package static
 Summary:	Static library for lightdm development
 Group:		Development/Libraries
@@ -59,7 +57,6 @@
 %description static
 Static library for lightdm development.
 
-
 %package devel
 Summary:	Header files for lightdm development
 Group:		Development/Libraries
@@ -67,7 +64,6 @@
 %description devel
 Header files for lightdm development.
 
-
 %package apidocs
 Summary:	lightdm API documentation
 Group:		Documentation
@@ -75,7 +71,6 @@
 %description apidocs
 lightdm API documentation.
 
-
 %package upstart
 Summary:	Upstart job for lightdm
 Summary(hu.UTF-8):	Upstart támogatás lightdm-hez
@@ -87,7 +82,6 @@
 %description upstart -l hu.UTF-8
 Upstart támogatás lightdm-hez.
 
-
 %prep
 %setup -q
 
@@ -120,13 +114,16 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
-%{_libdir}/liblightdm-gobject-0.so.0.0.0
-%{_libdir}/liblightdm-qt-0.so.0.0.0
+# missing ldconfig post?
+# missing ghost soname link?
+%attr(755,root,root) %{_libdir}/liblightdm-gobject-0.so.*.*.*
+%attr(755,root,root) %{_libdir}/liblightdm-qt-0.so.*.*.*
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/themes
 %{_libdir}/girepository-1.0/LightDM-0.typelib
 %{_mandir}/man1/lightdm*
 /etc/dbus-1/system.d/org.lightdm.LightDisplayManager.conf
+# missing config no replace?
 %{_sysconfdir}/%{name}.conf
 
 %files themes-core
@@ -157,6 +154,7 @@
 
 %files upstart
 %defattr(644,root,root,755)
+# missing config noreplace?
 %{_sysconfdir}/init/%{name}.conf
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -165,6 +163,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2011/01/04 07:28:44  glen
+- libs should be executable, some todos
+
 Revision 1.3  2011/01/03 20:09:38  uzsolt
 - up to 0.2.2
 
@@ -173,4 +174,3 @@
 
 Revision 1.1  2010/09/14 14:31:08  uzsolt
 - initial PLD release
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lightdm/lightdm.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list