]> git.pld-linux.org Git - packages/beryl-settings.git/blobdiff - beryl-settings.spec
- use individual tools invocation instead of hiding them behind autoreconf
[packages/beryl-settings.git] / beryl-settings.spec
index b32443fb59ab75398c10948dc8564a0ef044f11a..2735fa95dfa6874883f7277a280a6175136a429e 100644 (file)
@@ -1,22 +1,28 @@
 Summary:       A GTK+ tool to configure beryl
 Summary(pl):   Narzêdzie GTK+ do konfiguracji beryla
 Name:          beryl-settings
-Version:       20061020
+Version:       0.1.99.2
 Release:       1
+Epoch:         1
 License:       GPL v2+
 Group:         X11/Window Managers/Tools
-#Source0:      http://distfiles.xgl-coffee.org/beryl-settings/%{name}-%{version}.tar.bz2
-Source0:       %{name}-%{version}.tar.bz2
-# Source0-md5: 465fbb27570bd4a0e000aab97c373602
+Source0:       http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: 268098ad5bb563d0c5abbbc3af81f00f
+URL:           http://beryl-project.org/
 BuildRequires: autoconf >= 2.57
-BuildRequires: automake
-BuildRequires: beryl-core-devel
+BuildRequires: automake >= 1:1.9
+BuildRequires: beryl-core-devel >= 1:0.1.99.2
 BuildRequires: dbus-glib-devel >= 0.50
 BuildRequires: gtk+2-devel >= 2:2.8.0
 BuildRequires: intltool >= 0.35.0
 BuildRequires: pkgconfig
-Requires:      beryl-core
-Requires:      beryl-plugins
+BuildRequires: python-pygtk-devel >= 2.0
+Requires:      beryl-core >= 1:0.1.99.2
+Requires:      beryl-plugins >= 1:0.1.99.2
+Requires:      beryl-settings-bindings
+Requires:      python-pygtk-gtk >= 2.0
+Obsoletes:     compiz-settings-manager
+Obsoletes:     csm
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,12 +32,16 @@ A GTK+ tool to configure beryl.
 Narzêdzie GTK+ do konfiguracji beryla.
 
 %prep
-%setup -q -n %{name}
+%setup -q
+echo '#beryl version header' > VERSION
+echo VERSION=0.1.99.2 >> VERSION
 
 %build
-autoreconf -v --install
-%{__intltoolize}
 %{__glib_gettextize} --copy --force
+%{__intltoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -39,16 +49,14 @@ autoreconf -v --install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-    DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README debian/changelog
+%doc AUTHORS README
 %attr(755,root,root) %{_bindir}/beryl-settings
-%{_desktopdir}/beryl-settings.desktop
-%{_pixmapsdir}/*.svg
-%{_datadir}/beryl/hints
-%{_mandir}/man1/*.1*
+%{_datadir}/bsm
+%{_iconsdir}/hicolor/scalable/apps/beryl-settings.svg
This page took 0.081057 seconds and 4 git commands to generate.