SPECS: crossmingw32-gettext.spec - updated to 0.17 - removed obsol...

qboosh qboosh at pld-linux.org
Thu Nov 15 23:12:41 CET 2007


Author: qboosh                       Date: Thu Nov 15 22:12:41 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.17
- removed obsolete cross and localename patches
- build with SHELL=bash (bashisms in makefiles)
- needs gcc 4.1.x with pr29826 patch (or different gcc version) to build

---- Files affected:
SPECS:
   crossmingw32-gettext.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/crossmingw32-gettext.spec
diff -u SPECS/crossmingw32-gettext.spec:1.31 SPECS/crossmingw32-gettext.spec:1.32
--- SPECS/crossmingw32-gettext.spec:1.31	Tue Mar  6 14:46:11 2007
+++ SPECS/crossmingw32-gettext.spec	Thu Nov 15 23:12:36 2007
@@ -1,23 +1,23 @@
 # $Revision$, $Date$
 Summary:	gettext libraries - cross mingw32 version
 Summary(pl.UTF-8):	Biblioteki gettext - wersja skrośna dla mingw32
-%define		_realname		gettext
-Name:		crossmingw32-%{_realname}
-Version:	0.16.1
+%define		realname		gettext
+Name:		crossmingw32-%{realname}
+Version:	0.17
 Release:	1
-License:	LGPL
+License:	LGPL v2+
 Group:		Development/Libraries
-Source0:	ftp://ftp.gnu.org/gnu/gettext/%{_realname}-%{version}.tar.gz
-# Source0-md5:	3d9ad24301c6d6b17ec30704a13fe127
-Patch0:		%{_realname}-info.patch
-Patch1:		%{_realname}-killkillkill.patch
-Patch2:		%{name}.patch
-Patch3:		%{_realname}-localename.patch
+Source0:	ftp://ftp.gnu.org/gnu/gettext/%{realname}-%{version}.tar.gz
+# Source0-md5:	58a2bc6d39c0ba57823034d55d65d606
+Patch0:		%{realname}-info.patch
+Patch1:		%{realname}-killkillkill.patch
 URL:		http://www.gnu.org/software/gettext/
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake >= 1:1.10
 BuildRequires:	crossmingw32-gcc
 BuildRequires:	crossmingw32-gcc-c++
+# just to shorten build (libgettextlib is not packaged anyway)
+BuildRequires:	crossmingw32-glib2 >= 2.0
 BuildRequires:	crossmingw32-libiconv
 BuildRequires:	libtool
 BuildRequires:	texinfo
@@ -69,11 +69,9 @@
 Biblioteki DLL gettext dla Windows.
 
 %prep
-%setup -q -n %{_realname}-%{version}
+%setup -q -n %{realname}-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -96,7 +94,8 @@
 	--disable-csharp \
 	--enable-static
 
-%{__make}
+%{__make} \
+	SHELL=bash
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -143,6 +142,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2007-11-15 22:12:36  qboosh
+- updated to 0.17
+- removed obsolete cross and localename patches
+- build with SHELL=bash (bashisms in makefiles)
+- needs gcc 4.1.x with pr29826 patch (or different gcc version) to build
+
 Revision 1.31  2007-03-06 13:46:11  qboosh
 - no private gcc dirs used here
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-gettext.spec?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list