rpms/openobex/F-7 openobex.spec,1.22,1.23

Jiří Moskovčák (jmoskovc) fedora-extras-commits at redhat.com
Tue Oct 23 13:09:20 UTC 2007


Author: jmoskovc

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

Modified Files:
	openobex.spec 
Log Message:
Spec file cleanup.



Index: openobex.spec
===================================================================
RCS file: /cvs/extras/rpms/openobex/F-7/openobex.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- openobex.spec	23 Mar 2007 13:02:45 -0000	1.22
+++ openobex.spec	23 Oct 2007 13:08:46 -0000	1.23
@@ -1,7 +1,7 @@
 Summary: Library for using OBEX
 Name: openobex
 Version: 1.3
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL
 Group: System Environment/Libraries
 URL: http://openobex.sourceforge.net
@@ -10,12 +10,14 @@
 Patch1: openobex-1.3-push.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
@@ -24,28 +26,25 @@
 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
+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
@@ -67,7 +66,6 @@
 
 %files devel
 %defattr(-, root, root)
-%doc AUTHORS COPYING COPYING.LIB ChangeLog README 
 %{_libdir}/libopenobex*.so
 %{_datadir}/aclocal/openobex.m4
 %dir %{_includedir}/openobex
@@ -76,7 +74,6 @@
 
 %files apps
 %defattr(-, root, root)
-%doc AUTHORS COPYING COPYING.LIB ChangeLog README 
 %{_bindir}/irobex_palm3
 %{_bindir}/irxfer
 %{_bindir}/ircp
@@ -87,6 +84,9 @@
 
 
 %changelog
+* Tue Oct 23 2007 Jiri Moskovcak <jmoskovc at redhat.com> - 1.3-6
+- specfile cleanup
+
 * Fri Mar 23 2007 Harald Hoyer <harald at redhat.com> - 1.3-5%{?dist}
 - specfile cleanup
 




More information about the fedora-extras-commits mailing list