SPECS: beryl-plugins.spec - added ca locale - use individual tools...

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


Author: qboosh                       Date: Sun Dec 10 17:29:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added ca locale
- use individual tools invocation instead of autoreconf
- clearer License field, added URL

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

---- Diffs:

================================================================
Index: SPECS/beryl-plugins.spec
diff -u SPECS/beryl-plugins.spec:1.9 SPECS/beryl-plugins.spec:1.10
--- SPECS/beryl-plugins.spec:1.9	Sun Dec 10 13:18:59 2006
+++ SPECS/beryl-plugins.spec	Sun Dec 10 18:29:05 2006
@@ -5,18 +5,20 @@
 Version:	0.1.3
 Release:	1
 Epoch:		1
-License:	GPL/MIT
+License:	GPL v2+/MIT (depending on plugin)
 Group:		X11
 Source0:	http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5:	de5f6089d05c6d92161729c47857b985
 Patch0:		%{name}-fsck-patents.patch
+URL:		http://beryl-project.org/
+BuildRequires:	OpenGL-devel
 BuildRequires:	autoconf >= 2.57
-BuildRequires:	automake
+BuildRequires:	automake >= 1:1.7
 BuildRequires:	beryl-core-devel >= 1:0.1.3
 BuildRequires:	cairo-devel >= 1.0
 BuildRequires:	dbus-devel >= 0.50
 BuildRequires:	glib2-devel >= 2.0
-BuildRequires:	intltool
+BuildRequires:	intltool >= 0.35.0
 BuildRequires:	librsvg-devel >= 2.14.0
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
@@ -32,6 +34,7 @@
 %prep
 %setup -q
 %patch0 -p1
+mv -f po/{ca_ES,ca}.po
 mv -f po/{es_ES,es}.po
 mv -f po/{fr_FR,fr}.po
 mv -f po/{hu_HU,hu}.po
@@ -40,9 +43,11 @@
 mv -f po/{ko_KR,ko}.po
 mv -f po/{pt_PT,pt}.po
 mv -f po/{sv_SE,sv}.po
+# sv_FI is identical to sv_SE
 
 # NOTE: check the list ofter any upgrade!
 cat > po/LINGUAS <<EOF
+ca
 es
 es_AR
 fr
@@ -59,10 +64,13 @@
 EOF
 
 %build
-autoreconf -v --install
 %{__glib_gettextize}
 %{__intltoolize} --automake
-
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--disable-static
 %{__make}
@@ -92,6 +100,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/12/10 17:29:05  qboosh
+- added ca locale
+- use individual tools invocation instead of autoreconf
+- clearer License field, added URL
+
 Revision 1.9  2006/12/10 12:18:59  qboosh
 - es_AR is not Arabic!
 
================================================================

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



More information about the pld-cvs-commit mailing list