]> git.pld-linux.org Git - packages/Xdialog.git/blobdiff - Xdialog.spec
- updated to 1.5.1.
[packages/Xdialog.git] / Xdialog.spec
index 3cae11689770c38e5d1c4da23f9ed5d64a6cbf1e..3cd68cf85053285c8ce9a5b64d0df305ae87018f 100644 (file)
@@ -1,12 +1,14 @@
+Summary:       Xdialog in replacement for the dialog program
+Summary(pl):   Xdialog jest zamiennikiem dla programu cdialog
 Name:          Xdialog
-Summary:       Xdialog in replacement for the cdialog program
-Version:       1.4.4
+Version:       1.5.1
 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/
+BuildRequires: gtk+-devel >= 1.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -19,20 +21,25 @@ 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).
 
+%description -l pl
+Xdialog jest zaprojektowany by byæ odpowiednikiem, zamiennikiem dla
+programu cdialog. Dziêki niemu dowolny terminalowy program u¿ywaj±cy
+dialoga w program z interejsem X-window.
+
 %prep
 rm -rf $RPM_BUILD_ROOT
 
 %setup -q
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 %configure 
 %{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf README NEWS AUTHORS BUGS ChangeLog samples/*
 
@@ -41,5 +48,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {README,NEWS,AUTHORS,BUGS,ChangeLog}.gz samples/*.gz
+%doc *.gz samples/*.gz html
 %attr(755,root,root) %{_bindir}/*
This page took 0.067858 seconds and 4 git commands to generate.