SPECS: beryl-manager.spec - locales cleanup, added URL - individua...

qboosh qboosh at pld-linux.org
Sun Dec 10 18:58:36 CET 2006


Author: qboosh                       Date: Sun Dec 10 17:58:36 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- locales cleanup, added URL
- individual tools invocation instead of autoreconf
- Obsoletes: compiz-manager

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

---- Diffs:

================================================================
Index: SPECS/beryl-manager.spec
diff -u SPECS/beryl-manager.spec:1.9 SPECS/beryl-manager.spec:1.10
--- SPECS/beryl-manager.spec:1.9	Sun Dec 10 13:31:29 2006
+++ SPECS/beryl-manager.spec	Sun Dec 10 18:58:31 2006
@@ -9,12 +9,14 @@
 Group:		X11/Window Managers/Tools
 Source0:	http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5:	c9559154c20db1bb41d3d480cfdf0299
+URL:		http://beryl-project.org/
 BuildRequires:	autoconf >= 2.57
-BuildRequires:	automake
+BuildRequires:	automake >= 1:1.9
 BuildRequires:	gtk+2-devel >= 2:2.8.0
 BuildRequires:	intltool >= 0.35.0
 BuildRequires:	pkgconfig
 Requires:	beryl-core >= 1:0.1.3
+Obsoletes:	compiz-manager
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,26 +28,35 @@
 %prep
 %setup -q
 mv -f po/{ar_AR,ar}.po
+mv -f po/{ca_ES,ca}.po
 mv -f po/{de_DE,de}.po
 mv -f po/{es_ES,es}.po
 mv -f po/{fr_FR,fr}.po
+mv -f po/{gl_ES,gl}.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/{my_MY,my}.po
+mv -f po/{nl_NL,nl}.po
 mv -f po/{pt_PT,pt}.po
 mv -f po/{ru_RU,ru}.po
 mv -f po/{sk_SK,sk}.po
 mv -f po/{sv_SE,sv}.po
+mv -f po/{tr_TR,tr}.po
+# gl_GL is outdated and looks bogus 
+# nl_BE is identical to nl_NL
+# sv_FI is identical to sv_SE
 
-    # NOTE: check the list ofter any upgrade!
+# NOTE: check the list ofter any upgrade!
 cat > po/LINGUAS <<EOF
 ar
+ca
 de
-en_US
 es
+es_AR
 fr
+gl
 hu
 it
 ja
@@ -57,15 +68,19 @@
 ru
 sk
 sv
+tr
 zh_CN
 zh_HK
 zh_TW
 EOF
 
 %build
-autoreconf -v --install
 %{__intltoolize}
 %{__glib_gettextize} --copy --force
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--disable-mime-update
 %{__make}
@@ -83,7 +98,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %{_iconsdir}/*/*/*/beryl-manager.*
-%{_pixmapsdir}/*
+%{_pixmapsdir}/*.png
 %{_mandir}/man1/*.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -92,6 +107,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/12/10 17:58:31  qboosh
+- locales cleanup, added URL
+- individual tools invocation instead of autoreconf
+- Obsoletes: compiz-manager
+
 Revision 1.9  2006/12/10 12:31:29  qboosh
 - epoch 1
 
================================================================

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



More information about the pld-cvs-commit mailing list