]> git.pld-linux.org Git - packages/zenity.git/blame - zenity.spec
- updated to 2.32.1
[packages/zenity.git] / zenity.spec
CommitLineData
42e0135e 1Summary: The GNOME port of dialog
3fc73ea8 2Summary(pl.UTF-8): Port dialog dla GNOME
42e0135e 3Name: zenity
95ba4540 4Version: 2.32.1
272216e4 5Release: 1
ef9cc0d9 6License: LGPL v2+
42e0135e 7Group: X11/Applications
2bf044aa 8Source0: http://ftp.gnome.org/pub/GNOME/sources/zenity/2.32/%{name}-%{version}.tar.bz2
95ba4540 9# Source0-md5: aa66ec35451b16e424519b4973082170
1936e5dc 10URL: http://freshmeat.net/projects/zenity/
2f376cb1
MB
11BuildRequires: autoconf >= 2.59
12BuildRequires: automake >= 1:1.9
9e189bfd 13BuildRequires: docbook-dtd412-xml
07592247 14BuildRequires: gettext-devel
34b59e1b 15BuildRequires: glib2-devel >= 1:2.14.0
771d8e15
MB
16BuildRequires: gnome-common >= 2.20.0
17BuildRequires: gnome-doc-utils >= 0.12.0
2bf044aa 18BuildRequires: gtk+2-devel >= 2:2.18.0
573d299a 19BuildRequires: intltool >= 0.40.0
2f376cb1 20BuildRequires: libnotify-devel >= 0.4.1
9e189bfd 21BuildRequires: libxml2-progs
5b7b9ada 22BuildRequires: perl-base
ef9cc0d9 23BuildRequires: pkgconfig
c24986f8 24BuildRequires: rpmbuild(find_lang) >= 1.23
15557de0 25BuildRequires: rpmbuild(macros) >= 1.311
5b7b9ada 26BuildRequires: scrollkeeper
2f376cb1 27BuildRequires: sed >= 4.0
93358596 28Requires(post,postun): scrollkeeper
2bf044aa 29Requires: gtk+2 >= 2:2.18.0
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
JR
39%description -l pl.UTF-8
40zenity jest kontynuacją programu gdialog, portu dialog dla GNOME.
41Umożliwia on wyświetlanie okien dialogowych z linii komend i ze
42skryptów powłoki.
42e0135e 43
44%prep
45%setup -q
46
2f376cb1
MB
47sed -i -e 's/^en@shaw//' po/LINGUAS
48rm -f po/en@shaw.po
49
42e0135e 50%build
15557de0 51%{__gnome_doc_prepare}
79ea9e48 52%{__intltoolize}
9ffafb3a 53%{__gnome_doc_common}
5b7b9ada 54%{__aclocal}
55%{__autoconf}
56%{__automake}
2f376cb1
MB
57%configure \
58 --disable-silent-rules
42e0135e 59%{__make}
60
61%install
62rm -rf $RPM_BUILD_ROOT
63
64%{__make} install \
65 DESTDIR=$RPM_BUILD_ROOT
66
9cacce83 67%find_lang %{name} --with-gnome --with-omf
42e0135e 68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
93358596 72%post
73%scrollkeeper_update_post
74
75%postun
76%scrollkeeper_update_postun
42e0135e 77
771d8e15 78%files -f %{name}.lang
42e0135e 79%defattr(644,root,root,755)
80%doc AUTHORS NEWS README THANKS TODO
2f376cb1
MB
81%attr(755,root,root) %{_bindir}/gdialog
82%attr(755,root,root) %{_bindir}/zenity
83%{_datadir}/zenity
84%{_mandir}/man1/zenity.1*
This page took 0.153518 seconds and 4 git commands to generate.