From 02d8a2a4e3a66eb260a59ffe86f8b2c4ac0755a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Wed, 26 Jul 2006 12:27:23 +0000 Subject: [PATCH] - css style hoverbox Changed files: gallery-style-hoverbox.spec -> 1.1 --- gallery-style-hoverbox.spec | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 gallery-style-hoverbox.spec diff --git a/gallery-style-hoverbox.spec b/gallery-style-hoverbox.spec new file mode 100644 index 0000000..fd3c8a2 --- /dev/null +++ b/gallery-style-hoverbox.spec @@ -0,0 +1,38 @@ +%define _style hoverbox +Summary: Hoverbox css style for Gallery2 +Name: gallery-style-%{_style} +Version: 1 +Release: 0.1 +License: GPL +Group: Applications/Publishing +Source0: http://sonspring.com/files/%{_style}.zip +# Source0-md5: e4ae8d050a8baa3205eca06c82cd0c0d +URL: http://sonspring.com/journal/hoverbox-image-gallery +BuildRequires: rpmbuild(macros) >= 1.268 +BuildRequires: unzip +Requires: gallery >= 2.1.0 +Requires: webapps +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _appdir %{_datadir}/gallery + +%description +Super light-weight (8kb) roll-over photo gallery that uses nothing but CSS. + +%prep +%setup -q -n %{_style} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_appdir}/%{_style} + +install css/*.css $RPM_BUILD_ROOT%{_appdir}/%{_style} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%dir %{_appdir}/%{_style} +%{_appdir}/%{_style}/*.css -- 2.43.0