]> git.pld-linux.org Git - packages/gallery-module-exif.git/blame - gallery-module-exif.spec
- 1.1.0
[packages/gallery-module-exif.git] / gallery-module-exif.spec
CommitLineData
0da13aa0
PG
1%define _module exif
2Summary: EXIF/IPTC module for Gallery
6119ce88 3Summary(pl.UTF-8): Moduł do odczytu EXIF/IPTC dla Gallery
0da13aa0 4Name: gallery-module-%{_module}
5a370bb6
PG
5Version: 1.1.0
6Release: 0.1
0da13aa0
PG
7License: GPL
8Group: Applications/Publishing
9Source0: http://dl.sourceforge.net/gallery/g2-module-%{_module}-%{version}.tar.gz
5a370bb6 10# Source0-md5: 8ca34069e8b34499ef109bd14224f27b
0da13aa0
PG
11URL: http://codex.gallery2.org/index.php/Gallery2:Modules:exif
12BuildRequires: rpmbuild(macros) >= 1.268
13Requires: gallery >= 2.1.0
f309b524 14Requires: php(exif)
0da13aa0
PG
15Provides: external-gallery-module
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%define _appdir %{_datadir}/gallery/modules/%{_module}
20
21%description
0daa0892
JB
22Makes block available to themes for display of EXIF/IPTC metadata from
23image files. Configure fields to display in site admin. Site admin can
24also configure whether EXIF description or IPTC keywords are imported
25into Gallery fields for newly added items.
26
07324a61
JR
27%description -l pl.UTF-8
28Ten moduł udostępnia motywom blok do wyświetlania metadanych EXIF/IPTC
29z plików zdjęć. Wyświetlane pola można konfigurować w panelu
30administracyjnym. Tam też można ustawić, czy opis EXIF lub słowa
31kluczowe IPTC mają być importowane do pól galerii dla nowo dodawanych
32elementów.
0da13aa0
PG
33
34%prep
35%setup -q -n modules
36
37%install
38rm -rf $RPM_BUILD_ROOT
39install -d $RPM_BUILD_ROOT%{_appdir}
40
41cd %{_module}
42cp -R * $RPM_BUILD_ROOT%{_appdir}
43
44# Cleanups:
45rm -rf $RPM_BUILD_ROOT%{_appdir}/{MANIFEST,test/}
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc %{_module}/test
53%{_appdir}
This page took 0.067774 seconds and 4 git commands to generate.