SPECS: beryl-manager.spec - more BRs, fix locale names
qboosh
qboosh at pld-linux.org
Thu Oct 5 00:20:03 CEST 2006
Author: qboosh Date: Wed Oct 4 22:20:03 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- more BRs, fix locale names
---- Files affected:
SPECS:
beryl-manager.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/beryl-manager.spec
diff -u SPECS/beryl-manager.spec:1.2 SPECS/beryl-manager.spec:1.3
--- SPECS/beryl-manager.spec:1.2 Fri Sep 29 20:52:01 2006
+++ SPECS/beryl-manager.spec Thu Oct 5 00:19:58 2006
@@ -1,7 +1,6 @@
# $Revision$, $Date$
-#
Summary: An application to run and [manage|control] beryl
-Summary(pl): Aaplikacja do uruchamiania i kontroli beryla
+Summary(pl): Aplikacja do uruchamiania i zarządzania berylem
Name: beryl-manager
Version: 0.1.0
Release: 1
@@ -9,17 +8,56 @@
Group: X11/Window Managers/Tools
Source0: http://distfiles.xgl-coffee.org/beryl-manager/%{name}-%{version}.tar.bz2
# Source0-md5: 1ab7696d4f91c11eb86a252647d3a021
-URL: http://distfiles.xgl-coffee.org
-BuildRequires: gtk+2-devel >= 2:2.0
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: gtk+2-devel >= 2:2.8.0
+BuildRequires: intltool >= 0.35.0
+BuildRequires: pkgconfig
Requires: beryl-core
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-An application to run and [manage|control] beryl
+An application to run and [manage|control] beryl.
+
+%description -l pl
+Aplikacja do uruchamiania i zarządzania berylem.
%prep
%setup -q -n %{name}
+mv -f po/{ar_AR,ar}.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/{it_IT,it}.po
+mv -f po/{ko_KR,ko}.po
+mv -f po/{my_MY,my}.po
+mv -f po/{nb_NO,nb}.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
+
+# NOTE: check the list ofter any upgrade!
+cat > po/LINGUAS <<EOF
+ar
+de
+en_US
+es
+fr
+it
+ko
+my
+nl
+it
+pt_BR
+pt
+ru
+sk
+sv
+zh_CN
+EOF
+
%build
autoreconf -v --install
%{__intltoolize}
@@ -47,6 +85,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/10/04 22:19:58 qboosh
+- more BRs, fix locale names
+
Revision 1.2 2006/09/29 18:52:01 glen
- correct epoch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/beryl-manager.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list