SPECS: beryl-core.spec, beryl-manager.spec, beryl-plugins.spec, be...

wolf wolf at pld-linux.org
Thu Nov 2 15:35:47 CET 2006


Author: wolf                         Date: Thu Nov  2 14:35:46 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 20061102

---- Files affected:
SPECS:
   beryl-core.spec (1.9 -> 1.10) , beryl-manager.spec (1.6 -> 1.7) , beryl-plugins.spec (1.4 -> 1.5) , beryl-settings.spec (1.5 -> 1.6) , emerald.spec (1.5 -> 1.6) , emerald-themes.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/beryl-core.spec
diff -u SPECS/beryl-core.spec:1.9 SPECS/beryl-core.spec:1.10
--- SPECS/beryl-core.spec:1.9	Fri Oct 20 19:05:09 2006
+++ SPECS/beryl-core.spec	Thu Nov  2 15:35:38 2006
@@ -1,14 +1,17 @@
 # $Revision$, $Date$
+#
+# TODO: python
+#
 Summary:	OpenGL window and compositing manager
 Summary(pl):	OpenGL-owy zarządca okien i składania
 Name:		beryl-core
-Version:	20061020
+Version:	20061102
 Release:	1
 License:	MIT
 Group:		X11
 #Source0:	http://distfiles.xgl-coffee.org/beryl-core/%{name}-%{version}.tar.bz2
 Source0:	%{name}-%{version}.tar.bz2
