SPECS: emerald.spec - deps update, locale cleanups etc. - Obsolete...

qboosh qboosh at pld-linux.org
Sun Dec 10 19:36:47 CET 2006


Author: qboosh                       Date: Sun Dec 10 18:36:47 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- deps update, locale cleanups etc.
- Obsoletes: cgwd

---- Files affected:
SPECS:
   emerald.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/emerald.spec
diff -u SPECS/emerald.spec:1.9 SPECS/emerald.spec:1.10
--- SPECS/emerald.spec:1.9	Sun Dec 10 13:34:03 2006
+++ SPECS/emerald.spec	Sun Dec 10 19:36:41 2006
@@ -5,12 +5,13 @@
 Version:	0.1.3
 Release:	1
 Epoch:		1
-License:	GPL/MIT
+License:	GPL v2+
 Group:		X11
 Source0:	http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5:	27655582912eed701eef07083d445699
+URL:		http://beryl-project.org/
 BuildRequires:	autoconf >= 2.57
-BuildRequires:	automake
+BuildRequires:	automake >= 1:1.9
 BuildRequires:	beryl-core-devel >= 1:0.1.3
 BuildRequires:	dbus-glib-devel >= 0.50
 BuildRequires:	gtk+2-devel >= 2:2.8.0
@@ -19,7 +20,8 @@
 BuildRequires:	pango-devel >= 1.10.0
 BuildRequires:	pkgconfig
 BuildRequires:	xorg-lib-libXrender-devel >= 0.8.4
-Requires(post,postun):	/sbin/ldconfig
+Requires:	beryl-core >= 1:0.1.3
+Obsoletes:	cgwd
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -31,9 +33,9 @@
 dekoracji okien w berylu.
 
 %package devel
-Summary:	Header files for emerald
-Summary(pl):	Pliki nagłówkowe dla emerald
-Group:		Development/Libraries
+Summary:	Header files for Emerald Engines library
+Summary(pl):	Pliki nagłówkowe biblioteki Emerald Engines
+Group:		X11/Development/Libraries
 Requires:	%{name} = %{epoch}:%{version}-%{release}
 Requires:	beryl-core-devel >= 1:0.1.3
 Requires:	dbus-glib-devel >= 0.50
@@ -43,30 +45,68 @@
 Requires:	xorg-lib-libXrender-devel >= 0.8.4
 
 %description devel
-Header files for emerald.
+Header files for Emerald Engines library.
 
 %description devel -l pl
-Pliki nagłówkowe dla emerald.
+Pliki nagłówkowe biblioteki Emerald Engines.
 
 %package static
-Summary:	Static files for emerald
-Summary(pl):	Pliki statyczne dla emerald
-Group:		Development/Libraries
+Summary:	Static Emerald Engines library
+Summary(pl):	Statyczna biblioteka Emerald Engines
+Group:		X11/Development/Libraries
 Requires:	%{name}-devel = %{epoch}:%{version}-%{release}
 
 %description static
-Static files for emerald.
+Static Emerald Engines library.
 
 %description static -l pl
-Pliki statyczne dla emerald.
+Statyczna biblioteka Emerald Engines.
 
 %prep
 %setup -q
 
+mv -f po/{ca_ES,ca}.po
+mv -f po/{es_ES,es}.po
+mv -f po/{fr_FR,fr}.po
+mv -f po/{gu_IN,gu}.po
+mv -f po/{hu_HU,hu}.po
+mv -f po/{it_IT,it}.po
+mv -f po/{ja_JP,ja}.po
+mv -f po/{ko_KR,ko}.po
+mv -f po/{pt_PT,pt}.po
+mv -f po/{sv_SE,sv}.po
+mv -f po/{tr_TR,tr}.po
+# sv_FI is identical to sv_SE
+
+# NOTE: check the list after any upgrade!
+cat > po/LINGUAS <<EOF
+ca
+en_GB
+es
+es_AR
+fr
+gu
+hu
+it
+ja
+ko
+pt
+PT_BR
+sv
+tr
+zh_CN
+zh_HK
+zh_TW
+EOF
+
 %build
-autoreconf -v --install
 %{__intltoolize}
-%{__glib_gettextize} --copy --force
+%{__glib_gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--disable-mime-update
 %{__make}
@@ -87,18 +127,18 @@
 
 %files
 %defattr(644,root,root,755)
+%doc README TODO
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/libemeraldengine.so.*.*.*
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/engines
 %attr(755,root,root) %{_libdir}/%{name}/engines/*.so
-%{_desktopdir}/emerald-theme-manager.desktop
+%{_datadir}/%{name}
 %{_datadir}/mime-info/emerald.mime
 %{_datadir}/mime/packages/emerald.xml
-%{_datadir}/%{name}
+%{_desktopdir}/emerald-theme-manager.desktop
 %{_pixmapsdir}/emerald-theme-manager-icon.png
 %{_iconsdir}/hicolor/*/*/*.png
-%{_pkgconfigdir}/emeraldengine.pc
 %{_mandir}/man1/*.1*
 
 %files devel
@@ -107,6 +147,7 @@
 %{_libdir}/libemeraldengine.la
 %dir %{_includedir}/%{name}
 %{_includedir}/%{name}/*.h
+%{_pkgconfigdir}/emeraldengine.pc
 
 %files static
 %defattr(644,root,root,755)
@@ -118,6 +159,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/12/10 18:36:41  qboosh
+- deps update, locale cleanups etc.
+- Obsoletes: cgwd
+
 Revision 1.9  2006/12/10 12:34:03  qboosh
 - epoch 1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/emerald.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list