]> git.pld-linux.org Git - packages/gallery-theme-carbon.git/blame - gallery-theme-carbon.spec
- tabs in preamble
[packages/gallery-theme-carbon.git] / gallery-theme-carbon.spec
CommitLineData
645b7d04
PG
1%define _theme carbon
2Summary: Carbon Theme for Gallery2
963bfd5c 3Summary(pl.UTF-8): Motyw Carbon dla Gallery2
645b7d04
PG
4Name: gallery-theme-%{_theme}
5Version: 1.1.1
3cd24844 6Release: 2
645b7d04
PG
7License: GPL
8Group: Applications/Publishing
9Source0: http://www.mincel.com/carbon/g2-theme-%{_theme}-%{version}-blackjack.zip
10# Source0-md5: d59db6cb6daecda88617c1bf54ce5898
f94fc998 11Source1: %{name}-agfolder.png
fd7106b5 12Patch0: %{name}-hoverbox.patch
f94fc998 13Patch1: %{name}-agfolder.patch
645b7d04
PG
14URL: http://www.mincel.com/carbon/
15BuildRequires: rpmbuild(macros) >= 1.268
16BuildRequires: unzip
17Requires: gallery >= 2.1.0
645b7d04
PG
18Requires: webapps
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%define _appdir %{_datadir}/gallery/themes/%{_theme}
23
24%description
3057ce94
JB
25I've developed Carbon theme for personal needs for Gallery 2. It is
26based on Matrix theme. The theme works well in Firefox and IE6.
27
8a394a46
JR
28%description -l pl.UTF-8
29Moduł Carbon dla Gallery 2 powstał na własne potrzeby autora. Jest
30oparty na motywie Matrix. Działa dobrze pod Firefoksem i IE6.
645b7d04
PG
31
32%prep
33%setup -q -n themes
fd7106b5 34%patch0 -p1
f94fc998 35%patch1 -p1
645b7d04
PG
36
37%install
38rm -rf $RPM_BUILD_ROOT
39install -d $RPM_BUILD_ROOT%{_appdir}
40
41cd %{_theme}
42cp -R * $RPM_BUILD_ROOT%{_appdir}
43
f94fc998
PG
44install %{SOURCE1} $RPM_BUILD_ROOT%{_appdir}/images/agfolder.png
45
645b7d04
PG
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
645b7d04 51%{_appdir}
This page took 0.061866 seconds and 4 git commands to generate.