SPECS: gnome-compiz-manager.spec - some fixes

aflinta aflinta at pld-linux.org
Wed Sep 12 19:04:44 CEST 2007


Author: aflinta                      Date: Wed Sep 12 17:04:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
 - some fixes

---- Files affected:
SPECS:
   gnome-compiz-manager.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/gnome-compiz-manager.spec
diff -u SPECS/gnome-compiz-manager.spec:1.1 SPECS/gnome-compiz-manager.spec:1.2
--- SPECS/gnome-compiz-manager.spec:1.1	Tue Sep 11 19:16:23 2007
+++ SPECS/gnome-compiz-manager.spec	Wed Sep 12 19:04:38 2007
@@ -4,7 +4,7 @@
 Summary(pl.UTF-8):	Gnome compiz manager
 Name:		gnome-compiz-manager
 Version:	0.10.4
-Release:	0.1
+Release:	0.2
 License:	GPL
 Group:		Applications
 Source0:	http://download.gna.org/gcm/gnome-compiz-manager/%{name}-%{version}.tar.gz
@@ -24,6 +24,10 @@
 Gnome compiz manager is small utility, which manage GL Desktop
 configuration on XGL/AiGLX.
 
+%description -l pl.UTF-8
+Gnome compiz manager jest małym narzędziem zarządzającym konfiguracją
+pulpitu GL na XGL/AiGLX.
+
 %package devel
 Summary:	Header files for GNOME Compiz manager library
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki GNOME Compiz manager
@@ -38,7 +42,7 @@
 
 %package libs
 Summary:	Libraries for GNOME Compiz manager
-Summary(pl.UTF-8):	Pliki bibliotel dla GNOME Compiz manager
+Summary(pl.UTF-8):	Pliki bibliotek dla GNOME Compiz manager
 Group:		Libraries
 
 %description libs
@@ -47,11 +51,23 @@
 %description libs -l pl.UTF-8
 Pliki bibliotel dla GNOME Compiz manager.
 
+%package static
+Summary:	Static library for GNOME Compiz manager
+Summary(pl.UTF-8):	Plik biblioteki statycznej GNOME Compiz manager
+Group:		Libraries
+
+%description static
+Static library for GNOME Compiz manager.
+
+%description static -l pl.UTF-8
+Plik biblioteki statycznej dla GNOME Compiz manager.
+
 %prep
 %setup -q
 
 %build
-%configure
+%configure \
+	--disable-schemas-install
 %{__make}
 
 %install
@@ -59,18 +75,17 @@
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
-	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
-	autostartdir=%{_datadir}/gnome/autostart
+
 %find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%gconf_schema_install %{name}.schemas
+%gconf_schema_install gnome-compiz-preferences.schemas
 
 %preun
-%gconf_schema_uninstall %{name}.schemas
+%gconf_schema_uninstall gnome-compiz-preferences.schemas
 
 %post libs  -p /sbin/ldconfig
 
@@ -81,21 +96,27 @@
 %doc AUTHORS ChangeLog NEWS README
 %{_sysconfdir}/gconf/schemas/gnome-compiz-preferences.schemas
 %attr(755,root,root) %{_bindir}/*
-%{_libdir}/%{name}
+%{_libdir}/%{name}/*.plugin
 %{_desktopdir}/*.desktop
-%doc %{_docdir}/%{name}
 %{_datadir}/%{name}
 %{_mandir}/man1/*.1.*
 
 %files libs
 %defattr(644,root,root,755)
 %dir %{_libdir}/%{name}
-%{_libdir}/%{name}/*.so*
-%{_libdir}/*.so*
+%{_libdir}/%{name}/*.so
+%{_libdir}/*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/%{name}
+%{_libdir}/libgnome-compiz-manager.la
+%{_libdir}/libgnome-compiz-manager.so
+%{_pkgconfigdir}/%{name}.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -103,6 +124,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/09/12 17:04:38  aflinta
+ - some fixes
+
 Revision 1.1  2007/09/11 17:16:23  wolvverine
 - init
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-compiz-manager.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list