]> git.pld-linux.org Git - packages/gallery-module-exif.git/commitdiff
- exif module
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 28 Jul 2006 13:48:38 +0000 (13:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gallery-module-exif.spec -> 1.1

gallery-module-exif.spec [new file with mode: 0644]

diff --git a/gallery-module-exif.spec b/gallery-module-exif.spec
new file mode 100644 (file)
index 0000000..496135f
--- /dev/null
@@ -0,0 +1,44 @@
+%define                _module         exif
+Summary:       EXIF/IPTC module for Gallery
+Summary(pl):   Modu³ do odczytu EXIF/IPTC dla Gallery
+Name:          gallery-module-%{_module}
+Version:       1.0.6
+Release:       0.1
+License:       GPL
+Group:         Applications/Publishing
+Source0:       http://dl.sourceforge.net/gallery/g2-module-%{_module}-%{version}.tar.gz
+# Source0-md5: 94c70c26238b9812c7df7083159c53b8
+URL:           http://codex.gallery2.org/index.php/Gallery2:Modules:exif
+BuildRequires: rpmbuild(macros) >= 1.268
+Requires:      gallery >= 2.1.0
+Requires:      php-exif
+Requires:      webapps
+Provides:      external-gallery-module
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _appdir         %{_datadir}/gallery/modules/%{_module}
+
+%description
+Makes block available to themes for display of EXIF/IPTC metadata from image files. Configure fields to display in site admin. Site admin can also configure whether EXIF description or IPTC keywords are imported into Gallery fields for newly added items.
+
+%prep
+%setup -q -n modules
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+
+cd %{_module}
+cp -R * $RPM_BUILD_ROOT%{_appdir}
+
+# Cleanups:
+rm -rf $RPM_BUILD_ROOT%{_appdir}/{MANIFEST,test/}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{_module}/test
+%{_appdir}
This page took 0.142836 seconds and 4 git commands to generate.