diff --git a/openobex.spec b/openobex.spec index 50a9bf7..2f56282 100644 --- a/openobex.spec +++ b/openobex.spec @@ -1,11 +1,11 @@ Summary: Library for using OBEX Name: openobex Version: 1.3 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: System Environment/Libraries URL: http://openobex.sourceforge.net -Source: http://mesh.dl.sourceforge.net/sourceforge/openobex/openobex-%{version}.tar.gz +Source: http://mesh.dl.sourceforge.net/openobex/openobex-%{version}.tar.gz Patch: openobex-apps-flush.patch Patch1: openobex-1.3-push.patch Patch2: openobex-1.3-autoconf.patch @@ -17,9 +17,10 @@ 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: %{name} = %{version}-%{release} 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 @@ Group: System Environment/Libraries %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,8 +89,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 29 2007 Jiri Moskovcak - 1.3-8 +- Spec file cleanup + * Fri Oct 26 2007 Jiri Moskovcak - 1.3-7 - Changed sources in specfile URL to point to right location +- Fixed wrong lib path in autoconf - Added ipv6 support - Resolves: #198396