rpms/openobex/F-8 openobex-1.3-autoconf.patch, NONE, 1.1 openobex.spec, 1.26, 1.27

Jiří Moskovčák (jmoskovc) fedora-extras-commits at redhat.com
Fri Oct 26 13:50:37 UTC 2007


Author: jmoskovc

Update of /cvs/extras/rpms/openobex/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4110

Modified Files:
	openobex.spec 
Added Files:
	openobex-1.3-autoconf.patch 
Log Message:
Fixed wrong lib path in autoconf. Spec file cleanup


openobex-1.3-autoconf.patch:

--- NEW FILE openobex-1.3-autoconf.patch ---
--- openobex-1.3/acinclude.m4~	2006-06-14 12:11:47.000000000 +0300
+++ openobex-1.3/acinclude.m4	2007-03-24 16:39:44.000000000 +0200
@@ -128,7 +128,7 @@
 
 	if (test "${usb_enable}" = "yes" && test "${usb_found}" = "yes"); then
 		AC_DEFINE(HAVE_USB, 1, [Define if system supports USB and it's enabled])
-		AC_CHECK_FILE(${prefix}/lib/pkgconfig/libusb.pc, REQUIRES="$REQUIRES libusb")
+		AC_CHECK_FILE(${libdir}/pkgconfig/libusb.pc, REQUIRES="$REQUIRES libusb")
 	fi
 
 	AM_CONDITIONAL(APPS, test "${apps_enable}" = "yes")


Index: openobex.spec
===================================================================
RCS file: /cvs/extras/rpms/openobex/F-8/openobex.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- openobex.spec	18 Sep 2007 08:46:50 -0000	1.26
+++ openobex.spec	26 Oct 2007 13:50:05 -0000	1.27
@@ -1,22 +1,25 @@
 Summary: Library for using OBEX
 Name: openobex
 Version: 1.3
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://openobex.sourceforge.net
 Source: http://mesh.dl.sourceforge.net/sourceforge/openobex/openobex-%{version}.tar.gz
 Patch: openobex-apps-flush.patch
 Patch1: openobex-1.3-push.patch
-Patch2: openobex-1.3-ipv6.patch
+Patch2: openobex-1.3-autoconf.patch
+Patch3: openobex-1.3-ipv6.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: autoconf >= 0:2.57, docbook-utils >= 0:0.6.13, bluez-libs-devel sed, libusb-devel
+BuildRequires: autoconf >= 0:2.57, bluez-libs-devel, sed, libusb-devel
 BuildRequires: automake autoconf libtool
 ExcludeArch: s390 s390x
 
 %description
-Open OBEX shared c-library
+Open OBEX shared c-library. OBEX is protocol used to
+exchange all kind of objects like files, pictures,
+calendar entries (vCal) and business cards (vCard).
 
 %package devel
 Summary: Files for development of applications which will use OBEX
@@ -25,29 +28,27 @@
 Requires: bluez-libs-devel libusb-devel pkgconfig
 
 %description devel
-Open OBEX shared c-library
+Header files for development of applications which use OpenOBEX
 
 %package apps
 Summary: Applications for using OBEX
 Group: System Environment/Libraries
-BuildRequires: bluez-libs-devel
-BuildRequires: autoconf >= 0:2.57
-Excludearch: s390x s390
 
 %description apps
-Open OBEX Applications
+Open OBEX Applications to exchange all kind of objects like files, pictures,
+calendar entries (vCal) and business cards (vCard) using OBEX protocol.
 
 %prep
 %setup -q
 %patch -p1 -b .flush
 %patch1 -p1 -b .push
 %patch2 -p1 -b .ipv6
+%patch3 -p1 -b .autoconf
+autoreconf --install --force
 
 %build
-autoreconf --install --force
-%configure --disable-static --enable-apps --enable-usb
+%configure --disable-static --enable-apps --enable-usb --disable-dependency-tracking
 make %{?_smp_mflags}
-make -C doc %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -69,7 +70,6 @@
 
 %files devel
 %defattr(-, root, root)
-%doc AUTHORS COPYING COPYING.LIB ChangeLog README 
 %{_libdir}/libopenobex*.so
 %{_datadir}/aclocal/openobex.m4
 %dir %{_includedir}/openobex
@@ -78,7 +78,6 @@
 
 %files apps
 %defattr(-, root, root)
-%doc AUTHORS COPYING COPYING.LIB ChangeLog README 
 %{_bindir}/irobex_palm3
 %{_bindir}/irxfer
 %{_bindir}/ircp
@@ -89,7 +88,11 @@
 
 
 %changelog
-* Tue Sep 18 2007 Jiri Moskovcak <jmoskovcak at redhat.com> 1.3-8
+* Fri Oct 26 2007 Jiri Moskovcak <jmoskovc at redhat.com> 1.3-9
+- Spec file cleanup
+- Fixed wrong lib path in autoconf
+
+* Tue Sep 18 2007 Jiri Moskovcak <jmoskovc at redhat.com> 1.3-8
 - Changed sources in specfile URL to point to the right location
 
 * Fri Aug 24 2007 Jiri Moskovcak <jmoskovc at redhat.com> 1.3-7




More information about the fedora-extras-commits mailing list