-# Source0-md5:	f0b8043fe20a206bf5e78ca6942b695c
+# Source0-md5:	52dc5f8e5c65d7fb60766f7877c13c1c
 Patch0:		%{name}-aiglx.patch
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
@@ -87,17 +90,24 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/*.so.*.*.*
 %{_datadir}/beryl
 %{_mandir}/man1/*
 
 %files devel
 %defattr(644,root,root,755)
+%{_libdir}/*.so
+%{_libdir}/*.la
 %{_includedir}/beryl
-%{_pkgconfigdir}/beryl.pc
+%{_pkgconfigdir}/*.pc
+%{_mandir}/man3/*.3*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -105,6 +115,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/11/02 14:35:38  wolf
+- 20061102
+
 Revision 1.9  2006/10/20 17:05:09  wolf
 - 20061020, ignore 0.1.1
 

================================================================
Index: SPECS/beryl-manager.spec
diff -u SPECS/beryl-manager.spec:1.6 SPECS/beryl-manager.spec:1.7
--- SPECS/beryl-manager.spec:1.6	Fri Oct 20 19:16:33 2006
+++ SPECS/beryl-manager.spec	Thu Nov  2 15:35:38 2006
@@ -2,13 +2,13 @@
 Summary:	An application to run and [manage|control] beryl
 Summary(pl):	Aplikacja do uruchamiania i zarządzania berylem
 Name:		beryl-manager
-Version:	20061020
+Version:	20061102
 Release:	1
 License:	LGPL v2+
 Group:		X11/Window Managers/Tools
 #Source0:	http://distfiles.xgl-coffee.org/beryl-manager/%{name}-%{version}.tar.bz2
 Source0:	%{name}-%{version}.tar.bz2
-# Source0-md5:	15c052996c58e03ac36b92270a8c86a1
+# Source0-md5:	8947ff077d4aa27dc76aa097484a4799
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
 BuildRequires:	gtk+2-devel >= 2:2.8.0
@@ -87,6 +87,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2006/11/02 14:35:38  wolf
+- 20061102
+
 Revision 1.6  2006/10/20 17:16:33  wolf
 - 20061020
 

================================================================
Index: SPECS/beryl-plugins.spec
diff -u SPECS/beryl-plugins.spec:1.4 SPECS/beryl-plugins.spec:1.5
--- SPECS/beryl-plugins.spec:1.4	Fri Oct 20 19:12:09 2006
+++ SPECS/beryl-plugins.spec	Thu Nov  2 15:35:38 2006
@@ -2,13 +2,13 @@
 Summary:	beryl plugins
 Summary(pl):	Wtyczki do beryla
 Name:		beryl-plugins
-Version:	20061020
+Version:	20061102
 Release:	1
 License:	GPL/MIT
 Group:		X11
 #Source0:	http://distfiles.xgl-coffee.org/beryl-plugins/%{name}-%{version}.tar.bz2
 Source0:	%{name}-%{version}.tar.bz2
-# Source0-md5:	77e76eb88e147429f66ef36915ba1073
+# Source0-md5:	9782e45a25f5781a1553c7be879106c2
 Patch0:		%{name}-fsck-patents.patch
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
@@ -52,11 +52,10 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README debian/changelog
+%doc AUTHORS README
 %dir %{_libdir}/beryl
 %attr(755,root,root) %{_libdir}/beryl/*.so
 %dir %{_datadir}/beryl
-%{_datadir}/beryl/*.settings
 %{_datadir}/beryl/*.png
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -65,6 +64,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/11/02 14:35:38  wolf
+- 20061102
+
 Revision 1.4  2006/10/20 17:12:09  wolf
 - 20061020
 - dbus plugin moved to separate package

================================================================
Index: SPECS/beryl-settings.spec
diff -u SPECS/beryl-settings.spec:1.5 SPECS/beryl-settings.spec:1.6
--- SPECS/beryl-settings.spec:1.5	Fri Oct 20 19:19:28 2006
+++ SPECS/beryl-settings.spec	Thu Nov  2 15:35:38 2006
@@ -2,13 +2,13 @@
 Summary:	A GTK+ tool to configure beryl
 Summary(pl):	Narzędzie GTK+ do konfiguracji beryla
 Name:		beryl-settings
-Version:	20061020
+Version:	20061102
 Release:	1
 License:	GPL v2+
 Group:		X11/Window Managers/Tools
 #Source0:	http://distfiles.xgl-coffee.org/beryl-settings/%{name}-%{version}.tar.bz2
 Source0:	%{name}-%{version}.tar.bz2
-# Source0-md5:	465fbb27570bd4a0e000aab97c373602
+# Source0-md5:	94aa507ed6bc82cd918da0e325536489
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
 BuildRequires:	beryl-core-devel
@@ -47,7 +47,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README debian/changelog
+%doc AUTHORS README
 %attr(755,root,root) %{_bindir}/beryl-settings
 %{_desktopdir}/beryl-settings.desktop
 %{_pixmapsdir}/*.svg
@@ -59,6 +59,9 @@
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 $Log$
+Revision 1.6  2006/11/02 14:35:38  wolf
+- 20061102
+
 Revision 1.5  2006/10/20 17:19:28  wolf
 - 20061020
 

================================================================
Index: SPECS/emerald.spec
diff -u SPECS/emerald.spec:1.5 SPECS/emerald.spec:1.6
--- SPECS/emerald.spec:1.5	Fri Oct 20 19:24:49 2006
+++ SPECS/emerald.spec	Thu Nov  2 15:35:38 2006
@@ -2,13 +2,13 @@
 Summary:	A GTK+ tool to configure window decorations in beryl
 Summary(pl):	Narzędzie GTK+ do konfiguracji dekoracji okien w berylu
 Name:		emerald
-Version:	20061020
+Version:	20061102
 Release:	1
 License:	GPL/MIT
 Group:		X11
 #Source0:	http://distfiles.xgl-coffee.org/emerald/%{name}-%{version}.tar.bz2
 Source0:	%{name}-%{version}.tar.bz2
-# Source0-md5:	927ebfb2200f7e9cd4e82186f8234922
+# Source0-md5:	6d6aefdcdf71760820f3d80dcd9e5945
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
 BuildRequires:	beryl-core-devel
@@ -118,6 +118,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/11/02 14:35:38  wolf
+- 20061102
+
 Revision 1.5  2006/10/20 17:24:49  wolf
 - 20061020
 

================================================================
Index: SPECS/emerald-themes.spec
diff -u SPECS/emerald-themes.spec:1.4 SPECS/emerald-themes.spec:1.5
--- SPECS/emerald-themes.spec:1.4	Fri Oct 20 19:26:52 2006
+++ SPECS/emerald-themes.spec	Thu Nov  2 15:35:38 2006
@@ -2,13 +2,13 @@
 Summary:	Themes for emerald
 Summary(pl):	Motywy do emerald
 Name:		emerald-themes
-Version:	20061020
+Version:	20061102
 Release:	1
 License:	GPL/MIT
 Group:		X11
 #Source0:	http://distfiles.xgl-coffee.org/emerald-themes/%{name}-%{version}.tar.bz2
 Source0:	%{name}-%{version}.tar.bz2
-# Source0-md5:	1504028179e1e88572be64fbd4a9918e
+# Source0-md5:	9143cad6e4396e73ca5e8ffd5cbfc6bb
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
 Requires:	emerald
@@ -49,6 +49,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/11/02 14:35:38  wolf
+- 20061102
+
 Revision 1.4  2006/10/20 17:26:52  wolf
 - 20061020
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/beryl-core.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/SPECS/beryl-manager.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/beryl-plugins.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/beryl-settings.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/emerald.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/emerald-themes.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list