rpms/libusb/F-9 libusb.spec,1.41,1.42

Jindrich Novy jnovy at fedoraproject.org
Tue Oct 21 06:35:39 UTC 2008


Author: jnovy

Update of /cvs/pkgs/rpms/libusb/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30824

Modified Files:
	libusb.spec 
Log Message:
* Tue Oct 21 2008 Jindrich Novy <jnovy at redhat.com> 0.1.12-17
- remove ExcludeArch: s390 s390x, libusb works fine there (#467768)
- fix multiarch conflict in libusb-devel (#465209)



Index: libusb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libusb/F-9/libusb.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- libusb.spec	18 Apr 2008 20:52:13 -0000	1.41
+++ libusb.spec	21 Oct 2008 06:35:08 -0000	1.42
@@ -1,7 +1,7 @@
 Summary: A library which allows userspace access to USB devices
 Name: libusb
 Version: 0.1.12
-Release: 16%{?dist}
+Release: 17%{?dist}
 Source0: http://prdownloads.sourceforge.net/libusb/%{name}-%{version}.tar.gz
 Patch0: libusb-0.1.12-libusbconfig.patch
 Patch1: libusb-0.1.12-memset.patch
@@ -14,7 +14,6 @@
 BuildRequires: docbook-utils, pkgconfig
 BuildRequires: docbook-dtds >= 1.0-5, docbook-utils-pdf
 BuildRequires: openjade autoconf
-ExcludeArch: s390 s390x
 
 %description
 This package provides a way for applications to access USB devices.
@@ -50,7 +49,7 @@
 make CFLAGS="$RPM_OPT_FLAGS"
 pushd doc
 docbook2ps manual.sgml
-sed -ie '/DVIPSSource:/d' manual.ps
+sed -i '/DVIPSSource:/d;/CreationDate:/d' manual.ps
 popd
 
 %install
@@ -82,6 +81,10 @@
 %{_libdir}/*.a
 
 %changelog
+* Tue Oct 21 2008 Jindrich Novy <jnovy at redhat.com> 0.1.12-17
+- remove ExcludeArch: s390 s390x, libusb works fine there (#467768)
+- fix multiarch conflict in libusb-devel (#465209)
+
 * Fri Apr 18 2008 Jindrich Novy <jnovy at redhat.com> 0.1.12-16
 - rebuild to fix broken ppc build
 




More information about the scm-commits mailing list