]> git.pld-linux.org Git - packages/emerald-themes.git/blobdiff - emerald-themes.spec
- BA: noarch
[packages/emerald-themes.git] / emerald-themes.spec
index d10f42ec5a8ba0b41af42f34fbf933b48286e7b9..18867df02a668bd16deb049ec7f8b68e689ef5ac 100644 (file)
@@ -1,30 +1,35 @@
 Summary:       Themes for emerald
-Summary(pl):   Motywy do emerald
+Summary(pl.UTF-8):     Motywy do emeralda
 Name:          emerald-themes
-Version:       0.1.0
+Version:       0.2.0
 Release:       1
+Epoch:         1
 License:       GPL/MIT
 Group:         X11
-Source0:       http://distfiles.xgl-coffee.org/emerald-themes/%{name}-%{version}.tar.bz2
-# Source0-md5: b5fe6580f43d08db39f714a3eb220e9c
+Source0:       http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: 1aeda2bf2ebd0fea7ad537cf5c5c40ba
+URL:           http://beryl-project.org/
 BuildRequires: autoconf >= 2.57
-BuildRequires: automake
-BuildRequires: pkgconfig
-Requires:      emerald
+BuildRequires: automake >= 1:1.9
+Requires:      emerald >= 1:0.1.3
+Obsoletes:     cgwd-themes
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Themes for emerald.
 
-%description -l pl
-Motywy do emerald.
+%description -l pl.UTF-8
+Motywy do emeralda.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
-autoreconf -v --install
-%{__glib_gettextize} --copy --force
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure 
 %{__make}
 
@@ -40,5 +45,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog
-%dir %{_datadir}/emerald
 %{_datadir}/emerald/themes
This page took 0.086965 seconds and 4 git commands to generate.