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