]> git.pld-linux.org Git - packages/Xdialog.git/blob - Xdialog.spec
- 2.1.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.1.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://thgodef.nerim.net/xdialog/%{name}-%{version}.tar.bz2
9 # Source0-md5:  379cd3983a22d98d4436e8d4f16a56e1
10 URL:            http://xdialog.dyns.net/
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 Window 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 dialogu mo¿a zamieniæ w program z interejsem X Window.
30
31 %prep
32 %setup -q
33
34 %build
35 rm -f missing
36 %{__gettextize}
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.030445 seconds and 3 git commands to generate.