]> git.pld-linux.org Git - packages/beryl-manager.git/commitdiff
- more BRs, fix locale names
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 4 Oct 2006 22:19:58 +0000 (22:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beryl-manager.spec -> 1.3

beryl-manager.spec

index 4ac8f4a310e7d12ce29ac98d7ea2bc7d53dcbad8..f104b9498d9c73d87d2e78e995ab801e7e6a4849 100644 (file)
@@ -1,6 +1,5 @@
-#
 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
@@ -8,17 +7,56 @@ License:      GPL v2+
 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}
This page took 0.063062 seconds and 4 git commands to generate.