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

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Sun Dec 10 20:45:11 UTC 2006


Author: salimma

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

Modified Files:
	.cvsignore sources 
Added Files:
	evolution-remove-duplicates.spec rmdups-0.0.2-header.patch 
	rmdups-0.0.2-pkgconfig.patch 
Log Message:
auto-import evolution-remove-duplicates-0.0.2-3 on branch devel from evolution-remove-duplicates-0.0.2-3.src.rpm


--- NEW FILE evolution-remove-duplicates.spec ---
%define upstream_name remove-duplicates-plugin

Name:           evolution-remove-duplicates
Version:        0.0.2
Release:        3%{?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
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:       

%description
A plugin that checks selected e-mails for duplicates and remove them.


%prep
%setup -q -n %{upstream_name}-%{version}
%patch0 -p1 -b .header
%patch1 -p1 -b .pkgconfig


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm `find $RPM_BUILD_ROOT -name '*.la'`


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING
%{_libdir}/evolution/2.8/plugins/*org-gnome-remove-duplicates.*
%{_datadir}/evolution/2.8/errors/org-gnome-remove-duplicates.error



%changelog
* Thu Dec  7 2006 Michel Salim <michel.salim at gmail.com> - 0.0.2-3
- Add temporary workaround BR on evolution-data-server-devel

* Tue Dec  5 2006 Michel Salim <michel.salim at gmail.com> - 0.0.2-2
- Add BR on perl-XML-Parser

* Mon Dec  4 2006 Michel Salim <michel.salim at gmail.com> - 0.0.2-1
- Initial package

rmdups-0.0.2-header.patch:

--- NEW FILE rmdups-0.0.2-header.patch ---
--- remove-duplicates-plugin-0.0.2/src/remove-duplicates.c	2005-05-25 20:47:15.000000000 -0400
+++ remove-duplicates-plugin-0.0.2.patched/src/remove-duplicates.c	2006-12-04 15:35:52.000000000 -0500
@@ -22,7 +22,7 @@
 #include <gtk/gtk.h>
 #include <mail/em-popup.h>
 #include <libedataserver/md5-utils.h>
-#include <widgets/e-error.h>
+#include <e-util/e-error.h>
 
 #include <camel/camel-folder.h>
 #include <camel/camel-medium.h>

rmdups-0.0.2-pkgconfig.patch:

--- NEW FILE rmdups-0.0.2-pkgconfig.patch ---
--- remove-duplicates-plugin-0.0.1/configure	2005-05-18 18:56:53.000000000 -0400
+++ remove-duplicates-plugin-0.0.1.patched/configure	2006-11-22 12:42:20.000000000 -0500
@@ -22448,16 +22448,16 @@
 	pkg_cv_REMOVE_DUPLICATES_PLUGIN_CFLAGS=$ac_cv_env_REMOVE_DUPLICATES_PLUGIN_CFLAGS_value
 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
 		  \" >/dev/null 2>&1") >&5
   ($PKG_CONFIG --exists "
-		  evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED
+		  evolution-plugin-2.8 >= $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
 		  " 2>/dev/null`
 	else
 		pkg_failed=yes
@@ -22477,16 +22477,16 @@
 	pkg_cv_REMOVE_DUPLICATES_PLUGIN_LIBS=$ac_cv_env_REMOVE_DUPLICATES_PLUGIN_LIBS_value
 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
 		  \" >/dev/null 2>&1") >&5
   ($PKG_CONFIG --exists "
-		  evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED
+		  evolution-plugin-2.8 >= $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
 		  " 2>/dev/null`
 	else
 		pkg_failed=yes
@@ -22500,13 +22500,13 @@
 
 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
 		  "`
 	# 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
 		  ) were not met.
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.
@@ -22515,7 +22515,7 @@
 to avoid the need to call pkg-config.  See the pkg-config man page for
 more details." >&5
 echo "$as_me: error: Package requirements (
-		  evolution-plugin-2.4 >= $EVOLUTION_PLUGIN_REQUIRED
+		  evolution-plugin-2.8 >= $EVOLUTION_PLUGIN_REQUIRED
 		  ) were not met.
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.
@@ -22555,10 +22555,10 @@
 
 
 
-PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.4`
+PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.8`
 
 
-ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.4`
+ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.8`
 
 
                               ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in"


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Dec 2006 20:41:13 -0000	1.1
+++ .cvsignore	10 Dec 2006 20:44:41 -0000	1.2
@@ -0,0 +1 @@
+remove-duplicates-plugin-0.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/evolution-remove-duplicates/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Dec 2006 20:41:13 -0000	1.1
+++ sources	10 Dec 2006 20:44:41 -0000	1.2
@@ -0,0 +1 @@
+5ed885b9dd6bc69df2978be8cc6dc089  remove-duplicates-plugin-0.0.2.tar.gz




More information about the scm-commits mailing list