diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..6c90bdc --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2011-07-25 due to it being unable to build this package for multiple releases (FTBFS). diff --git a/evolution-sharp-0.11.1-libdir.patch b/evolution-sharp-0.11.1-libdir.patch deleted file mode 100644 index 9340406..0000000 --- a/evolution-sharp-0.11.1-libdir.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff -up evolution-sharp-0.17.4/evolution-sharp.pc.in.libdir evolution-sharp-0.17.4/evolution-sharp.pc.in ---- evolution-sharp-0.17.4/evolution-sharp.pc.in.libdir 2008-04-30 06:53:02.000000000 -0400 -+++ evolution-sharp-0.17.4/evolution-sharp.pc.in 2008-07-18 09:31:09.000000000 -0400 -@@ -1,5 +1,5 @@ - prefix=@prefix@ --libdir=${prefix}/lib -+libdir=@libdir@ - - Name: Evolution# - Description: Evolution# - Evolution .NET Binding diff --git a/evolution-sharp-0.12.1-fix-assembly-dir.patch b/evolution-sharp-0.12.1-fix-assembly-dir.patch deleted file mode 100644 index 867ce79..0000000 --- a/evolution-sharp-0.12.1-fix-assembly-dir.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -up evolution-sharp-0.18.0/evolution/Makefile.am.fix-assembly-dir evolution-sharp-0.18.0/evolution/Makefile.am ---- evolution-sharp-0.18.0/evolution/Makefile.am.fix-assembly-dir 2008-09-23 01:45:41.000000000 -0400 -+++ evolution-sharp-0.18.0/evolution/Makefile.am 2008-09-25 10:32:59.000000000 -0400 -@@ -92,14 +92,14 @@ all: $(ASSEMBLY) $(TEST_TARGETS) - - install-data-local: - @if test -n '$(TARGET)'; then \ -- echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib"; \ -- $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib || exit 1; \ -+ echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(libdir)"; \ -+ $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(libdir) || exit 1; \ - fi - - uninstall-local: - @if test -n '$(TARGET)'; then \ -- echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib"; \ -- $(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib || exit 1; \ -+ echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /root $(DESTDIR)$(libdir)"; \ -+ $(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /root $(DESTDIR)$(libdir) || exit 1; \ - fi - - evolution-sharp.snk: $(top_srcdir)/evolution-sharp.snk diff --git a/evolution-sharp-0.21.1-current-eds.patch b/evolution-sharp-0.21.1-current-eds.patch deleted file mode 100644 index ac991ca..0000000 --- a/evolution-sharp-0.21.1-current-eds.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -up evolution-sharp-0.21.1/configure.in.current-eds evolution-sharp-0.21.1/configure.in ---- evolution-sharp-0.21.1/configure.in.current-eds 2011-06-16 17:16:47.492734376 +0200 -+++ evolution-sharp-0.21.1/configure.in 2011-06-16 17:16:50.818773989 +0200 -@@ -33,11 +33,11 @@ elif test "x$edsver" = "x1.9" -o "x$edsv - EDATACAL_SOVERSION=6 - elif test "x$edsver" = "x2.24"; then - EDS_VERSION=-1.2 -- EDS_SOVERSION=11 -- EBOOK_SOVERSION=9 -- ECAL_SOVERSION=7 -- EBACKEND_SOVERSION=0 -- EDATACAL_SOVERSION=6 -+ EDS_SOVERSION=14 -+ EBOOK_SOVERSION=14 -+ ECAL_SOVERSION=11 -+ EBACKEND_SOVERSION=1 -+ EDATACAL_SOVERSION=12 - elif test "x$edsver" = "xunsupported"; then - AC_MSG_ERROR([ - diff --git a/evolution-sharp-0.21.1-fix-retarded-version-check.patch b/evolution-sharp-0.21.1-fix-retarded-version-check.patch deleted file mode 100644 index 9a2ebe9..0000000 --- a/evolution-sharp-0.21.1-fix-retarded-version-check.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up evolution-sharp-0.21.1/configure.in.fix-retarded-version-check evolution-sharp-0.21.1/configure.in ---- evolution-sharp-0.21.1/configure.in.fix-retarded-version-check 2009-08-20 21:46:34.000000000 -0400 -+++ evolution-sharp-0.21.1/configure.in 2009-08-20 21:47:16.000000000 -0400 -@@ -16,8 +16,7 @@ fi - PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_8, evolution-data-server-1.2 >= 1.8 evolution-data-server-1.2 < 1.9, edsver="1.8", AC_MSG_RESULT([no])) - PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_9, evolution-data-server-1.2 >= 1.9 evolution-data-server-1.2 < 1.10, edsver="1.9", AC_MSG_RESULT([no])) - PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_10, evolution-data-server-1.2 >= 1.10 evolution-data-server-1.2 < 2.23.92, edsver="1.10", AC_MSG_RESULT([no])) --PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_2_24, evolution-data-server-1.2 >= 2.23.92 evolution-data-server-1.2 < 2.27.4, edsver="2.24", AC_MSG_RESULT([no])) --PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 >= 2.27.4, edsver="unsupported", AC_MSG_RESULT([no])) -+PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_2_24, evolution-data-server-1.2 >= 2.23.92, edsver="2.24", AC_MSG_RESULT([no])) - - if test "x$edsver" = "x1.8"; then - EDS_VERSION=-1.2 diff --git a/evolution-sharp.spec b/evolution-sharp.spec deleted file mode 100644 index e58a0dd..0000000 --- a/evolution-sharp.spec +++ /dev/null @@ -1,330 +0,0 @@ -### Abstract ### - -Name: evolution-sharp -Version: 0.21.1 -Release: 14%{?dist} -License: LGPLv2 -Group: System Environment/Libraries -Summary: Evolution Data Server Mono Bindings -URL: http://ftp.gnome.org/pub/GNOME/sources/evolution-sharp/ -Source: http://ftp.gnome.org/pub/GNOME/sources/evolution-sharp/0.17/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-root - -# Mono only available on these: -ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x - -### Patches ### - -# GNOME bug #516044 -Patch1: evolution-sharp-0.11.1-libdir.patch - -# RH bug #221555 / GNOME bug #516044 -Patch2: evolution-sharp-0.12.1-fix-assembly-dir.patch - -# Stop setting an upper limit on the evolution-data-server version. -Patch3: evolution-sharp-0.21.1-fix-retarded-version-check.patch - -# Set current eds versions -Patch4: evolution-sharp-0.21.1-current-eds.patch - -### Dependencies ### - -Requires: evolution-data-server - -### Build Dependencies ### - -BuildRequires: automake -BuildRequires: evolution-data-server-devel -BuildRequires: gtk-sharp2-devel -BuildRequires: gtk-sharp2-gapi -BuildRequires: libtool -BuildRequires: mono-devel - -%description -Mono/C# bindings for the Evolution addressbook. - -%package devel -Summary: Development files for evolution-sharp -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: pkgconfig - -%description devel -This package contains development files for evolution-sharp. - -%prep -%setup -q -%patch1 -p1 -b .libdir -%patch2 -p1 -b .fix-assembly-dir -%patch3 -p1 -b .fix-retarded-version-check -%patch4 -p1 -b .current-eds - -%build -export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} -autoreconf -fi -%configure -make %{?_smp_mflags} - -%install -rm -rf $RPM_BUILD_ROOT -export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} -make install DESTDIR=$RPM_BUILD_ROOT - -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -rm -f $RPM_BUILD_ROOT%{_libdir}/*.a - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root,-) -%doc COPYING README -%{_libdir}/*.so -%{_libdir}/mono/evolution-sharp/ -%{_libdir}/mono/gac/evolution-sharp/ -%{_datadir}/gapi-2.0/ - -%files devel -%defattr(-,root,root,-) -%{_libdir}/pkgconfig/evolution-sharp.pc - -# !!! REMINDER !!! -# -# If building against a new version of evolution-data-server, the required -# sonames may need to be updated in evolution-sharp's configure.in. - -%changelog -* Thu Jun 16 2011 Milan Crha - 0.21.1-14 -- Rebuild against newer evolution-data-server -- Add patch to correct EDS soname versions - -* Fri May 20 2011 Kalev Lember - 0.21.1-13 -- Rebuilt for libcamel soname bump - -* Tue Feb 08 2011 Fedora Release Engineering - 0.21.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Tue Feb 01 2011 Milan Crha - 0.21.1-11 -- Rebuild against newer evolution-data-server - -* Tue Jan 11 2011 Dan HorĂ¡k - 0.21.1-10 -- updated the supported arch list - -* Wed Oct 27 2010 paul - 0.21.1-9 -- rebuilt - -* Tue Oct 12 2010 Milan Crha - 0.21.1-8 -- Rebuild against newer evolution-data-server - -* Wed May 26 2010 Matthew Barnes - 0.20.1-7 -- Rebuild against newer libedataserver. - -* Sun May 09 2010 Matthew Barnes - 0.20.1-6 -- Rebuild against newer libedataserver. - -* Mon Oct 26 2009 Dennis Gilmore 0.20.1-5 -- ExcludeArch sparc64 - -* Thu Aug 20 2009 Matthew Barnes - 0.20.1-4.fc12 -- Stop setting an upper bound on the e-d-s version during configure. - -* Thu Aug 20 2009 Toshio Kuratomi - 0.20.1-3 -- Rebuild to pick up ppc64. - -* Fri Jul 24 2009 Fedora Release Engineering - 0.21.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Fri May 29 2009 Matthew Barnes - 0.21.1-1.fc12 -- Update to 0.21.1 - -* Thu Mar 26 2009 Matthew Barnes - 0.20.0-1.fc11 -- Update to 0.20.0 - -* Tue Feb 24 2009 Fedora Release Engineering - 0.19.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Wed Feb 18 2009 Matthew Barnes - 0.19.2.1-1.fc11 -- Update to 0.19.2.1 - -* Sun Feb 15 2009 Matthew Barnes - 0.19.2-1.fc11 -- Update to 0.19.2 - -* Fri Jan 30 2009 Matthew Barnes - 0.19.1-2.fc11 -- Fix unowned directory (RH bug #483345). - -* Mon Jan 19 2009 Matthew Barnes - 0.19.1-1.fc11 -- Update to 0.19.1 - -* Thu Sep 25 2008 Matthew Barnes - 0.18.0-1.fc10 -- Update to 0.18.0 - -* Wed Sep 10 2008 Matthew Barnes - 0.17.5-1.fc10 -- Update to 0.17.5 - -* Fri Jul 18 2008 Tom "spot" Callaway - 0.17.4-3 -- fix license tag -- fix patches to apply with fuzz=0 -- fix source url - -* Mon Jul 14 2008 Matthew Barnes - 0.17.4-2.fc10 -- Rebuild against newer mono(glib-sharp). - -* Mon Jun 16 2008 Matthew Barnes - 0.17.4-1.fc10 -- Update to 0.17.4. - -* Mon Jun 02 2008 Matthew Barnes - 0.17.3-1.fc10 -- Update to 0.17.3. - -* Tue May 27 2008 Matthew Barnes - 0.17.2-2.fc10 -- Rebuild against newer mono(glib-sharp). - -* Tue May 13 2008 Matthew Barnes - 0.17.2-1.fc10 -- Update to 0.17.2. - -* Mon Apr 21 2008 Matthew Barnes - 0.17.1-1.fc10 -- Update to 0.17.1. - -* Tue Apr 08 2008 Matthew Barnes - 0.16.1-1.fc9 -- Restore patches for RH bug #221555 and GNOME bug #516044. Upstream - accepted and then rejected the patches because upstream does multilib - differently and they don't have a seperate directory configure option - for Mono assemblies (I suggested --monodir=DIR but no one seemed - interested). - -* Mon Mar 10 2008 Matthew Barnes - 0.16.0-1.fc9 -- Update to 0.16.0 - -* Tue Feb 26 2008 Matthew Barnes - 0.15.92-1.fc9 -- Update to 0.15.92 -- Remove patch for RH bug #221555 (fixed upstream). -- Remove patch for GNOME bug #516044 (fixed upstream). - -* Tue Feb 12 2008 Matthew Barnes - 0.15.91-1.fc9 -- Update to 0.15.91 - -* Wed Dec 19 2007 Matthew Barnes - 0.15.4-1.fc9 -- Update to 0.15.4 - -* Wed Oct 31 2007 Matthew Barnes - 0.15.1-1.fc9 -- Update to 0.15.1 - -* Tue Sep 18 2007 Matthew Barnes - 0.14.0.1-1.fc8 -- Update to 0.14.0.1 - -* Thu Aug 23 2007 Matthew Barnes - 0.13.3-1.fc8 -- Update to 0.13.3 - -* Wed Aug 15 2007 Matthew Barnes - 0.13.2-1.fc8 -- Update to 0.13.2 - -* Thu Jul 19 2007 Matthew Barnes - 0.13.1-1.fc8 -- Update to 0.13.1 - -* Fri Jun 29 2007 Matthew Barnes - 0.13-2.fc8 -- Add alpha to ExclusiveArch (RH bug #246204). - -* Tue Jun 19 2007 Matthew Barnes - 0.13-1.fc8 -- Update to 0.13 - -* Fri May 18 2007 Matthew Barnes - 0.12.4-1.fc8 -- Update to 0.12.4 - -* Sun Mar 25 2007 Matthew Barnes - 0.12.2-2.fc7 -- Remove evolution-devel build requirement (RH bug #178661). - -* Tue Jan 23 2007 Matthew Barnes - 0.12.2-1.fc7 -- Update to 0.12.2 - -* Fri Jan 05 2007 Matthew Barnes - 0.12.1-2.fc7 -- Add patch for RH bug #221555 (wrong install directory). -- Fix location of mono files to conform to packaging guidelines. - -* Wed Jan 03 2007 Matthew Barnes - 0.12.1-1.fc7 -- Update to 0.12.1 -- Remove evolution-sharp-0.11.1-evo210.patch (fixed upstream). -- Mono files now live in %{_prefix}/lib rather than %{_libdir}. - -* Fri Nov 17 2006 Matthew Barnes - 0.12.0-1.fc7 -- Update to 0.12.0 -- Don't ship unused patches. -- Remove evolution-sharp-evo26.patch (fixed upstream). -- Remove evolution-sharp-0.11.1-evo28.patch (fixed upstream). - -* Mon Oct 30 2006 Matthew Barnes - 0.11.1-12.fc7 -- Put pkgconfig file in a devel subpackage (bug #205049). - -* Sat Oct 28 2006 Matthew Barnes - 0.11.1-11.fc7 -- Update configure.in for Evolution 2.10. -- Add BuildRequires for gtk-sharp2-devel. - -* Tue Sep 12 2006 Matthias Clasen - 0.11.1-10 -- Fix the libedataserver version - -* Mon Sep 11 2006 Matthias Clasen - 0.11.1-9 -- Rebuild again - -* Fri Aug 18 2006 Alexander Larsson - 0.11.1-8 -- Rebuild with the new mono libdir - -* Mon Aug 7 2006 Matthew Barnes - 0.11.1-7 -- Rebuild for evolution-data-server-1.7.91 -- Update required sonames from e-d-s. - -* Sat Aug 5 2006 Matthew Barnes - 0.11.1-6 -- Rebuild for evolution-data-server-1.7.90 -- Update required sonames from e-d-s. - -* Wed Jul 12 2006 Jesse Keating - 0.11.1-5.1 -- rebuild - -* Wed Jun 21 2006 Matthew Barnes 0.11.1-5 -- Mono no longer available on s390 and s390x. - -* Wed Jun 21 2006 Matthew Barnes 0.11.1-4 -- Update evolution-sharp-0.11.1-evo28.patch to set ECAL_SOVERSION to 6. -- Fix BuildRoot - -* Fri Jun 16 2006 Matthew Barnes 0.11.1-3 -- Rebuild - -* Mon May 15 2006 Matthew Barnes 0.11.1-1 -- Update to 0.11.1 -- Remove evolution-sharp-0.10.2-evolibdir.patch (fixed upstream). -- Remove pkg-config hunk from evolution-sharp-evo26.patch (fixed upstream). -- Add evolution-sharp-0.11.1-evo28.patch for compatibility with Evolution 2.8. - -* Tue Feb 21 2006 Karsten Hopp 0.10.2-9 -- BuildRequire gtk-sharp2 - -* Sun Feb 12 2006 Christopher Aillon 0.10.2-8 -- Rebuild - -* Tue Feb 07 2006 Jesse Keating 0.10.2-7.1 -- rebuilt for new gcc4.1 snapshot and glibc changes - -* Tue Jan 31 2006 Christopher Aillon 0.10.2-7 -- Update evolution-sharp-evo26.patch look for a SO_NUM of 7 for edataserver -- BuildRequire evolution-devel - -* Tue Jan 31 2006 Christopher Aillon 0.10.2-6 -- Rebuild - -* Sat Jan 28 2006 David Malcolm 0.10.2-5 -- rebuild - -* Sun Jan 22 2006 Alexander Larsson 0.10.2-4 -- Build on s390x - -* Tue Jan 10 2006 Alexander Larsson - 0.10.2-3 -- Fix evo 2.6 patch -- Add evolibdir pkg-config variable patch from cvs (modified for evo 2.6) - -* Mon Jan 9 2006 Alexander Larsson - 0.10.2-2 -- Add s390 arch -- Build with evo 2.6 - -* Fri Dec 09 2005 Jesse Keating -- rebuilt - -* Mon Nov 21 2005 Alexander Larsson - 0.10.2-1 -- Initial version diff --git a/sources b/sources deleted file mode 100644 index 3e7cc74..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -5953139d4de80f87c051740e2d76278f evolution-sharp-0.21.1.tar.bz2