]> git.pld-linux.org Git - packages/Xdialog.git/blob - Xdialog.spec
3cae11689770c38e5d1c4da23f9ed5d64a6cbf1e
[packages/Xdialog.git] / Xdialog.spec
1 Name:           Xdialog
2 Summary:        Xdialog in replacement for the cdialog program
3 Version:        1.4.4
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications
7 Group(pl):      X11/Aplikacje
8 Source0:        http://xdialog.free.fr/%{name}-%{version}.tar.bz2
9 URL:            http://xdialog.free.fr/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %define         _prefix         /usr/X11R6
13 %define         _mandir         %{_prefix}/man
14
15 %description
16 Xdialog is designed to be a drop in replacement for the cdialog
17 program. It converts any terminal based program into a program with an
18 X-windows interface. The dialogs are easier to see and use and Xdialog
19 adds even more functionalities (help button+box, treeview, editbox,
20 file selector, range box, and much more).
21
22 %prep
23 rm -rf $RPM_BUILD_ROOT
24
25 %setup -q
26
27 %build
28 LDFLAGS="-s"; export LDFLAGS
29 %configure 
30 %{__make} 
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT
36
37 gzip -9nf README NEWS AUTHORS BUGS ChangeLog samples/*
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc {README,NEWS,AUTHORS,BUGS,ChangeLog}.gz samples/*.gz
45 %attr(755,root,root) %{_bindir}/*
This page took 0.065521 seconds and 2 git commands to generate.