rpms/podsleuth/devel podsleuth.spec,1.12,1.13

Dennis Gilmore ausil at fedoraproject.org
Mon Oct 26 21:18:32 UTC 2009


Author: ausil

Update of /cvs/pkgs/rpms/podsleuth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2140

Modified Files:
	podsleuth.spec 
Log Message:
iexclude sparc64



Index: podsleuth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/devel/podsleuth.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- podsleuth.spec	25 Oct 2009 23:32:28 -0000	1.12
+++ podsleuth.spec	26 Oct 2009 21:18:32 -0000	1.13
@@ -1,13 +1,14 @@
 %define		debug_package %{nil}
 
 Name:		podsleuth
-Version:	0.6.5
-Release:	1%{?dist}
+Version:	0.6.4
+Release:	2%{?dist}
 Summary:	Probes, identifies, and exposes properties and metadata bound to iPods
 Group:		Applications/Multimedia
 License:	MIT
-URL:		http://banshee-project.org/
-Source0:	http://banshee-project.org/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
+URL:		http://banshee-project.org/PodSleuth
+Source0:	http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2
+Patch0:		podsleuth-0.6.4-sg3_utils.patch
 Patch1:		podsleuth-0.6.2-libdir.patch
 Patch2:		podsleuth-0.6.0-wapidir.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -17,10 +18,10 @@ BuildRequires:	ndesk-dbus-devel
 BuildRequires:	sg3_utils-devel
 Requires:	sg3_utils-libs
 
-# JIT only availible on these:
-ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 armv4l sparc alpha
+# JIT Not availible on these:
+ExcludeArch: sparc64
 # Disabled due to strange build failure:
-# s390 s390x
+ExcludeArch: s390 s390x
 
 %description
 PodSleuth is a tool to discover detailed model information about an
@@ -42,6 +43,9 @@ Development files for podsleuth.
 
 %prep
 %setup -q
+%if 0%{?fedora} >= 10
+%patch0 -p1 -b .sg3_utils
+%endif
 %patch1 -p1 -b .libdir
 %patch2 -p1 -b .wapidir
 
@@ -74,10 +78,8 @@ make install DESTDIR=%{buildroot}
 %{_libdir}/pkgconfig/podsleuth.pc
 
 %changelog
-* Sun Oct 25 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.5-1
-- Update to 0.6.5
-- Remove unneeded sg3_utils patch (upstream supports now
-  libsgutils2)
+* Mon Oct 26 2009 Dennis Gilmore <dennis at ausil.us> - 0.6.4-2
+- ExcludeArch sparc64
 
 * Wed Aug 26 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.4-1
 - update to 0.6.4 (BZ 501404)




More information about the fedora-extras-commits mailing list