]> git.pld-linux.org Git - packages/gallery-theme-carbon.git/blame - gallery-theme-carbon.spec
- carbon theme
[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
14# Will be needed when modules will be separated to packages
15#Requires: gallery-module-imageframe
16Requires: webapps
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%define _appdir %{_datadir}/gallery/themes/%{_theme}
21
22%description
23I've developed Carbon theme for personal needs for Gallery 2. It is based on Matrix theme. The theme works well in Firefox and IE6.
24
25%prep
26%setup -q -n themes
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.063795 seconds and 4 git commands to generate.