]> git.pld-linux.org Git - packages/beryl-manager.git/blobdiff - beryl-manager.spec
- up to 0.1.3
[packages/beryl-manager.git] / beryl-manager.spec
index 41a7f9362c1eaadffe7a0b4344cd9cf2fd3d0425..6f5bd73ee87403d5c097cb56c8fc4ef3d28f1f34 100644 (file)
@@ -1,29 +1,71 @@
-#
 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
+Version:       0.1.3
 Release:       1
-License:       GPL v2+
+License:       LGPL 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.0
+Source0:       http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: c9559154c20db1bb41d3d480cfdf0299
+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}
+%setup -q
+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/{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/{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
+hu
+it
+ja
+ko
+my
+nl
+pt_BR
+pt
+ru
+sk
+sv
+zh_CN
+zh_HK
+zh_TW
+EOF
 
 %build
 autoreconf -v --install
 %{__intltoolize}
 %{__glib_gettextize} --copy --force
-%configure
+%configure \
+       --disable-mime-update
 %{__make}
 
 %install
@@ -38,4 +80,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
-%{_pixmapsdir}/beryl-manager.png
+%{_iconsdir}/*/*/*/beryl-manager.*
+%{_pixmapsdir}/*
+%{_mandir}/man1/*.1*
This page took 0.0391899999999999 seconds and 4 git commands to generate.