]> git.pld-linux.org Git - packages/gallery-theme-carbon.git/blame - gallery-theme-carbon.spec
- use hoverbox style
[packages/gallery-theme-carbon.git] / gallery-theme-carbon.spec
CommitLineData
645b7d04
PG
1%define _theme carbon
2Summary: Carbon Theme for Gallery2
3Name: gallery-theme-%{_theme}
4Version: 1.1.1
5Release: 0.1
6License: GPL
7Group: Applications/Publishing
8Source0: http://www.mincel.com/carbon/g2-theme-%{_theme}-%{version}-blackjack.zip
9# Source0-md5: d59db6cb6daecda88617c1bf54ce5898
10URL: http://www.mincel.com/carbon/
11BuildRequires: rpmbuild(macros) >= 1.268
12BuildRequires: unzip
13Requires: gallery >= 2.1.0
645b7d04
PG
14Requires: webapps
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%define _appdir %{_datadir}/gallery/themes/%{_theme}
19
20%description
21I've developed Carbon theme for personal needs for Gallery 2. It is based on Matrix theme. The theme works well in Firefox and IE6.
22
23%prep
24%setup -q -n themes
25
26%install
27rm -rf $RPM_BUILD_ROOT
28install -d $RPM_BUILD_ROOT%{_appdir}
29
30cd %{_theme}
31cp -R * $RPM_BUILD_ROOT%{_appdir}
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(644,root,root,755)
38%dir %{_appdir}
39%{_appdir}
This page took 0.066806 seconds and 4 git commands to generate.