rpms/obexftp/devel .cvsignore, 1.4, 1.5 obexftp.spec, 1.7, 1.8 sources, 1.4, 1.5

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Thu Sep 6 19:09:16 UTC 2007


Author: rathann

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

Modified Files:
	.cvsignore obexftp.spec sources 
Log Message:
- updated to 0.22-rc7
- added pkgconfig file
- make perl BR more specific



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/obexftp/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	6 Aug 2007 19:06:25 -0000	1.4
+++ .cvsignore	6 Sep 2007 19:08:43 -0000	1.5
@@ -1 +1 @@
-obexftp-0.22-rc6.tar.bz2
+obexftp-0.22-rc7.tar.bz2


Index: obexftp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/obexftp/devel/obexftp.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- obexftp.spec	27 Aug 2007 18:59:03 -0000	1.7
+++ obexftp.spec	6 Sep 2007 19:08:43 -0000	1.8
@@ -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 rc6
+%define pre rc7
 
 Name: obexftp
 Summary: Tool to access devices via the OBEX protocol
 Group: Applications/File
 Version: 0.22
-Release: 0.4.%{pre}%{?dist}
+Release: 0.5.%{pre}%{?dist}
 License: GPLv2+
 URL: http://openobex.triq.net/
 Source: http://triq.net/obexftp/%{name}-%{version}-%{pre}.tar.bz2
@@ -19,7 +19,7 @@
 BuildRequires: gettext-devel
 BuildRequires: libtool
 BuildRequires: openobex-devel >= 1.2
-BuildRequires: perl-devel
+BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: python-devel
 BuildRequires: tcl-devel
 
@@ -74,6 +74,7 @@
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: openobex-devel >= 1.2
+Requires: pkgconfig
 
 %description devel
 This package contains the header files, static libraries and development
@@ -120,6 +121,7 @@
 %{_includedir}/multicobex/
 %{_includedir}/obexftp/
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/obexftp.pc
 
 %files -n python-%{name}
 %defattr(-, root, root, -)
@@ -138,6 +140,11 @@
 %{ruby_sitearch}/obexftp.so
 
 %changelog
+* Thu Sep 06 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.22-0.5.rc7
+- updated to 0.22-rc7
+- added pkgconfig file
+- make perl BR more specific
+
 * Mon Aug 27 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.22-0.4.rc6
 - rebuilt for BuildID
 - updated license tag


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/obexftp/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	6 Aug 2007 19:06:25 -0000	1.4
+++ sources	6 Sep 2007 19:08:43 -0000	1.5
@@ -1 +1 @@
-79c50f564bdeeba662fd0fa384bfa183  obexftp-0.22-rc6.tar.bz2
+3c2a9807288fd6c6f564d10fbc2bc8c0  obexftp-0.22-rc7.tar.bz2




More information about the scm-commits mailing list