]> git.pld-linux.org Git - packages/gallery-theme-carbon.git/blobdiff - gallery-theme-carbon.spec
- tabs in preamble
[packages/gallery-theme-carbon.git] / gallery-theme-carbon.spec
index 17f6df98e7487e6bb30ecba9564c941da9fef100..0f854cb83e0c2dc8c63ac9328d554806e218e35d 100644 (file)
@@ -1,12 +1,16 @@
 %define                _theme          carbon
 Summary:       Carbon Theme for Gallery2
+Summary(pl.UTF-8):     Motyw Carbon dla Gallery2
 Name:          gallery-theme-%{_theme}
 Version:       1.1.1
-Release:       0.1
+Release:       2
 License:       GPL
 Group:         Applications/Publishing
 Source0:       http://www.mincel.com/carbon/g2-theme-%{_theme}-%{version}-blackjack.zip
 # Source0-md5: d59db6cb6daecda88617c1bf54ce5898
+Source1:       %{name}-agfolder.png
+Patch0:                %{name}-hoverbox.patch
+Patch1:                %{name}-agfolder.patch
 URL:           http://www.mincel.com/carbon/
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: unzip
@@ -18,10 +22,17 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _appdir         %{_datadir}/gallery/themes/%{_theme}
 
 %description
-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.
+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.
+
+%description -l pl.UTF-8
+Moduł Carbon dla Gallery 2 powstał na własne potrzeby autora. Jest
+oparty na motywie Matrix. Działa dobrze pod Firefoksem i IE6.
 
 %prep
 %setup -q -n themes
+%patch0 -p1
+%patch1 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -30,10 +41,11 @@ install -d $RPM_BUILD_ROOT%{_appdir}
 cd %{_theme}
 cp -R * $RPM_BUILD_ROOT%{_appdir}
 
+install %{SOURCE1} $RPM_BUILD_ROOT%{_appdir}/images/agfolder.png
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%dir %{_appdir}
 %{_appdir}
This page took 0.169855 seconds and 4 git commands to generate.