|
@@ -1,8 +1,8 @@
|
|
Summary: Library for using OBEX
|
|
Summary: Library for using OBEX
|
|
Summary(ja): OBEXを利用するためのオープンライブラリです
|
|
Summary(ja): OBEXを利用するためのオープンライブラリです
|
|
Name: openobex
|
|
Name: openobex
|
|
-Version: 1.3
|
|
|
|
-Release: 15%{?_dist_release}
|
|
|
|
|
|
+Version: 1.5
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: http://openobex.sourceforge.net
|
|
URL: http://openobex.sourceforge.net
|
|
@@ -74,11 +74,11 @@ Open OBEX アプリケーションは OBEX プロトコルを使用して、フ
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p1 -b .flush
|
|
%patch0 -p1 -b .flush
|
|
-%patch1 -p1 -b .push
|
|
|
|
-%patch2 -p1 -b .ipv6
|
|
|
|
-%patch3 -p1 -b .autoconf
|
|
|
|
-%patch4 -p1 -b .utf
|
|
|
|
-%patch5 -p1 -b .ircp
|
|
|
|
|
|
+## %patch1 -p1 -b .push
|
|
|
|
+## %patch2 -p1 -b .ipv6
|
|
|
|
+## %patch3 -p1 -b .autoconf
|
|
|
|
+## %patch4 -p1 -b .utf
|
|
|
|
+## %patch5 -p1 -b .ircp
|
|
autoreconf --install --force
|
|
autoreconf --install --force
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -109,7 +109,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
%doc AUTHORS COPYING COPYING.LIB ChangeLog README
|
|
%doc AUTHORS COPYING COPYING.LIB ChangeLog README
|
|
%{_libdir}/libopenobex*.so
|
|
%{_libdir}/libopenobex*.so
|
|
-%{_datadir}/aclocal/openobex.m4
|
|
|
|
|
|
+## %{_datadir}/aclocal/openobex.m4
|
|
%dir %{_includedir}/openobex
|
|
%dir %{_includedir}/openobex
|
|
%{_includedir}/openobex/*.h
|
|
%{_includedir}/openobex/*.h
|
|
%{_libdir}/pkgconfig/openobex.pc
|
|
%{_libdir}/pkgconfig/openobex.pc
|
|
@@ -121,14 +121,18 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_bindir}/ircp
|
|
%{_bindir}/ircp
|
|
%{_bindir}/obex_tcp
|
|
%{_bindir}/obex_tcp
|
|
%{_bindir}/obex_test
|
|
%{_bindir}/obex_test
|
|
-%{_bindir}/obex_push
|
|
|
|
-%{_mandir}/man1/obex_push.1*
|
|
|
|
|
|
+## %{_bindir}/obex_push
|
|
|
|
+## %{_mandir}/man1/obex_push.1*
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
#----------------------------------------------------------------------------
|
|
# Maintainers: babasaki@mindgear.org
|
|
# Maintainers: babasaki@mindgear.org
|
|
#
|
|
#
|
|
#----------------------------------------------------------------------------
|
|
#----------------------------------------------------------------------------
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun May 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5-1
|
|
|
|
+- new upstream release
|
|
|
|
+- drop Patch1, Patch2, Patch3, Patch4, Patch5
|
|
|
|
+
|
|
* Mon Nov 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3-15
|
|
* Mon Nov 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3-15
|
|
- for <BTS:847>
|
|
- for <BTS:847>
|
|
- fixed %postun section
|
|
- fixed %postun section
|