packages: dialog/dialog.spec - updated to 1.1-20100119 - updated libtool.pa...

paszczus paszczus at pld-linux.org
Wed Jan 20 12:20:59 CET 2010


Author: paszczus                     Date: Wed Jan 20 11:20:59 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.1-20100119
- updated libtool.patch
- pl.po.patch removed
- SONAME changed from libdialog.so.6 to libdialog.so.7
- adaptarized

---- Files affected:
packages/dialog:
   dialog.spec (1.66 -> 1.67) 

---- Diffs:

================================================================
Index: packages/dialog/dialog.spec
diff -u packages/dialog/dialog.spec:1.66 packages/dialog/dialog.spec:1.67
--- packages/dialog/dialog.spec:1.66	Mon Jul 20 01:30:21 2009
+++ packages/dialog/dialog.spec	Wed Jan 20 12:20:53 2010
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 %define		ver	1.1
-%define		sdate	20080819
+%define		sdate	20100119
 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
@@ -13,16 +13,15 @@
 License:	LGPL v2.1
 Group:		Applications/Terminal
 Source0:	ftp://invisible-island.net/dialog/%{name}-%{ver}-%{sdate}.tgz
-# Source0-md5:	3caebd641a9f337b980becb4444336c5
+# Source0-md5:	ada629276646b462aaab1e734f626eb6
 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
+Patch1:		libtool.patch
 URL:		http://invisible-island.net/dialog/dialog.html
 BuildRequires:	gettext-devel
-BuildRequires:	ncurses-devel >= 5.4
 BuildRequires:	libtool
+BuildRequires:	ncurses-devel >= 5.4
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,8 +35,8 @@
 Benutzeroberfläche in einem TTY ermöglicht (nur Textmodus). Sie können
 dialog mit einem Shell-Script aufrufen, um dem Benutzer auf
 benutzerfreundliche Weise Fragen zu stellen oder eine Auswahl
-anzubieten. Unter %{_examplesdir}/%{name}-%{version} finden Sie
-einige Beispiele.
+anzubieten. Unter %{_examplesdir}/%{name}-%{version} finden Sie einige
+Beispiele.
 
 %description -l fr.UTF-8
 dialog est un utilitaire permettant de construire des interfaces
@@ -87,7 +86,6 @@
 %setup -q -n %{name}-%{ver}-%{sdate}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 mv aclocal.m4 acinclude.m4
 
 %build
@@ -123,7 +121,7 @@
 %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
+%attr(755,root,root) %ghost %{_libdir}/libdialog.so.7
 %{_mandir}/man1/*
 %lang(hu) %{_mandir}/hu/man1/*
 %lang(pl) %{_mandir}/pl/man1/*
@@ -172,6 +170,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.67  2010/01/20 11:20:53  paszczus
+- updated to 1.1-20100119
+- updated libtool.patch
+- pl.po.patch removed
+- SONAME changed from libdialog.so.6 to libdialog.so.7
+- adaptarized
+
 Revision 1.66  2009/07/19 23:30:21  glen
 - add --tag=CC to libtool invocations
 - libdialog.so.6 should be ghosted
@@ -253,7 +258,7 @@
 - removed .lsm file from doc (outdated and redundant)
 
 Revision 1.41  2002/05/21 23:12:51  kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
              s/^automake -a -c -f/\%\{__automake\}/; \
 	     s/^autoconf/\%\{__autoconf\}/"
 
@@ -276,7 +281,7 @@
 - fixed one segv (patch by Jarek Kulesza <jik at telkab.pl>)
 
 Revision 1.35  2002/04/25 16:11:38  arturs
-fixed a small typo
+- fixed a small typo
 
 Revision 1.34  2002/03/19 15:20:17  ankry
 - fixed URLs
@@ -292,7 +297,7 @@
 - added man-pages tar URL
 
 Revision 1.30  2002/01/18 02:12:41  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.29  2001/11/06 15:01:24  qboosh
 - menumouse patch: fix for mouse on 1st item in dialog_list
@@ -321,7 +326,7 @@
 Revision 1.23  2001/09/06 00:56:04  blues
 - Release 3
 - URL updated
-STBR - rebuild with gpm-libs (it was forgoten)
+- STBR - rebuild with gpm-libs (it was forgoten)
 
 Revision 1.22  2000/12/22 05:54:04  kloczek
 - spec adapterized and added using new rpm automation,
@@ -359,23 +364,3 @@
 Revision 1.14  1999/07/12 23:05:55  kloczek
 - added using CVS keywords in %changelog (for automating them).
 
-* Wed Apr 28 1999 Artur Frysiak <wiget at pld.org.pl>
-  [0.69-1]
-- upgrade to 0.69
-- changed source URL
-- added libs, devel and static subpackage
-- fixed coping samples
-
-* Thu Apr 22 1999 Artur Frysiak <wiget at pld.org.pl>
-  [0.6-15]
-- compiled on rpm 3
-- gzipped docs
-- samples moved to /usr/src/examples
-
-* Sun Oct 18 1998 Marcin Korzonek <mkorz at shadow.eu.org>
-  [0.6-13]
-- added pl translation,
-- allow building from non root account,
-- defined files permission,
-- removed INSTALL and COPYING from docs,
-- rewritten %install section.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dialog/dialog.spec?r1=1.66&r2=1.67&f=u



More information about the pld-cvs-commit mailing list