rpms/synce/devel synce-rra-devel.patch,NONE,1.1 synce.spec,1.7,1.8

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Tue Sep 27 21:47:02 UTC 2005


Author: awjb

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

Modified Files:
	synce.spec 
Added Files:
	synce-rra-devel.patch 
Log Message:
- workaround libmimedir problem on devel


synce-rra-devel.patch:

--- NEW FILE synce-rra-devel.patch ---
--- synce-rra-0.9.1/configure.ac.in.orig	2005-09-27 23:40:16.000000000 +0200
+++ synce-rra-0.9.1/configure.ac.in	2005-09-27 23:40:34.000000000 +0200
@@ -48,13 +48,6 @@
     )
 
 
-	AC_CHECK_LIB(mimedir,mdir_parse,,[
-		AC_MSG_ERROR([Can't find libmimedir (http://sourceforge.net/projects/libmimedir/)])
-		])
-	AC_CHECK_HEADERS(libmimedir.h,,[
-		AC_MSG_ERROR([Can't find libmimedir.h (http://sourceforge.net/projects/libmimedir/)])
-		])
-
   enable_recurrence=1
   AC_ARG_ENABLE(recurrence,
     AC_HELP_STRING(
--- synce-rra-0.9.1/src/Makefile.am.orig	2005-09-27 23:40:45.000000000 +0200
+++ synce-rra-0.9.1/src/Makefile.am	2005-09-27 23:41:46.000000000 +0200
@@ -1,6 +1,6 @@
 ## useful flags
 AM_CFLAGS = -ansi @CFLAGS@ -I../lib
-LDADD = -L../lib ../lib/librra.la
+LDADD = -L../lib ../lib/librra.la -L../../libmimedir-0.4 -lmimedir
 
 bin_PROGRAMS = synce-matchmaker
 


Index: synce.spec
===================================================================
RCS file: /cvs/extras/rpms/synce/devel/synce.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- synce.spec	21 Aug 2005 00:39:14 -0000	1.7
+++ synce.spec	27 Sep 2005 21:47:00 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           synce
 Version:        0.9.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Serial connection support for Pocket PC devices
 
 Group:          Applications/Communications
@@ -13,6 +13,7 @@
 Source4:        http://dl.sf.net/synce/synce-librapi2-%{version}.tar.gz
 Source5:        http://dl.sf.net/synce/libmimedir-0.4.tar.gz
 Patch0:         synce-rra-Makefile.patch
+Patch1:         synce-rra-devel.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: ppp
@@ -39,6 +40,7 @@
 %prep
 %setup -q -c -a 1 -a 2 -a 3 -a 4 -a 5
 %patch0
+%patch1
 
 %build
 # build libsynce
@@ -78,6 +80,7 @@
 cd ..
 # build rra
 cd synce-rra-%{version}
+./bootstrap
 %configure \
     --with-libsynce-include="${SYNCEINC}" \
     --with-libsynce-lib="${SYNCELIB}" \
@@ -170,6 +173,10 @@
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Tue Sep 27 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.9.1-4
+- workaround for libmimedir problem an devel
+
 * Sun Aug 21 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.9.1-3
 - fix dep problem




More information about the fedora-extras-commits mailing list