rpms/evolution-remove-duplicates/devel evolution-remove-duplicates.spec, 1.2, 1.3 rmdups-0.0.2-pkgconfig.patch, 1.1, 1.2

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Mon Dec 11 00:46:31 UTC 2006


Author: salimma

Update of /cvs/extras/rpms/evolution-remove-duplicates/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11840

Modified Files:
	evolution-remove-duplicates.spec rmdups-0.0.2-pkgconfig.patch 
Log Message:
Adjust for new Evolution in -development



Index: evolution-remove-duplicates.spec
===================================================================
RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/evolution-remove-duplicates.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- evolution-remove-duplicates.spec	10 Dec 2006 21:43:13 -0000	1.2
+++ evolution-remove-duplicates.spec	11 Dec 2006 00:46:01 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:           evolution-remove-duplicates
 Version:        0.0.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Evolution plugin for removing duplicate mails
 
 Group:          Applications/Productivity
@@ -56,6 +56,9 @@
 
 
 %changelog
+* Sun Dec 10 2006 Michel Salim <michel.salim at gmail.com> - 0.0.2-5
+- Fix pkgconfig patch to use evolution-plugin-2.10.pc
+
 * Sun Dec 10 2006 Michel Salim <michel.salim at gmail.com> - 0.0.2-4
 - Add BR on libgnomeui-devel
 

rmdups-0.0.2-pkgconfig.patch:

Index: rmdups-0.0.2-pkgconfig.patch
===================================================================
RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/rmdups-0.0.2-pkgconfig.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rmdups-0.0.2-pkgconfig.patch	10 Dec 2006 20:44:41 -0000	1.1
+++ rmdups-0.0.2-pkgconfig.patch	11 Dec 2006 00:46:01 -0000	1.2
@@ -5,18 +5,18 @@
  elif test -n "$PKG_CONFIG"; then
  	if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"
 -		  evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED
-+		  evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED
++		  evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED
  		  \" >/dev/null 2>&1") >&5
    ($PKG_CONFIG --exists "
 -		  evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED
-+		  evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED
++		  evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED
  		  " >/dev/null 2>&1) 2>&5
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; then
  		pkg_cv_REMOVE_DUPLICATES_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags "
 -		  evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED
-+		  evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED
++		  evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED
  		  " 2>/dev/null`
  	else
  		pkg_failed=yes
@@ -25,18 +25,18 @@
  elif test -n "$PKG_CONFIG"; then
  	if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"
 -		  evolution-plugin-2.4 >= \$EVOLUTION_PLUGIN_REQUIRED
-+		  evolution-plugin-2.8 >= \$EVOLUTION_PLUGIN_REQUIRED
++		  evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED
  		  \" >/dev/null 2>&1") >&5
    ($PKG_CONFIG --exists "
 -		  evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED
-+		  evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED
++		  evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED
  		  " >/dev/null 2>&1) 2>&5
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; then
  		pkg_cv_REMOVE_DUPLICATES_PLUGIN_LIBS=`$PKG_CONFIG --libs "
 -		  evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED
-+		  evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED
++		  evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED
  		  " 2>/dev/null`
  	else
  		pkg_failed=yes
@@ -45,14 +45,14 @@
  if test $pkg_failed = yes; then
  	REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "
 -		  evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED
-+		  evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED
++		  evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED
  		  "`
  	# Put the nasty error message in config.log where it belongs
  	echo "$REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS" 1>&5
  
  	{ { echo "$as_me:$LINENO: error: Package requirements (
 -		  evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED
-+		  evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED
++		  evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED
  		  ) were not met.
  Consider adjusting the PKG_CONFIG_PATH environment variable if you
  installed software in a non-standard prefix.
@@ -61,7 +61,7 @@
  more details." >&5
  echo "$as_me: error: Package requirements (
 -		  evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED
-+		  evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED
++		  evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED
  		  ) were not met.
  Consider adjusting the PKG_CONFIG_PATH environment variable if you
  installed software in a non-standard prefix.
@@ -70,11 +70,11 @@
  
  
 -PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.4`
-+PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.8`
++PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.10`
  
  
 -ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.4`
-+ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.8`
++ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.10`
  
  
                                ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in"




More information about the scm-commits mailing list