]> git.pld-linux.org Git - packages/Xdialog.git/blob - Xdialog.spec
38aeaeebd808fd149659cf6f9b94182dfeda1c9d
[packages/Xdialog.git] / Xdialog.spec
1 Name:           Xdialog
2 Summary:        Xdialog in replacement for the cdialog program
3 Version:        1.4.3
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 program. It
17 converts any terminal based program into a program with an X-windows
18 interface. The dialogs are easier to see and use and Xdialog adds even more
19 functionalities (help button+box, treeview, editbox, file selector, range
20 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.073193 seconds and 3 git commands to generate.