]> git.pld-linux.org Git - projects/template-specs.git/blame - gtk2-theme.spec
pecl: add example how to make failed tests as XFAIL
[projects/template-specs.git] / gtk2-theme.spec
CommitLineData
142895cc
ZU
1%define shortname --
2Summary: -
3Name: gtk2-theme-%{shortname}
4Version: 1.0
5Release: 1
6License: GPL
7Group: Themes/GTK+
8Source0: http://www.cimitan.com/murrine/files/%{shortname}.tar.gz
9# Source0-md5: 3fe082faed0389c5ce186282a99659b4
10URL: http://www.cimitan.com/murrine/
11Requires: gtk2-theme-engine-murrine >= 0.90.0
12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16-
17
18%prep
19%setup -q -n %{shortname}
20
21%install
22rm -rf $RPM_BUILD_ROOT
23
24install -d $RPM_BUILD_ROOT%{_datadir}/themes/%{shortname}
25cp -R gtk* $RPM_BUILD_ROOT%{_datadir}/themes/%{shortname}
26
27%clean
28rm -rf $RPM_BUILD_ROOT
29
30%files
31%defattr(644,root,root,755)
32%{_datadir}/themes/%{shortname}
This page took 0.041385 seconds and 4 git commands to generate.