]> git.pld-linux.org Git - packages/gallery-module-map.git/blame - gallery-module-map.spec
- tabs in preamble
[packages/gallery-module-map.git] / gallery-module-map.spec
CommitLineData
99c83ceb
PG
1%define _module map
2Summary: Google Map Integration with Gallery
968579b6 3Summary(pl.UTF-8): Integracja Google Map z Gallery
99c83ceb
PG
4Name: gallery-module-%{_module}
5Version: 0.5.1d
351a9b1c 6Release: 0.10
99c83ceb
PG
7License: GPL
8Group: Applications/Publishing
9Source0: http://dl.sourceforge.net/gmap-module/%{_module}-module-%{version}.zip
10# Source0-md5: d5db85c689a24ff09dc0c3d4cf3f6e0f
11URL: http://gallery.sourceforge.net/
12BuildRequires: rpmbuild(macros) >= 1.268
13BuildRequires: unzip
14Requires: gallery >= 2.1.0
351a9b1c 15Requires: php(ctype)
99c83ceb 16Requires: webapps
977f347b 17Provides: external-gallery-module
99c83ceb
PG
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%define _appdir %{_datadir}/gallery/modules/%{_module}
22
23%description
69f46f81
JB
24Google Map integration for Gallery. There is a theme that can be used
25on any Gallery 2 albums and turn the display into a Google map. There
26is also a Module that has many features but the default map shows
27pictures from every albums.
28
eb772e76
JR
29%description -l pl.UTF-8
30Integracja Google Map z Gallery. Jest to motyw, który można używać z
31dowolnymi albumami Gallery 2, zamieniający ekran w mapę Google, a
32także moduł, który ma wiele możliwości, ale domyślna mapa pokazuje
33obrazy ze wszystkich albumów.
99c83ceb
PG
34
35%prep
36%setup -q -n %{_module}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40install -d $RPM_BUILD_ROOT%{_appdir}
41
42cp -R * $RPM_BUILD_ROOT%{_appdir}
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc README*
99c83ceb 50%{_appdir}
This page took 0.077781 seconds and 4 git commands to generate.