rpms/obexftp/devel .cvsignore, 1.6, 1.7 obexftp.spec, 1.13, 1.14 sources, 1.6, 1.7

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Sun Jun 15 12:39:09 UTC 2008


Author: rathann

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

Modified Files:
	.cvsignore obexftp.spec sources 
Log Message:
- latest test release, with iconv support
- fix rpmlint warning



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/obexftp/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	1 Jan 2008 20:09:33 -0000	1.6
+++ .cvsignore	15 Jun 2008 12:38:24 -0000	1.7
@@ -1 +1 @@
-obexftp-0.22-rc9.tar.bz2
+obexftp-0.22-uctest.tar.bz2


Index: obexftp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/obexftp/devel/obexftp.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- obexftp.spec	7 Mar 2008 01:53:14 -0000	1.13
+++ obexftp.spec	15 Jun 2008 12:38:24 -0000	1.14
@@ -2,13 +2,13 @@
 %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 rc9
+%define pre uctest
 
 Name: obexftp
 Summary: Tool to access devices via the OBEX protocol
 Group: Applications/File
 Version: 0.22
-Release: 0.9.%{pre}%{?dist}
+Release: 0.10.%{pre}%{?dist}
 License: GPLv2+
 URL: http://openobex.triq.net/
 Source: http://triq.net/obexftp/%{name}-%{version}-%{pre}.tar.bz2
@@ -88,7 +88,6 @@
 %patch1 -p1 -b .p
 
 %build
-mkdir m4
 autoreconf -f -i
 %configure --disable-static --disable-dependency-tracking --disable-rpath
 %{__make} %{?_smp_mflags}
@@ -102,6 +101,8 @@
 %{__rm} %{buildroot}%{perl_archlib}/perllocal.pod
 %{__rm} -f %{buildroot}%{perl_vendorarch}/*/OBEXFTP/{.packlist,OBEXFTP.bs}
 
+chmod 755 %{buildroot}%{python_sitearch}/obexftp/_obexftp.so
+
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -145,6 +146,10 @@
 %{ruby_sitearch}/obexftp.so
 
 %changelog
+* Sun Jun 15 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.22-0.10.uctest
+- latest test release, with iconv support
+- fix rpmlint warning
+
 * Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.22-0.9.rc9
 Rebuild for new perl
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/obexftp/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	1 Jan 2008 20:09:33 -0000	1.6
+++ sources	15 Jun 2008 12:38:24 -0000	1.7
@@ -1 +1 @@
-78d3d153a165e4877b2787b1d8293644  obexftp-0.22-rc9.tar.bz2
+dae1a836ec9fc1441a01e9b99b8bf9c3  obexftp-0.22-uctest.tar.bz2




More information about the fedora-extras-commits mailing list