]> git.pld-linux.org Git - packages/emerald-themes.git/commitdiff
- initail spec, instead of cgwd-themes
authorRobert Tomasik <rotom@pld-linux.org>
Fri, 29 Sep 2006 18:41:34 +0000 (18:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emerald-themes.spec -> 1.1

emerald-themes.spec [new file with mode: 0644]

diff --git a/emerald-themes.spec b/emerald-themes.spec
new file mode 100644 (file)
index 0000000..d10f42e
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       Themes for emerald
+Summary(pl):   Motywy do emerald
+Name:          emerald-themes
+Version:       0.1.0
+Release:       1
+License:       GPL/MIT
+Group:         X11
+Source0:       http://distfiles.xgl-coffee.org/emerald-themes/%{name}-%{version}.tar.bz2
+# Source0-md5: b5fe6580f43d08db39f714a3eb220e9c
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: pkgconfig
+Requires:      emerald
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Themes for emerald.
+
+%description -l pl
+Motywy do emerald.
+
+%prep
+%setup -q -n %{name}
+
+%build
+autoreconf -v --install
+%{__glib_gettextize} --copy --force
+%configure 
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog
+%dir %{_datadir}/emerald
+%{_datadir}/emerald/themes
This page took 0.069448 seconds and 4 git commands to generate.