]> git.pld-linux.org Git - packages/Xdialog.git/blob - Xdialog.spec
- spelling fix
[packages/Xdialog.git] / Xdialog.spec
1 Summary:        Xdialog - replacement for the dialog program
2 Summary(pl):    Xdialog - zamiennik dla programu cdialog
3 Name:           Xdialog
4 Version:        2.1.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://thgodef.nerim.net/xdialog/%{name}-%{version}.tar.bz2
9 # Source0-md5:  fb8177e9d87504329cf08b07d91586a0
10 Patch0:         %{name}-configure.patch
11 URL:            http://xdialog.dyns.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gtk+-devel >= 1.2.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Xdialog is designed to be a drop in replacement for the cdialog
20 program. It converts any terminal based program into a program with an
21 X Window interface. The dialogs are easier to see and use and Xdialog
22 adds even more functionalities (help button+box, treeview, editbox,
23 file selector, range box, and much more).
24
25 %description -l pl
26 Xdialog jest zaprojektowany by byæ odpowiednikiem, zamiennikiem dla
27 programu cdialog. Dziêki niemu dowolny terminalowy program u¿ywaj±cy
28 dialogu mo¿na zamieniæ w program z interejsem X Window.
29
30 %prep
31 %setup -q
32 %patch0 -p1
33
34 %build
35 %{__gettextize}
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
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         doc_DATA=
49
50 %find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc README NEWS AUTHORS BUGS ChangeLog samples/
58 %attr(755,root,root) %{_bindir}/*
59 %{_mandir}/man1/*
This page took 0.067446 seconds and 3 git commands to generate.