rpms/evolution-remove-duplicates/devel evolution-remove-duplicates-0.0.3-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 evolution-remove-duplicates.spec, 1.5, 1.6 sources, 1.2, 1.3 rmdups-0.0.2-header.patch, 1.1, NONE rmdups-0.0.2-pkgconfig.patch, 1.2, NONE

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Mon Oct 15 17:03:06 UTC 2007


Author: mbarnes

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

Modified Files:
	.cvsignore evolution-remove-duplicates.spec sources 
Added Files:
	evolution-remove-duplicates-0.0.3-pkgconfig.patch 
Removed Files:
	rmdups-0.0.2-header.patch rmdups-0.0.2-pkgconfig.patch 
Log Message:

* Mon Oct 15 2007 Matthew Barnes <mbarnes at redhat.com> - 0.0.3-1.fc8
- Update to 0.0.3


evolution-remove-duplicates-0.0.3-pkgconfig.patch:

--- NEW FILE evolution-remove-duplicates-0.0.3-pkgconfig.patch ---
diff -up remove-duplicates-plugin-0.0.3/configure.pkgconfig remove-duplicates-plugin-0.0.3/configure
--- remove-duplicates-plugin-0.0.3/configure.pkgconfig	2007-04-16 20:07:25.000000000 -0400
+++ remove-duplicates-plugin-0.0.3/configure	2007-10-15 12:50:57.000000000 -0400
@@ -24388,16 +24388,16 @@ if test -n "$PKG_CONFIG"; then
     else
         if test -n "$PKG_CONFIG" && \
     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
-		  evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED
+		  evolution-plugin >= \$EVOLUTION_PLUGIN_REQUIRED
 		  \"") >&5
   ($PKG_CONFIG --exists --print-errors "
-		  evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED
+		  evolution-plugin >= $EVOLUTION_PLUGIN_REQUIRED
 		  ") 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.10 >= $EVOLUTION_PLUGIN_REQUIRED
+		  evolution-plugin >= $EVOLUTION_PLUGIN_REQUIRED
 		  " 2>/dev/null`
 else
   pkg_failed=yes
@@ -24412,16 +24412,16 @@ if test -n "$PKG_CONFIG"; then
     else
         if test -n "$PKG_CONFIG" && \
     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
-		  evolution-plugin-2.10 >= \$EVOLUTION_PLUGIN_REQUIRED
+		  evolution-plugin >= \$EVOLUTION_PLUGIN_REQUIRED
 		  \"") >&5
   ($PKG_CONFIG --exists --print-errors "
-		  evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED
+		  evolution-plugin >= $EVOLUTION_PLUGIN_REQUIRED
 		  ") 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.10 >= $EVOLUTION_PLUGIN_REQUIRED
+		  evolution-plugin >= $EVOLUTION_PLUGIN_REQUIRED
 		  " 2>/dev/null`
 else
   pkg_failed=yes
@@ -24442,18 +24442,18 @@ else
 fi
         if test $_pkg_short_errors_supported = yes; then
 	        REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "
-		  evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED
+		  evolution-plugin >= $EVOLUTION_PLUGIN_REQUIRED
 		  "`
         else
 	        REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "
-		  evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED
+		  evolution-plugin >= $EVOLUTION_PLUGIN_REQUIRED
 		  "`
         fi
 	# Put the nasty error message in config.log where it belongs
 	echo "$REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS" >&5
 
 	{ { echo "$as_me:$LINENO: error: Package requirements (
-		  evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED
+		  evolution-plugin >= $EVOLUTION_PLUGIN_REQUIRED
 		  ) were not met:
 
 $REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS
@@ -24466,7 +24466,7 @@ and REMOVE_DUPLICATES_PLUGIN_LIBS to avo
 See the pkg-config man page for more details.
 " >&5
 echo "$as_me: error: Package requirements (
-		  evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED
+		  evolution-plugin >= $EVOLUTION_PLUGIN_REQUIRED
 		  ) were not met:
 
 $REMOVE_DUPLICATES_PLUGIN_PKG_ERRORS
@@ -24512,10 +24512,10 @@ fi
 
 
 
-PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.10`
+PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin`
 
 
-ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.10`
+ERRORDIR=`pkg-config --variable=errordir evolution-plugin`
 
 
 ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in"


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-remove-duplicates/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	10 Dec 2006 20:44:41 -0000	1.2
+++ .cvsignore	15 Oct 2007 17:02:33 -0000	1.3
@@ -1 +1 @@
-remove-duplicates-plugin-0.0.2.tar.gz
+remove-duplicates-plugin-0.0.3.tar.gz


Index: evolution-remove-duplicates.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-remove-duplicates/devel/evolution-remove-duplicates.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- evolution-remove-duplicates.spec	11 Dec 2006 03:19:38 -0000	1.5
+++ evolution-remove-duplicates.spec	15 Oct 2007 17:02:33 -0000	1.6
@@ -1,22 +1,18 @@
 %define upstream_name remove-duplicates-plugin
 
 Name:           evolution-remove-duplicates
-Version:        0.0.2
-Release:        6%{?dist}
+Version:        0.0.3
+Release:        1%{?dist}
 Summary:        Evolution plugin for removing duplicate mails
 
 Group:          Applications/Productivity
 License:        GPL
 URL:            http://www.advogato.org/person/garnacho/diary.html
 Source0:        http://www.gnome.org/~carlosg/stuff/evolution/remove-duplicates-plugin-%{version}.tar.gz
-Patch0:         rmdups-0.0.2-header.patch
-Patch1:         rmdups-0.0.2-pkgconfig.patch
+Patch1:         evolution-remove-duplicates-0.0.3-pkgconfig.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  evolution-devel
-# Needed because evolution-devel does not Requires: it yet
-# Bz #218889
-BuildRequires:  evolution-data-server-devel
 BuildRequires:  perl-XML-Parser
 BuildRequires:  automake
 Requires:       evolution
@@ -27,7 +23,6 @@
 
 %prep
 %setup -q -n %{upstream_name}-%{version}
-%patch0 -p1 -b .header
 %patch1 -p1 -b .pkgconfig
 
 
@@ -49,12 +44,15 @@
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING
-%{_libdir}/evolution/2.10/plugins/*org-gnome-remove-duplicates.*
-%{_datadir}/evolution/2.10/errors/org-gnome-remove-duplicates.error
+%{_libdir}/evolution/2.12/plugins/*org-gnome-remove-duplicates.*
+%{_datadir}/evolution/2.12/errors/org-gnome-remove-duplicates.error
 
 
 
 %changelog
+* Mon Oct 15 2007 Matthew Barnes <mbarnes at redhat.com> - 0.0.3-1.fc8
+- Update to 0.0.3
+
 * Sun Dec 10 2006 Michel Salim <michel.salim at gmail.com> - 0.0.2-6
 - Adjust file listing for new Evolution
 - Remove unnecessary BR on libgnomeui-devel


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-remove-duplicates/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	10 Dec 2006 20:44:41 -0000	1.2
+++ sources	15 Oct 2007 17:02:33 -0000	1.3
@@ -1 +1 @@
-5ed885b9dd6bc69df2978be8cc6dc089  remove-duplicates-plugin-0.0.2.tar.gz
+ebed15a4745179fd51a1115074e3ead6  remove-duplicates-plugin-0.0.3.tar.gz


--- rmdups-0.0.2-header.patch DELETED ---


--- rmdups-0.0.2-pkgconfig.patch DELETED ---




More information about the fedora-extras-commits mailing list