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