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