]> git.pld-linux.org Git - packages/beryl-settings-simple.git/blobdiff - beryl-settings-simple.spec
- cleanup
[packages/beryl-settings-simple.git] / beryl-settings-simple.spec
index 3bdfb69a0024294da6ff065c3de98086e3fdfcf2..4ccdfcd38bb58501946808c867cbcdb8045d493a 100644 (file)
@@ -1,51 +1,63 @@
-Summary:       simple gui configuration tool for beryl
+Summary:       Simple GUI configuration tool for beryl
+Summary(pl.UTF-8):     Proste graficzne narzędzie konfiguracyjne dla beryla
 Name:          beryl-settings-simple
-Version:       0.1.99.2
+Version:       0.1.9999.2
 Release:       1
 Epoch:         1
 License:       GPL v2+
 Group:         X11/Window Managers/Tools
-Source0:       http://releases.beryl-project.org/0.1.99.2/%{name}-%{version}.tar.bz2
-# Source0-md5: 5d94ca4f8e85fad68029a11fb7cc9cff
+Source0:       http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: 3cfad6c9427c86153a06b0adb45ba9b8
 URL:           http://beryl-project.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1:1.9
-BuildRequires: beryl-core-devel >= 1:0.1.99.2
-BuildRequires: beryl-settings >= 1:0.1.99.2
+BuildRequires: beryl-core-devel >= 1:%{version}
+BuildRequires: beryl-settings-bindings-devel >= 1:%{version}
 BuildRequires: gtk+2-devel >= 2:2.8.0
 BuildRequires: intltool >= 0.35.0
 BuildRequires: pkgconfig
-BuildRequires: python-Pyrex
-Requires:      beryl-core >= 1:0.1.99.2
-Requires:      beryl-settings >= 1:0.1.99.2
+BuildRequires: python-pygtk-devel >= 2.0
+Requires:      beryl-core >= 1:%{version}
+Requires:      beryl-settings-bindings >= 1:%{version}
+Requires:      python-pygtk-gtk >= 2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This package contains a simple gui configuration tool to configure
-Beryl's plugins and the composite window manager.
+This package contains a simple GUI configuration tool to configure
+beryl's plugins and the composite window manager.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera proste graficzne narzędzie do konfiguracji wtyczek
+i zarządcy okien beryla.
+
 %prep
 %setup -q
 echo '#beryl version header' > VERSION
-echo VERSION=0.1.99.2 >> VERSION
+echo VERSION=0.1.9999.2 >> VERSION
 
 %build
-autoreconf -v --install
+%{__glib_gettextize}
+%{__intltoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
-
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-    DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README
 %attr(755,root,root) %{_bindir}/beryl-settings-simple
-%{_datadir}/beryl-settings-simple/
+%{_datadir}/beryl-settings-simple
+%{_desktopdir}/beryl-settings-simple.desktop
This page took 0.616854 seconds and 4 git commands to generate.