]> git.pld-linux.org Git - packages/beryl-settings.git/blobdiff - beryl-settings.spec
- URL
[packages/beryl-settings.git] / beryl-settings.spec
index ac5713a22726466356a970cbc7bdc8598aaeb7b9..30929e23076a4da1f6a96fd1a97999c558c087c4 100644 (file)
@@ -8,8 +8,9 @@ License:        GPL v2+
 Group:         X11/Window Managers/Tools
 Source0:       http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5: bd88d56f32b23d42d44c85a92f0654f3
+URL:           http://beryl-project.org/
 BuildRequires: autoconf >= 2.57
-BuildRequires: automake
+BuildRequires: automake >= 1:1.9
 BuildRequires: beryl-core-devel >= 1:0.1.3
 BuildRequires: dbus-glib-devel >= 0.50
 BuildRequires: gtk+2-devel >= 2:2.8.0
@@ -17,6 +18,8 @@ BuildRequires:        intltool >= 0.35.0
 BuildRequires: pkgconfig
 Requires:      beryl-core >= 1:0.1.3
 Requires:      beryl-plugins >= 1:0.1.3
+Obsoletes:     compiz-settings-manager
+Obsoletes:     csm
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,6 +30,7 @@ Narz
 
 %prep
 %setup -q
+mv -f po/{ca_ES,ca}.po
 mv -f po/{es_ES,es}.po
 mv -f po/{fr_FR,fr}.po
 mv -f po/{hu_HU,hu}.po
@@ -35,9 +39,11 @@ mv -f po/{ja_JP,ja}.po
 mv -f po/{ko_KR,ko}.po
 mv -f po/{pt_PT,pt}.po
 mv -f po/{sv_SE,sv}.po
+# sv_FI is identical to sv_SE
 
 # NOTE: check the list ofter any upgrade!
 cat > po/LINGUAS <<EOF
+ca
 es
 es_AR
 fr
@@ -54,9 +60,12 @@ zh_TW
 EOF
 
 %build
-autoreconf -v --install
 %{__intltoolize}
 %{__glib_gettextize} --copy --force
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.092228 seconds and 4 git commands to generate.