]> git.pld-linux.org Git - packages/beryl-plugins.git/blobdiff - beryl-plugins.spec
- nl lang added
[packages/beryl-plugins.git] / beryl-plugins.spec
index 79db3c04c2a045ea1b7c8ea0d8051341e4ec3e4f..0d65a3fdbac607fefb257be25475a9a56e12e58d 100644 (file)
@@ -1,55 +1,64 @@
 Summary:       beryl plugins
-Summary(pl):   Wtyczki do beryla
+Summary(pl.UTF-8):     Wtyczki do beryla
 Name:          beryl-plugins
-Version:       0.1.3
+Version:       0.1.9999.2
 Release:       1
 Epoch:         1
-License:       GPL/MIT
+License:       GPL v2+/MIT (depending on plugin)
 Group:         X11
 Source0:       http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: de5f6089d05c6d92161729c47857b985
+# Source0-md5: 1dd90be00f7889cf4cef197b4f8ea7c3
 Patch0:                %{name}-fsck-patents.patch
+URL:           http://beryl-project.org/
+BuildRequires: OpenGL-devel
 BuildRequires: autoconf >= 2.57
-BuildRequires: automake
-BuildRequires: beryl-core-devel >= 1:0.1.3
+BuildRequires: automake >= 1:1.7
+BuildRequires: beryl-core-devel >= 1:%{version}
 BuildRequires: cairo-devel >= 1.0
 BuildRequires: dbus-devel >= 0.50
 BuildRequires: glib2-devel >= 2.0
-BuildRequires: intltool
+BuildRequires: intltool >= 0.35.0
 BuildRequires: librsvg-devel >= 2.14.0
 BuildRequires: libtool
 BuildRequires: pkgconfig
-Requires:      beryl-core >= 1:0.1.3
+Requires:      beryl-core >= 1:%{version}
+Obsoletes:     compiz-quinnstorm-plugins
+Obsoletes:     beryl-dbus
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 beryl plugins.
 
-%description -l pl
+%description -l pl.UTF-8
 Wtyczki do beryla.
 
 %prep
 %setup -q
 %patch0 -p1
-mv -f po/{es_AR,ar}.po
+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
 mv -f po/{it_IT,it}.po
 mv -f po/{ja_JP,ja}.po
 mv -f po/{ko_KR,ko}.po
+mv -f po/{pl_PL,pl}.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!
+# NOTE: check the list after any upgrade!
 cat > po/LINGUAS <<EOF
-ar
+ca
 es
+es_AR
 fr
 hu
 it
 ja
 ko
+nl
+pl
 pt_BR
 pt
 sv
@@ -59,10 +68,13 @@ zh_TW
 EOF
 
 %build
-autoreconf -v --install
 %{__glib_gettextize}
 %{__intltoolize} --automake
-
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --disable-static
 %{__make}
This page took 0.249901 seconds and 4 git commands to generate.