]> git.pld-linux.org Git - packages/zenity.git/blob - zenity.spec
Update to 3.20.0
[packages/zenity.git] / zenity.spec
1 Summary:        The GNOME port of dialog
2 Summary(pl.UTF-8):      Port programu dialog dla GNOME
3 Name:           zenity
4 Version:        3.20.0
5 Release:        1
6 License:        LGPL v2+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/zenity/3.20/%{name}-%{version}.tar.xz
9 # Source0-md5:  23f84cd3807da36455525357385f7586
10 URL:            http://freshmeat.net/projects/zenity/
11 BuildRequires:  autoconf >= 2.63
12 BuildRequires:  automake >= 1:1.10
13 BuildRequires:  gettext-tools
14 BuildRequires:  glib2-devel >= 1:2.14.0
15 BuildRequires:  gnome-common >= 2.20.0
16 BuildRequires:  gtk+3-devel >= 3.0.0
17 BuildRequires:  gtk-webkit4-devel >= 2.8.1
18 BuildRequires:  libnotify-devel >= 0.6.1
19 BuildRequires:  perl-base
20 BuildRequires:  pkgconfig
21 BuildRequires:  rpmbuild(find_lang) >= 1.23
22 BuildRequires:  rpmbuild(macros) >= 1.311
23 BuildRequires:  tar >= 1:1.22
24 BuildRequires:  xz
25 BuildRequires:  yelp-tools
26 Requires:       gtk+3 >= 3.0.0
27 Requires:       gtk-webkit4 >= 2.8.1
28 Requires:       libnotify >= 0.6.1
29 # sr@Latn vs. sr@latin
30 Conflicts:      glibc-misc < 6:2.7
31 Conflicts:      gnome-utils < 2.3.3
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 zenity is a rewrite of gdialog, the GNOME port of dialog which allows
36 you to display dialog boxes from the commandline and shell scripts.
37
38 %description -l pl.UTF-8
39 zenity jest kontynuacją programu gdialog, portu programu dialog dla
40 GNOME. Umożliwia on wyświetlanie okien dialogowych z linii poleceń i
41 ze skryptów powłoki.
42
43 %prep
44 %setup -q
45
46 %build
47 %{__aclocal}
48 %{__autoconf}
49 %{__automake}
50 %configure \
51         --disable-silent-rules
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %find_lang %{name} --with-gnome
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files -f %{name}.lang
66 %defattr(644,root,root,755)
67 %doc AUTHORS NEWS README THANKS TODO
68 %attr(755,root,root) %{_bindir}/gdialog
69 %attr(755,root,root) %{_bindir}/zenity
70 %{_datadir}/zenity
71 %{_mandir}/man1/zenity.1*
This page took 0.076549 seconds and 3 git commands to generate.