]> git.pld-linux.org Git - packages/zenity.git/blob - zenity.spec
- new
[packages/zenity.git] / zenity.spec
1 Summary:        The GNOME port of dialog
2 Summary(pl):    Port dialog dla GNOME
3 Name:           zenity
4 Version:        1.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/zenity/1.0/%{name}-%{version}.tar.bz2
9 URL:            http://www.gnome.org/
10 BuildRequires:  GConf2-devel >= 2.2.0
11 BuildRequires:  libglade2-devel >= 2.0.0
12 BuildRequires:  libgnomecanvas-devel >= 2.2.0
13 Requires(post): scrollkeeper
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 zenity is a rewrite of gdialog, the GNOME port of dialog which allows
18 you to display dialog boxes from the commandline and shell scripts.
19
20 %description -l pl
21 zenity jest kontynuacj± programu gdialog, portu dialog dla GNOME.
22 Umo¿liwia on wy¶wietlanie okien dialogowych z linii komend i ze
23 skryptów pow³oki.
24
25 %prep
26 %setup -q
27
28 %build
29 %configure
30
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %find_lang zenity-0.1
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %post -p /usr/bin/scrollkeeper-update
45
46 %files -f zenity-0.1.lang
47 %defattr(644,root,root,755)
48 %doc AUTHORS NEWS README THANKS TODO
49 %attr(755,root,root) %{_bindir}/*
50 %{_omf_dest_dir}/%{name}
51 %{_datadir}/%{name}
This page took 0.428333 seconds and 3 git commands to generate.