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