rpms/obexftp/devel .cvsignore, 1.3, 1.4 obexftp-norpath.patch, 1.2, 1.3 obexftp.spec, 1.4, 1.5 sources, 1.3, 1.4 obexftp-segv.patch, 1.1, NONE

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Mon Aug 6 19:06:59 UTC 2007


Author: rathann

Update of /cvs/pkgs/rpms/obexftp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9013

Modified Files:
	.cvsignore obexftp-norpath.patch obexftp.spec sources 
Removed Files:
	obexftp-segv.patch 
Log Message:
- updated to 0.22-rc6
- added ruby bindings (patch by Andy Shevchenko)
- dropped upstreamed patch
- added missing BRs for F7+



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/obexftp/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	25 Mar 2007 14:24:47 -0000	1.3
+++ .cvsignore	6 Aug 2007 19:06:25 -0000	1.4
@@ -1 +1 @@
-obexftp-0.22-pre4.tar.bz2
+obexftp-0.22-rc6.tar.bz2

obexftp-norpath.patch:

Index: obexftp-norpath.patch
===================================================================
RCS file: /cvs/pkgs/rpms/obexftp/devel/obexftp-norpath.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- obexftp-norpath.patch	25 Mar 2007 14:24:47 -0000	1.2
+++ obexftp-norpath.patch	6 Aug 2007 19:06:25 -0000	1.3
@@ -1,11 +1,11 @@
---- obexftp-0.22/swig/perl/Makefile.PL.in.norpath	2006-05-28 23:44:56.000000000 +0200
-+++ obexftp-0.22/swig/perl/Makefile.PL.in	2007-03-23 00:36:59.000000000 +0100
-@@ -11,7 +11,7 @@
+--- obexftp-0.22/swig/perl/Makefile.PL.in.norpath	2007-07-11 21:22:30.000000000 +0200
++++ obexftp-0.22/swig/perl/Makefile.PL.in	2007-08-06 20:17:39.000000000 +0200
+@@ -11,7 +11,7 @@ WriteMakefile(
      'INC'       =>	q[-I at top_srcdir@ @CPPFLAGS@],
  # Default value for LDDLFLAGS is $Config{lddlflags}="-shared -L/usr/local/lib"
  # but we want rpath to be @libdir@ or @exec_prefix@/lib
 -    'LDDLFLAGS' =>      q[-shared -Wl,-rpath=@prefix@/lib],
 +    'LDDLFLAGS' =>      q[-shared],
-     'LIBS'      =>	q[-L at top_builddir@obexftp/.libs -lobexftp
-     			  -L at top_builddir@multicobex/.libs -lmulticobex
- 			  -L at top_builddir@bfb/.libs -lbfb
+     'LIBS'      =>	q[-L at top_builddir@/obexftp/.libs -lobexftp
+     			  -L at top_builddir@/multicobex/.libs -lmulticobex
+ 			  -L at top_builddir@/bfb/.libs -lbfb


Index: obexftp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/obexftp/devel/obexftp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- obexftp.spec	26 Mar 2007 12:04:29 -0000	1.4
+++ obexftp.spec	6 Aug 2007 19:06:25 -0000	1.5
@@ -1,25 +1,27 @@
 %define python_sitelib %(%{__python} -c "from distutils import sysconfig; print sysconfig.get_python_lib()")
 %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
+%define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')
 
-%define pre pre4
+%define pre rc6
 
 Name: obexftp
 Summary: Tool to access devices via the OBEX protocol
 Group: Applications/File
 Version: 0.22
-Release: 0.2.%{pre}
+Release: 0.3.%{pre}%{?dist}
 License: GPL
 URL: http://openobex.triq.net/
 Source: http://triq.net/obexftp/%{name}-%{version}-%{pre}.tar.bz2
 Patch0: %{name}-norpath.patch
 Patch1: %{name}-perl.patch
-Patch2: %{name}-segv.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
 BuildRequires: bluez-libs-devel
+BuildRequires: gettext-devel
+BuildRequires: libtool
 BuildRequires: openobex-devel >= 1.2
+BuildRequires: perl-devel
 BuildRequires: python-devel
-BuildRequires: libtool
-BuildRequires: gettext-devel
+BuildRequires: tcl-devel
 
 %description
 The overall goal of this project is to make mobile devices featuring the OBEX
@@ -53,6 +55,20 @@
 memory to store and retrieve e.g. your phonebook, logos, ringtones, music,
 pictures and alike.
 
+%package -n ruby-%{name}
+Summary: Ruby library to access devices via the OBEX protocol
+Group: Development/Libraries
+BuildRequires: ruby, ruby-devel
+Requires: ruby(abi) = 1.8
+Requires: %{name} = %{version}-%{release}
+
+%description -n ruby-%{name}
+The overall goal of this project is to make mobile devices featuring the OBEX
+protocol and adhering to the OBEX FTP standard accessible by an open source
+implementation. The common usage for ObexFTP is to access your mobile phones
+memory to store and retrieve e.g. your phonebook, logos, ringtones, music,
+pictures and alike.
+
 %package devel
 Summary: Header files and libraries for %{name}
 Group: Development/Libraries
@@ -68,7 +84,6 @@
 %setup -q
 %patch0 -p1 -b .norpath
 %patch1 -p1 -b .p
-%patch2 -p1 -b .segv
 
 %build
 autoreconf -f -i
@@ -81,8 +96,6 @@
 chmod 755 %{buildroot}%{perl_vendorarch}/*/OBEXFTP/OBEXFTP.so
 
 %{__rm} %{buildroot}%{_libdir}/*.la
-%{__rm} %{buildroot}%{python_sitearch}/obexftp/*.la
-%{__rm} %{buildroot}%{python_sitelib}/obexftp/python_wrap.c
 %{__rm} %{buildroot}%{perl_archlib}/perllocal.pod
 %{__rm} -f %{buildroot}%{perl_vendorarch}/*/OBEXFTP/{.packlist,OBEXFTP.bs}
 
@@ -110,10 +123,9 @@
 
 %files -n python-%{name}
 %defattr(-, root, root, -)
-%dir %{python_sitelib}/obexftp
-%{python_sitelib}/obexftp/*.py*
 %dir %{python_sitearch}/obexftp
 %{python_sitearch}/obexftp/_obexftp.so*
+%{python_sitearch}/obexftp/__init__.py*
 
 %files -n perl-%{name}
 %defattr(-, root, root, -)
@@ -121,7 +133,17 @@
 %dir %{perl_vendorarch}/*/OBEXFTP
 %{perl_vendorarch}/*/OBEXFTP/OBEXFTP.so
 
+%files -n ruby-%{name}
+%defattr(-, root, root, -)
+%{ruby_sitearch}/obexftp.so
+
 %changelog
+* Mon Aug 06 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.22-0.3.rc6
+- updated to 0.22-rc6
+- added ruby bindings (patch by Andy Shevchenko)
+- dropped upstreamed patch
+- added missing BRs for F7+
+
 * Mon Mar 26 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.22-0.2.pre4
 - fix segfault in obexftpd (patch by Jan Kratochvil), closes (#230991)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/obexftp/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	25 Mar 2007 14:24:47 -0000	1.3
+++ sources	6 Aug 2007 19:06:25 -0000	1.4
@@ -1 +1 @@
-9b56432cf365f30effbebfa74a2bfff3  obexftp-0.22-pre4.tar.bz2
+79c50f564bdeeba662fd0fa384bfa183  obexftp-0.22-rc6.tar.bz2


--- obexftp-segv.patch DELETED ---




More information about the fedora-extras-commits mailing list