rpms/openobex/F-8 openobex.spec,1.27,1.28

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


Author: jmoskovc

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

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



Index: openobex.spec
===================================================================
RCS file: /cvs/extras/rpms/openobex/F-8/openobex.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- openobex.spec	26 Oct 2007 13:50:05 -0000	1.27
+++ openobex.spec	29 Oct 2007 09:12:39 -0000	1.28
@@ -1,25 +1,26 @@
 Summary: Library for using OBEX
 Name: openobex
 Version: 1.3
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://openobex.sourceforge.net
-Source: http://mesh.dl.sourceforge.net/sourceforge/openobex/openobex-%{version}.tar.gz
+Source: http://downloads.sourceforge.net/openobex/openobex-%{version}.tar.gz
 Patch: openobex-apps-flush.patch
 Patch1: openobex-1.3-push.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, bluez-libs-devel, sed, libusb-devel
+BuildRequires: autoconf >= 2.57, bluez-libs-devel, sed, libusb-devel
 BuildRequires: automake autoconf libtool
 ExcludeArch: s390 s390x
 
 %description
-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).
+OBEX (OBject EXchange) is a protocol usually used by various mobile
+devices to exchange all kind of objects like files, pictures, calendar
+entries (vCal) and business cards (vCard).  This package contains the
+Open OBEX shared C library.
 
 %package devel
 Summary: Files for development of applications which will use OBEX
@@ -28,7 +29,7 @@
 Requires: bluez-libs-devel libusb-devel pkgconfig
 
 %description devel
-Header files for development of applications which use OpenOBEX
+Header files for development of applications which use OpenOBEX.
 
 %package apps
 Summary: Applications for using OBEX
@@ -36,7 +37,7 @@
 
 %description apps
 Open OBEX Applications to exchange all kind of objects like files, pictures,
-calendar entries (vCal) and business cards (vCard) using OBEX protocol.
+calendar entries (vCal) and business cards (vCard) using the OBEX protocol.
 
 %prep
 %setup -q
@@ -88,6 +89,9 @@
 
 
 %changelog
+* Mon Oct 29 2007 Jiri Moskovcak <jmoskovc at redhat.com> 1.3-10
+- Spec file cleanup
+
 * Fri Oct 26 2007 Jiri Moskovcak <jmoskovc at redhat.com> 1.3-9
 - Spec file cleanup
 - Fixed wrong lib path in autoconf




More information about the fedora-extras-commits mailing list