rpms/librapi/devel librapi2-dso.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 librapi.spec, 1.12, 1.13 sources, 1.7, 1.8

Andreas Bierfert awjb at fedoraproject.org
Tue May 11 19:39:19 UTC 2010


Author: awjb

Update of /cvs/pkgs/rpms/librapi/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17417/devel

Modified Files:
	.cvsignore librapi.spec sources 
Added Files:
	librapi2-dso.patch 
Log Message:
- version upgrade


librapi2-dso.patch:
 Makefile.am |    2 +-
 Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE librapi2-dso.patch ---
--- tools/Makefile.in.orig	2010-05-11 20:31:16.000000000 +0200
+++ tools/Makefile.in	2010-05-11 20:32:55.000000000 +0200
@@ -332,7 +332,7 @@
 top_srcdir = @top_srcdir@
 AM_CFLAGS = @LIBSYNCE_CFLAGS@
 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/support
-LDADD = ../src/librapi.la
+LDADD = ../src/librapi.la @LIBSYNCE_LIBS@
 oidinfo_SOURCES = oidinfo.c
 pcp_SOURCES = pcommon.c pcp.c
 pls_SOURCES = pcommon.c pls.c
--- tools/Makefile.am.orig	2010-05-11 20:30:33.000000000 +0200
+++ tools/Makefile.am	2010-05-11 20:31:09.000000000 +0200
@@ -1,7 +1,7 @@
 AM_CFLAGS = @LIBSYNCE_CFLAGS@
 
 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/support
-LDADD = ../src/librapi.la
+LDADD = ../src/librapi.la @LIBSYNCE_LIBS@
 
 noinst_PROGRAMS = oidinfo
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/librapi/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	21 Jul 2009 16:00:17 -0000	1.7
+++ .cvsignore	11 May 2010 19:39:18 -0000	1.8
@@ -1 +1 @@
-librapi2-0.14.tar.gz
+librapi2-0.15.tar.gz


Index: librapi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/librapi/devel/librapi.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- librapi.spec	25 Jul 2009 08:31:20 -0000	1.12
+++ librapi.spec	11 May 2010 19:39:18 -0000	1.13
@@ -1,20 +1,22 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           librapi
-Version:        0.14
-Release:        2%{?dist}
+Version:        0.15
+Release:        1%{?dist}
 Summary:        Library to connect to Pocket PC devices
 
 Group:          System Environment/Libraries
 License:        MIT
 URL:            http://www.synce.org
 Source0:        http://download.sf.net/synce/librapi2-%{version}.tar.gz
+Patch0:         librapi2-dso.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libsynce-devel >= 0.14
+BuildRequires:  libsynce-devel >= 0.15
 BuildRequires:  Pyrex
 BuildRequires:  dbus-devel dbus-glib-devel
 BuildRequires:  hal-devel
+BuildRequires:  libtool
 
 # Provide an upgrade path from the monilithic synce package
 Provides:       synce = %{version}-%{release}
@@ -50,10 +52,11 @@ The python module to import is named "py
 
 %prep
 %setup -q -n librapi2-%{version}
+%patch0
 
 %build
 %configure --disable-static --disable-rpath
-make %{?_smp_mflags}
+make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -93,6 +96,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 11 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.15-1
+- version upgrade
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/librapi/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	21 Jul 2009 16:00:17 -0000	1.7
+++ sources	11 May 2010 19:39:19 -0000	1.8
@@ -1 +1 @@
-cffa19b32817db211ee21e1ac7c7eb5f  librapi2-0.14.tar.gz
+7341571d6f6b583bb4837bae42fb5d1c  librapi2-0.15.tar.gz



More information about the scm-commits mailing list