]> git.pld-linux.org Git - packages/Xdialog.git/blob - Xdialog.spec
- fixed Requires
[packages/Xdialog.git] / Xdialog.spec
1 Summary:        Xdialog in replacement for the dialog program
2 Summary(pl):    Xdialog jest zamiennikiem dla programu cdialog
3 Name:           Xdialog
4 Version:        2.0.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(pl):      X11/Aplikacje
10 Source0:        http://xdialog.free.fr/%{name}-%{version}.tar.bz2
11 Patch0:         %{name}-ac_fix.patc
12 URL:            http://xdialog.free.fr/
13 Requires:       perl-modules
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gtk+-devel >= 1.2.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _prefix         /usr/X11R6
20 %define         _mandir         %{_prefix}/man
21
22 %description
23 Xdialog is designed to be a drop in replacement for the cdialog
24 program. It converts any terminal based program into a program with an
25 X-windows interface. The dialogs are easier to see and use and Xdialog
26 adds even more functionalities (help button+box, treeview, editbox,
27 file selector, range box, and much more).
28
29 %description -l pl
30 Xdialog jest zaprojektowany by byæ odpowiednikiem, zamiennikiem dla
31 programu cdialog. Dziêki niemu dowolny terminalowy program u¿ywaj±cy
32 dialoga w program z interejsem X-window.
33
34 %prep
35 %setup -q
36 %patch -p1
37
38 %build
39 aclocal
40 autoconf
41 automake -a -c
42 %configure 
43 %{__make} 
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 gzip -9nf README NEWS AUTHORS BUGS ChangeLog samples/*
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc *.gz samples/*.gz 
59 %attr(755,root,root) %{_bindir}/*
60 %{_mandir}/man1/*
This page took 0.05082 seconds and 4 git commands to generate.