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