rpms/testdisk/devel testdisk.spec,1.16,1.17

Christophe GRENIER (grenier) fedora-extras-commits at redhat.com
Mon Dec 3 11:58:06 UTC 2007


Author: grenier

Update of /cvs/extras/rpms/testdisk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15767

Modified Files:
	testdisk.spec 
Log Message:
Don't build-require ntfsprogs-devel on ppc and ppc64



Index: testdisk.spec
===================================================================
RCS file: /cvs/extras/rpms/testdisk/devel/testdisk.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- testdisk.spec	3 Dec 2007 11:03:23 -0000	1.16
+++ testdisk.spec	3 Dec 2007 11:57:32 -0000	1.17
@@ -4,7 +4,7 @@
 Summary(ru_RU.UTF8): Программа для проверки и восстановления разделов диска
 Name:		testdisk
 Version:	6.8
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	GPLv2+
 Group:		Applications/System
 Source0:	http://www.cgsecurity.org/testdisk-%{version}.tar.bz2
@@ -13,11 +13,12 @@
 BuildRequires:	ncurses-devel >= 5.2
 BuildRequires:  e2fsprogs-devel
 BuildRequires:	libjpeg-devel
+%ifnarch ppc ppc64
 BuildRequires:  ntfsprogs-devel
+%endif
 BuildRequires:  libewf-devel
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-
 %description
 Tool to check and undelete partition. Works with FAT12, FAT16, FAT32,
 NTFS, EXT2, EXT3, BeFS, CramFS, HFS, JFS, Linux Raid, Linux Swap,
@@ -41,7 +42,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p1 -b .list
 
 %build
 %configure --without-ewf
@@ -61,6 +62,9 @@
 %{_mandir}/man1/testdisk.1*
 %{_mandir}/man1/photorec.1*
 %changelog
+* Mon Dec  3 2007 Christophe Grenier <grenier at cgsecurity.org> 6.8-5
+- Don't require ntfsprogs-devel on ppc and ppc64
+
 * Mon Dec  3 2007 Christophe Grenier <grenier at cgsecurity.org> 6.8-4
 - Rename TestDisk list functions to avoid conflict with latest ntfsprogs-devel 2.0.0
 




More information about the fedora-extras-commits mailing list