]> git.pld-linux.org Git - packages/Xdialog.git/blob - Xdialog.spec
- added Provides: xdialog (in RH and FC)
[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:        2
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 Provides:       xdialog
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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¿na zamieniæ w program z interejsem X Window.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 %{__gettextize}
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
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         doc_DATA=
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc README NEWS AUTHORS BUGS ChangeLog samples/
59 %attr(755,root,root) %{_bindir}/*
60 %{_mandir}/man1/*
This page took 0.073964 seconds and 4 git commands to generate.