]> git.pld-linux.org Git - packages/dialog.git/blobdiff - dialog.spec
- add --tag=CC to libtool invocations
[packages/dialog.git] / dialog.spec
index a1e36c9d577d7dd35e58415c071d4064d544cca6..1333a41cec4b71c9d0328af46a0e3ad92ff1872f 100644 (file)
@@ -1,5 +1,5 @@
-%define                ver   1.0
-%define                sdate 20060221
+%define                ver     1.1
+%define                sdate   20080819
 Summary:       A program to build tty dialog boxes
 Summary(de.UTF-8):     Ein Programm zum Erstellen von tty-Dialogfeldern
 Summary(fr.UTF-8):     Programme pour construire des boîtes de dialogue en mode texte
@@ -7,16 +7,17 @@ Summary(pl.UTF-8):    Dialog tworzy okienkowy interfejs użytkownika na terminalu t
 Summary(tr.UTF-8):     tty diyalog kutuları oluşturan bir program
 Name:          dialog
 Version:       %{ver}.%{sdate}
-Release:       0.9
+Release:       1
 Epoch:         1
 License:       LGPL v2.1
 Group:         Applications/Terminal
 Source0:       ftp://invisible-island.net/dialog/%{name}-%{ver}-%{sdate}.tgz
-# Source0-md5: acfd843163394e8bb17c841fdbe9c4a4
+# Source0-md5: 3caebd641a9f337b980becb4444336c5
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 932081790cd8aa857822bd2b0eafa5bb
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-pl.po-update.patch
+Patch2:                libtool.patch
 URL:           http://invisible-island.net/dialog/dialog.html
 BuildRequires: gettext-devel
 BuildRequires: ncurses-devel >= 5.4
@@ -85,6 +86,8 @@ Statyczna biblioteka dialog.
 %setup -q -n %{name}-%{ver}-%{sdate}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+mv aclocal.m4 acinclude.m4
 
 %build
 %configure \
@@ -119,12 +122,14 @@ rm -rf $RPM_BUILD_ROOT
 %doc CHANGES README
 %attr(755,root,root) %{_bindir}/dialog
 %attr(755,root,root) %{_libdir}/libdialog.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libdialog.so.6
 %{_mandir}/man1/*
 %lang(hu) %{_mandir}/hu/man1/*
 %lang(pl) %{_mandir}/pl/man1/*
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/dialog-config
 %attr(755,root,root) %{_libdir}/libdialog.so
 %{_libdir}/libdialog.la
 %{_includedir}/*.h
@@ -153,6 +158,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_examplesdir}/%{name}-%{version}/copifuncs/copi.[!t]*
 %{_examplesdir}/%{name}-%{version}/copifuncs/copi.t*
 %{_examplesdir}/%{name}-%{version}/copifuncs/ifpatch
+%{_examplesdir}/%{name}-%{version}/dselect
+%{_examplesdir}/%{name}-%{version}/editbox*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.055897 seconds and 4 git commands to generate.