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