rpms/obexftp/devel .cvsignore, 1.7, 1.8 obexftp.spec, 1.14, 1.15 sources, 1.7, 1.8

Dominik Mierzejewski rathann at fedoraproject.org
Fri Aug 29 22:06:16 UTC 2008


Author: rathann

Update of /cvs/pkgs/rpms/obexftp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27617

Modified Files:
	.cvsignore obexftp.spec sources 
Log Message:
* Mon Aug 18 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.23-0.1.alpha
- updated to 0.23-alpha
- split libs into separate subpackage for multilib



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/obexftp/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	15 Jun 2008 12:38:24 -0000	1.7
+++ .cvsignore	29 Aug 2008 22:05:46 -0000	1.8
@@ -1 +1 @@
-obexftp-0.22-uctest.tar.bz2
+obexftp-0.23-alpha.tar.bz2


Index: obexftp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/obexftp/devel/obexftp.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- obexftp.spec	15 Jun 2008 12:38:24 -0000	1.14
+++ obexftp.spec	29 Aug 2008 22:05:46 -0000	1.15
@@ -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 uctest
+%define pre alpha
 
 Name: obexftp
 Summary: Tool to access devices via the OBEX protocol
 Group: Applications/File
-Version: 0.22
-Release: 0.10.%{pre}%{?dist}
+Version: 0.23
+Release: 0.1.%{pre}%{?dist}
 License: GPLv2+
 URL: http://openobex.triq.net/
 Source: http://triq.net/obexftp/%{name}-%{version}-%{pre}.tar.bz2
@@ -70,10 +70,22 @@
 memory to store and retrieve e.g. your phonebook, logos, ringtones, music,
 pictures and alike.
 
+%package libs
+Summary: Shared libraries for %{name}
+Group: System Environment/Libraries
+Obsoletes: %{name} < 0.23-0.1
+
+%description libs
+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
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}-libs = %{version}-%{release}
 Requires: openobex-devel >= 1.2
 Requires: pkgconfig
 
@@ -106,8 +118,8 @@
 %clean
 %{__rm} -rf %{buildroot}
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root, -)
@@ -116,6 +128,9 @@
 %{_mandir}/man1/obexftpd.1*
 %{_bindir}/obexftp
 %{_bindir}/obexftpd
+
+%files libs
+%defattr(-, root, root, -)
 %{_libdir}/*.so.*
 
 %files devel
@@ -146,6 +161,10 @@
 %{ruby_sitearch}/obexftp.so
 
 %changelog
+* Mon Aug 18 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.23-0.1.alpha
+- updated to 0.23-alpha
+- split libs into separate subpackage for multilib
+
 * Sun Jun 15 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.22-0.10.uctest
 - latest test release, with iconv support
 - fix rpmlint warning


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/obexftp/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	15 Jun 2008 12:38:24 -0000	1.7
+++ sources	29 Aug 2008 22:05:46 -0000	1.8
@@ -1 +1 @@
-dae1a836ec9fc1441a01e9b99b8bf9c3  obexftp-0.22-uctest.tar.bz2
+7bea3a452fdc216a31942f94b457ef7f  obexftp-0.23-alpha.tar.bz2




More information about the fedora-extras-commits mailing list