]> git.pld-linux.org Git - packages/zenity.git/blame - zenity.spec
- updated gettext BR
[packages/zenity.git] / zenity.spec
CommitLineData
42e0135e 1Summary: The GNOME port of dialog
626b3600 2Summary(pl.UTF-8): Port programu dialog dla GNOME
42e0135e 3Name: zenity
b861258d 4Version: 3.12.1
5ddd1b2a 5Release: 1
ef9cc0d9 6License: LGPL v2+
42e0135e 7Group: X11/Applications
b861258d
MB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/zenity/3.12/%{name}-%{version}.tar.xz
9# Source0-md5: 497dfbc1b473185f0294f38a92661ac0
1936e5dc 10URL: http://freshmeat.net/projects/zenity/
9c0d56c8
ŁK
11BuildRequires: autoconf >= 2.63
12BuildRequires: automake >= 1:1.10
58868f84 13BuildRequires: gettext-tools
34b59e1b 14BuildRequires: glib2-devel >= 1:2.14.0
771d8e15 15BuildRequires: gnome-common >= 2.20.0
9c0d56c8 16BuildRequires: gtk+3-devel >= 3.0.0
fb5a14d0 17BuildRequires: gtk-webkit3-devel >= 1.4.0
573d299a 18BuildRequires: intltool >= 0.40.0
9c0d56c8 19BuildRequires: libnotify-devel >= 0.6.1
5b7b9ada 20BuildRequires: perl-base
ef9cc0d9 21BuildRequires: pkgconfig
c24986f8 22BuildRequires: rpmbuild(find_lang) >= 1.23
15557de0 23BuildRequires: rpmbuild(macros) >= 1.311
fb5a14d0
ŁK
24BuildRequires: tar >= 1:1.22
25BuildRequires: xz
e35046fb 26BuildRequires: yelp-tools
9c0d56c8 27Requires: gtk+3 >= 3.0.0
626b3600
JB
28Requires: gtk-webkit3 >= 1.4.0
29Requires: libnotify >= 0.6.1
771d8e15
MB
30# sr@Latn vs. sr@latin
31Conflicts: glibc-misc < 6:2.7
84dbd559 32Conflicts: gnome-utils < 2.3.3
42e0135e 33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%description
36zenity is a rewrite of gdialog, the GNOME port of dialog which allows
37you to display dialog boxes from the commandline and shell scripts.
38
08be486c 39%description -l pl.UTF-8
626b3600
JB
40zenity jest kontynuacją programu gdialog, portu programu dialog dla
41GNOME. Umożliwia on wyświetlanie okien dialogowych z linii poleceń i
42ze skryptów powłoki.
42e0135e 43
44%prep
45%setup -q
46
47%build
79ea9e48 48%{__intltoolize}
9ffafb3a 49%{__gnome_doc_common}
5b7b9ada 50%{__aclocal}
51%{__autoconf}
52%{__automake}
2f376cb1
MB
53%configure \
54 --disable-silent-rules
42e0135e 55%{__make}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60%{__make} install \
61 DESTDIR=$RPM_BUILD_ROOT
62
8a30ccef 63%find_lang %{name} --with-gnome
42e0135e 64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
771d8e15 68%files -f %{name}.lang
42e0135e 69%defattr(644,root,root,755)
70%doc AUTHORS NEWS README THANKS TODO
2f376cb1
MB
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.094423 seconds and 4 git commands to generate.