]> git.pld-linux.org Git - SPECS.git/blob - gimp-plugin-pandora.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / gimp-plugin-pandora.spec
1 Summary:        Pandora - a Gimp plugin for making panoramas
2 Summary(pl.UTF-8):      Pandora - wtyczka Gimpa do tworzenia panoram
3 Name:           gimp-plugin-pandora
4 Version:        0.7.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Source0:        http://www.shallowsky.com/software/pandora/pandora-%{version}.tar.gz
9 # Source0-md5:  8e577c8578c062e3ab7e3b933f3f2f0e
10 URL:            http://www.shallowsky.com/software/pandora/
11 BuildRequires:  gimp-devel
12 Requires:       gimp
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _plugindir      %(gimptool --gimpplugindir)/plug-ins
16
17 %description
18 Pandora is a Gimp plugin for making quick panoramas.
19
20 %description -l pl.UTF-8
21 Pandora jest wtyczką Gimpa do szybkiego tworzenia panoram.
22
23 %prep
24 %setup -q -n pandora-%{version}
25
26 %build
27 gimptool --build pandora_gen.c
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_plugindir}
32
33 install pandora_gen $RPM_BUILD_ROOT%{_plugindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc ChangeLog
41 %attr(755,root,root) %{_plugindir}/*
This page took 0.614662 seconds and 3 git commands to generate.