]> git.pld-linux.org Git - SPECS.git/blob - gnome-photo-printer.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gnome-photo-printer.spec
1 Summary:        An image viewer and browser for GNOME
2 Summary(pl.UTF-8):      Przeglądarka obrazków dla GNOME
3 Name:           gnome-photo-printer
4 Version:        0.6.5
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Graphics
8 Source0:        http://www.fogman.de/gpp/gpp-%{version}.tar.gz
9 # Source0-md5:  9a349f7fc2210dea0663f08d86cc5731
10 URL:            http://www.fogman.de/gpp/
11 BuildRequires:  libglade2-devel >= 1:2.4.0
12 BuildRequires:  libgnomeprintui-devel >= 2.6.0
13 BuildRequires:  libgnomeui-devel >= 2.6.0
14 BuildRequires:  pkgconfig >= 1:0.6.0
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Gnome Photo Printer is intended for printing photos in an easy way.
19 Just drag your Photos from Nautilus to the Gnome Photo Printer window
20 and drop it. Make some selections like Photo or Paper size, hit
21 Preview or Print, and see your pictures printed.
22
23 %description -l pl.UTF-8
24 Gnome Photo Printer to program przeznaczony do łatwego drukowania
25 zdjęć. Wystarczy przeciągnąć zdjęcia z Nautilusa do okienka Gnome
26 Photo Printer i upuścić je. Po wybraniu paru rzeczy, takich jak
27 rozmiar zdjęcia lub papieru wystarczy wybrać podgląd lub wydruk i
28 oglądać wydrukowane zdjęcia.
29
30 %prep
31 %setup -q -n gpp-%{version}
32
33 %build
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog NEWS README
49 %attr(755,root,root) %{_bindir}/*
50 %{_datadir}/%{name}
This page took 0.310831 seconds and 3 git commands to generate.