]> git.pld-linux.org Git - packages/emerald-themes.git/blame - emerald-themes.spec
- initail spec, instead of cgwd-themes
[packages/emerald-themes.git] / emerald-themes.spec
CommitLineData
a188d0fb
RT
1Summary: Themes for emerald
2Summary(pl): Motywy do emerald
3Name: emerald-themes
4Version: 0.1.0
5Release: 1
6License: GPL/MIT
7Group: X11
8Source0: http://distfiles.xgl-coffee.org/emerald-themes/%{name}-%{version}.tar.bz2
9# Source0-md5: b5fe6580f43d08db39f714a3eb220e9c
10BuildRequires: autoconf >= 2.57
11BuildRequires: automake
12BuildRequires: pkgconfig
13Requires: emerald
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Themes for emerald.
18
19%description -l pl
20Motywy do emerald.
21
22%prep
23%setup -q -n %{name}
24
25%build
26autoreconf -v --install
27%{__glib_gettextize} --copy --force
28%configure
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc ChangeLog
43%dir %{_datadir}/emerald
44%{_datadir}/emerald/themes
This page took 0.027907 seconds and 4 git commands to generate.