rpms/librra/devel .cvsignore, 1.2, 1.3 librra.spec, 1.1, 1.2 sources, 1.2, 1.3 librra-0.9.1-cflags.patch, 1.1, NONE

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Tue May 1 12:05:10 UTC 2007


Author: abompard

Update of /cvs/extras/rpms/librra/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14312/devel

Modified Files:
	.cvsignore librra.spec sources 
Removed Files:
	librra-0.9.1-cflags.patch 
Log Message:
* Tue May 01 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.9.2-1
- version 0.9.2
- drop patch0 (it uses libsynce's cflags)
- new python bindings



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/librra/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	1 May 2007 08:16:35 -0000	1.2
+++ .cvsignore	1 May 2007 12:04:36 -0000	1.3
@@ -1 +1 @@
-synce-rra-0.9.1.tar.gz
+synce-rra-0.9.2.tar.gz


Index: librra.spec
===================================================================
RCS file: /cvs/extras/rpms/librra/devel/librra.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- librra.spec	1 May 2007 08:16:35 -0000	1.1
+++ librra.spec	1 May 2007 12:04:36 -0000	1.2
@@ -1,5 +1,7 @@
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
 Name:           librra
-Version:        0.9.1
+Version:        0.9.2
 Release:        1%{?dist}
 Summary:        Connection to Pocket PC devices, part of SynCE
 
@@ -7,11 +9,10 @@
 License:        MIT
 URL:            http://www.synce.org
 Source0:        http://download.sf.net/synce/synce-rra-%{version}.tar.gz
-Patch0:         librra-0.9.1-cflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libsynce-devel, librapi-devel, libmimedir-devel
-BuildRequires:  libtool
+BuildRequires:  libtool, Pyrex
 
 # Provide an upgrade path from the monilithic synce package
 Provides:       synce = %{version}-%{release}
@@ -30,9 +31,19 @@
 %description devel
 This package contains the header files and link libraries for librra
 
+%package -n python-rra
+Summary: Python bindings to librra (part of SynCE)
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description -n python-rra
+This package contains the python bindings to librra, a componenent
+of the SynCE PocketPC connection framework.
+The python module to import is named "pyrra"
+
+
 %prep
 %setup -q -n synce-rra-%{version}
-%patch0 -p1 -b .cflags
 
 %build
 %configure --disable-static --disable-rpath
@@ -44,6 +55,7 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a}
+rm -f $RPM_BUILD_ROOT%{python_sitearch}/pyrra.{la,a}
 
 
 %clean
@@ -57,7 +69,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README TODO LICENSE
+%doc README TODO LICENSE ChangeLog
 %{_bindir}/synce-matchmaker
 %{_libdir}/librra.so.0*
 %{_mandir}/man1/synce-matchmaker.*
@@ -66,10 +78,18 @@
 %defattr(-,root,root,-)
 %doc lib/README
 %{_libdir}/lib*.so
-%{_datadir}/aclocal/*.m4
+%{_libdir}/pkgconfig/*.pc
 %{_includedir}/rra
 
+%files -n python-rra
+%{python_sitearch}/pyrra.so
+
 
 %changelog
+* Tue May 01 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.9.2-1
+- version 0.9.2
+- drop patch0 (it uses libsynce's cflags)
+- new python bindings
+
 * Sat Mar 03 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.9.1-1
 - split off the synce package


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/librra/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	1 May 2007 08:16:35 -0000	1.2
+++ sources	1 May 2007 12:04:36 -0000	1.3
@@ -1 +1 @@
-72742f93f19d5727159989ec80a725f0  synce-rra-0.9.1.tar.gz
+9d72d7de1e98312678e4f812113fe87b  synce-rra-0.9.2.tar.gz


--- librra-0.9.1-cflags.patch DELETED ---




More information about the fedora-extras-commits mailing list