]> git.pld-linux.org Git - packages/gallery-style-hoverbox.git/blob - gallery-style-hoverbox.spec
- tabs in preamble
[packages/gallery-style-hoverbox.git] / gallery-style-hoverbox.spec
1 %define         _style          hoverbox
2 Summary:        Hoverbox CSS style for Gallery2
3 Summary(pl.UTF-8):      Styl CSS Hoverbox dla Gallery2
4 Name:           gallery-style-%{_style}
5 Version:        1
6 Release:        1
7 License:        GPL
8 Group:          Applications/Publishing
9 #Source0:       http://sonspring.com/files/%{_style}.zip
10 Source0:        http://gallery.menalto.com/files/g2_carbon_%{_style}.zip
11 # Source0-md5:  1a933624ddfd8b3b1af74859e93138d6
12 URL:            http://sonspring.com/journal/hoverbox-image-gallery
13 BuildRequires:  rpmbuild(macros) >= 1.268
14 BuildRequires:  unzip
15 Requires:       gallery >= 2.1.0
16 Requires:       webapps
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _appdir         %{_datadir}/gallery
21
22 %description
23 Super light-weight (8kB) roll-over photo gallery that uses nothing but
24 CSS.
25
26 %description -l pl.UTF-8
27 Bardzo lekka (8kB) galeria fotografii używająca wyłącznie CSS-a.
28
29 %prep
30 %setup -q -n %{_style}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_appdir}/%{_style}
35
36 install *.css $RPM_BUILD_ROOT%{_appdir}/%{_style}
37 install *.gif $RPM_BUILD_ROOT%{_appdir}/%{_style}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %dir %{_appdir}/%{_style}
45 %{_appdir}/%{_style}/*.css
46 %{_appdir}/%{_style}/*.gif
This page took 0.064093 seconds and 3 git commands to generate.