]> git.pld-linux.org Git - packages/gallery-theme-carbon.git/blob - gallery-theme-carbon.spec
- hoverbox patch added
[packages/gallery-theme-carbon.git] / gallery-theme-carbon.spec
1 %define         _theme          carbon
2 Summary:        Carbon Theme for Gallery2
3 Name:           gallery-theme-%{_theme}
4 Version:        1.1.1
5 Release:        0.2
6 License:        GPL
7 Group:          Applications/Publishing
8 Source0:        http://www.mincel.com/carbon/g2-theme-%{_theme}-%{version}-blackjack.zip
9 # Source0-md5:  d59db6cb6daecda88617c1bf54ce5898
10 Patch0:         %{name}-hoverbox.patch
11 URL:            http://www.mincel.com/carbon/
12 BuildRequires:  rpmbuild(macros) >= 1.268
13 BuildRequires:  unzip
14 Requires:       gallery >= 2.1.0
15 Requires:       webapps
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _appdir         %{_datadir}/gallery/themes/%{_theme}
20
21 %description
22 I'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
26 %patch0 -p1
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_appdir}
31
32 cd %{_theme}
33 cp -R * $RPM_BUILD_ROOT%{_appdir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %dir %{_appdir}
41 %{_appdir}
This page took 0.075355 seconds and 3 git commands to generate.