]> git.pld-linux.org Git - packages/gallery-style-hoverbox.git/blame - gallery-style-hoverbox.spec
- css style hoverbox
[packages/gallery-style-hoverbox.git] / gallery-style-hoverbox.spec
CommitLineData
02d8a2a4
PG
1%define _style hoverbox
2Summary: Hoverbox css style for Gallery2
3Name: gallery-style-%{_style}
4Version: 1
5Release: 0.1
6License: GPL
7Group: Applications/Publishing
8Source0: http://sonspring.com/files/%{_style}.zip
9# Source0-md5: e4ae8d050a8baa3205eca06c82cd0c0d
10URL: http://sonspring.com/journal/hoverbox-image-gallery
11BuildRequires: rpmbuild(macros) >= 1.268
12BuildRequires: unzip
13Requires: gallery >= 2.1.0
14Requires: webapps
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%define _appdir %{_datadir}/gallery
19
20%description
21Super light-weight (8kb) roll-over photo gallery that uses nothing but CSS.
22
23%prep
24%setup -q -n %{_style}
25
26%install
27rm -rf $RPM_BUILD_ROOT
28install -d $RPM_BUILD_ROOT%{_appdir}/%{_style}
29
30install css/*.css $RPM_BUILD_ROOT%{_appdir}/%{_style}
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(644,root,root,755)
37%dir %{_appdir}/%{_style}
38%{_appdir}/%{_style}/*.css
This page took 0.039606 seconds and 4 git commands to generate.