SPECS: parted.spec - updated to 1.7.1 (note: new soname) - updated...

qboosh qboosh at pld-linux.org
Sun May 28 00:14:23 CEST 2006


Author: qboosh                       Date: Sat May 27 22:14:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.7.1 (note: new soname)
- updated pl.po-update,BIG_FAT_WARNING,link,etherd,segv patches
- dasd,sx8,iseries,aix patches updated from FC (with fixes);
  dasd_geometry patch merged into dasd patch
- merged dm patch (device-mapper support) from FC (with fix)
- added headers patch to fix <parted/device.h> include

---- Files affected:
SPECS:
   parted.spec (1.130 -> 1.131) 

---- Diffs:

================================================================
Index: SPECS/parted.spec
diff -u SPECS/parted.spec:1.130 SPECS/parted.spec:1.131
--- SPECS/parted.spec:1.130	Sat Nov 26 23:12:46 2005
+++ SPECS/parted.spec	Sun May 28 00:14:18 2006
@@ -14,29 +14,30 @@
 Summary(ru):	đŇĎÇŇÁÍÍÁ GNU ÍÁÎÉĐŐĚŃĂÉÉ ÄÉÓËĎ×ŮÍÉ ŇÁÚÄĹĚÁÍÉ
 Summary(uk):	đŇĎÇŇÁÍÁ GNU ÍÁÎŚĐŐĚŃĂŚ§ ÄÉÓËĎ×ÉÍÉ ŇĎÚÄŚĚÁÍÉ
 Name:		parted
-Version:	1.6.25.1
+Version:	1.7.1
 Release:	1
 License:	GPL
-Vendor:		Andrew Clausen <clausen at gnu.org>
 Group:		Applications/System
 Source0:	ftp://ftp.gnu.org/gnu/parted/%{name}-%{version}.tar.gz
-# Source0-md5:	8ad8b2c8aa865d9d6a43a4ecfe021782
-Patch0:		%{name}-no_wrap.patch
-Patch1:		%{name}-BIG_FAT_WARNING.patch
-Patch2:		%{name}-uClibc.patch
-Patch3:		%{name}-info.patch
-Patch4:		%{name}-pl.po-update.patch
+# Source0-md5:	75328a335ace38e72470463488be1000
+Patch0:		%{name}-pl.po-update.patch
+Patch1:		%{name}-no_wrap.patch
+Patch2:		%{name}-BIG_FAT_WARNING.patch
+Patch3:		%{name}-uClibc.patch
+Patch4:		%{name}-info.patch
+Patch4:		%{name}-sx8.patch
 Patch5:		%{name}-dasd.patch
-Patch6:		%{name}-dasd_geometry.patch
-Patch7:		%{name}-iseries.patch
+Patch6:		%{name}-iseries.patch
+Patch7:		%{name}-dm.patch
 Patch8:		%{name}-aix.patch
 Patch9:		%{name}-link.patch
-Patch10:	%{name}-sx8.patch
-Patch11:	%{name}-etherd.patch
-Patch12:	%{name}-segv.patch
+Patch10:	%{name}-etherd.patch
+Patch11:	%{name}-segv.patch
+Patch12:	%{name}-headers.patch
 URL:		http://www.gnu.org/software/parted/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
+BuildRequires:	device-mapper-devel >= 1.02.02
 BuildRequires:	gettext-devel
 BuildRequires:	libtool
 BuildRequires:	libuuid-devel
@@ -91,6 +92,7 @@
 Summary(pt_BR):	Arquivos de desenvolvimento para a libparted
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	device-mapper-devel >= 1.02.02
 Requires:	libuuid-devel
 
 %description devel
@@ -127,8 +129,8 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%{?with_uClibc:%patch2 -p1}
-%patch3 -p1
+%patch2 -p1
+%{?with_uClibc:%patch3 -p1}
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
@@ -151,11 +153,8 @@
 %configure \
 	%{!?with_readline:--without-readline} \
 	%{?with_readline:--with-readline} \
-	--without-included-gettext \
 	%{!?with_nls:--disable-nls} \
-	%{?with_static:--without-pic} \
-	%{?with_static:--enable-all-static} \
-	%{!?with_static:--enable-shared}
+	%{?with_static:--without-pic}
 
 %{!?with_nls:touch include/libintl.h}
 
@@ -183,11 +182,12 @@
 
 %files %{?with_nls:-f %{name}.lang}
 %defattr(644,root,root,755)
-%doc doc/{API,FAT,FAQ} AUTHORS BUGS ChangeLog NEWS README THANKS TODO
+%doc doc/{API,FAT} AUTHORS BUGS ChangeLog NEWS README THANKS TODO
+%lang(ja) %doc doc/USER.jp
 %attr(755,root,root) %{_sbindir}/*
 %{!?with_static:%attr(755,root,root) %{_libdir}/lib*.so.*.*}
-%{_mandir}/man*/*
-%lang(pt) %{_mandir}/pt_BR/man*/*
+%{_mandir}/man8/*
+%lang(pt) %{_mandir}/pt_BR/man8/*
 %{_infodir}/parted*
 
 %files devel
@@ -207,6 +207,14 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.131  2006/05/27 22:14:18  qboosh
+- updated to 1.7.1 (note: new soname)
+- updated pl.po-update,BIG_FAT_WARNING,link,etherd,segv patches
+- dasd,sx8,iseries,aix patches updated from FC (with fixes);
+  dasd_geometry patch merged into dasd patch
+- merged dm patch (device-mapper support) from FC (with fix)
+- added headers patch to fix <parted/device.h> include
+
 Revision 1.130  2005/11/26 22:12:46  qboosh
 - added segv patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/parted.spec?r1=1.130&r2=1.131&f=u



More information about the pld-cvs-commit mailing list