]> git.pld-linux.org Git - packages/Xdialog.git/blob - Xdialog.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[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.5
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://xdialog.free.fr/%{name}-%{version}.tar.bz2
9 Patch0:         %{name}-ac_fix.patc
10 URL:            http://xdialog.free.fr/
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 gzip -9nf README NEWS AUTHORS BUGS ChangeLog samples/*
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc *.gz samples/*.gz 
57 %attr(755,root,root) %{_bindir}/*
58 %{_mandir}/man1/*
This page took 0.077761 seconds and 4 git commands to generate.