]> git.pld-linux.org Git - packages/gallery-style-hoverbox.git/commitdiff
- css style hoverbox
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 26 Jul 2006 12:27:23 +0000 (12:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gallery-style-hoverbox.spec -> 1.1

gallery-style-hoverbox.spec [new file with mode: 0644]

diff --git a/gallery-style-hoverbox.spec b/gallery-style-hoverbox.spec
new file mode 100644 (file)
index 0000000..fd3c8a2
--- /dev/null
@@ -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
This page took 0.070949 seconds and 4 git commands to generate.