]> git.pld-linux.org Git - SPECS.git/blob - gnome-web-photo.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gnome-web-photo.spec
1 Summary:        Tool to generate full-size image files and thumbnails
2 Summary(pl.UTF-8):      Narzędzie do generowania pełnowymiarowych plików obrazów i miniaturek
3 Name:           gnome-web-photo
4 Version:        0.10.6
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-web-photo/0.10/%{name}-%{version}.tar.xz
9 # Source0-md5:  6fbf72173149ffae57e66605e4898113
10 URL:            http://www.gnome.org/
11 BuildRequires:  autoconf >= 2.59
12 BuildRequires:  automake >= 1:1.11
13 BuildRequires:  gettext-tools
14 BuildRequires:  glib2-devel >= 1:2.14.0
15 BuildRequires:  gnome-common >= 2.12.0
16 BuildRequires:  gtk+3-devel >= 3.0.0
17 BuildRequires:  gtk-webkit3-devel >= 1.1.23
18 BuildRequires:  intltool >= 0.40.6
19 BuildRequires:  libtool
20 BuildRequires:  pkgconfig
21 BuildRequires:  rpmbuild(macros) >= 1.198
22 BuildRequires:  tar >= 1:1.22
23 BuildRequires:  xz
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 GNOME Web Photographer is a tool to generate full-size image files and
28 thumbnails from HTML files and web pages.
29
30 %description -l pl.UTF-8
31 GNOME Web Photographer to narzędzie do generowania pełnowymiarowych
32 plików obrazów i miniaturek.
33
34 %prep
35 %setup -q
36
37 %build
38 %{__glib_gettextize}
39 %{__intltoolize}
40 %{__libtoolize}
41 %{__aclocal} -I m4
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure \
46         --disable-silent-rules
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %find_lang %{name}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog HACKING NEWS README TODO
63 %attr(755,root,root) %{_bindir}/gnome-web-photo
64 %attr(755,root,root) %{_bindir}/gnome-web-print
65 %attr(755,root,root) %{_bindir}/gnome-web-thumbnail
66 %dir %{_datadir}/gnome-web-photo
67 %{_datadir}/gnome-web-photo/style.css
68 %{_datadir}/thumbnailers/gnome-web-photo.thumbnailer
This page took 2.941958 seconds and 3 git commands to generate.