]> git.pld-linux.org Git - packages/Xdialog.git/blobdiff - Xdialog.spec
- spec adapterized.
[packages/Xdialog.git] / Xdialog.spec
index 33e8dff2d5a8319c32167645cd0f744b77b6d157..a3a354403de1cf8bc7282c6cb08b905c61276e7b 100644 (file)
@@ -1,22 +1,23 @@
 Name:          Xdialog
-Summary:       Xdialog in replacement for the cdialog program.
-Version:       1.4.1
-Release:       2
-Source0:       Xdialog-%{version}.tar.bz2
-Group:         X11/Administration
-URL:           http://xdialog.free.fr
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Summary:       Xdialog in replacement for the cdialog program
+Version:       1.4.3
+Release:       1
 License:       GPL
+Group:         X11/Applications
+Group(pl):     X11/Aplikacje
+Source0:       http://xdialog.free.fr/%{name}-%{version}.tar.bz2
+URL:           http://xdialog.free.fr/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
 %define                _mandir         %{_prefix}/man
 
 %description
-Xdialog is designed to be a drop in replacement for the cdialog program. It
-converts any terminal based program into a program with an X-windows
-interface. The dialogs are easier to see and use and Xdialog adds even more
-functionalities (help button+box, treeview, editbox, file selector, range
-box, and much more).
+Xdialog is designed to be a drop in replacement for the cdialog
+program. It converts any terminal based program into a program with an
+X-windows interface. The dialogs are easier to see and use and Xdialog
+adds even more functionalities (help button+box, treeview, editbox,
+file selector, range box, and much more).
 
 %prep
 rm -rf $RPM_BUILD_ROOT
@@ -30,9 +31,10 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 make install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9fn README NEWS AUTHORS BUGS ChangeLog samples/*
+gzip -9nf README NEWS AUTHORS BUGS ChangeLog samples/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.062703 seconds and 4 git commands to generate.