commit 17f867624c4250fbf590ea6cf0e6b8d843d1c42f Author: Rosa Date: Wed Feb 1 14:25:21 2012 +0400 Automatic import for version 0.21.1 diff --git a/.abf.yml b/.abf.yml new file mode 100644 index 0000000..2aac91a --- /dev/null +++ b/.abf.yml @@ -0,0 +1,2 @@ +sources: + "evolution-sharp-0.21.1.tar.bz2": d2a8623812dce0476acd6bbc42e6d7d7d4f6bed4 diff --git a/evolution-sharp-0.21.1-fix-eds-major.patch b/evolution-sharp-0.21.1-fix-eds-major.patch new file mode 100644 index 0000000..8fd5b0e --- /dev/null +++ b/evolution-sharp-0.21.1-fix-eds-major.patch @@ -0,0 +1,19 @@ +diff -p -up evolution-sharp-0.21.1/configure.in.fixmajor evolution-sharp-0.21.1/configure.in +--- evolution-sharp-0.21.1/configure.in.fixmajor 2010-08-09 09:34:45.000000000 +0200 ++++ evolution-sharp-0.21.1/configure.in 2010-08-09 09:38:12.000000000 +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 ++ EDS_SOVERSION=14 ++ EBOOK_SOVERSION=10 ++ ECAL_SOVERSION=8 + EBACKEND_SOVERSION=0 +- EDATACAL_SOVERSION=6 ++ EDATACAL_SOVERSION=10 + 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 new file mode 100644 index 0000000..9a2ebe9 --- /dev/null +++ b/evolution-sharp-0.21.1-fix-retarded-version-check.patch @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..e84ee7a --- /dev/null +++ b/evolution-sharp.spec @@ -0,0 +1,300 @@ +%define name evolution-sharp +%define version 0.21.1 +%define release %mkrel 8 + +Summary: Evolution C# bindings for mono +Name: %{name} +Version: %{version} +Release: %{release} +Source0: http://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.bz2 +# (fc) fix eds detection (Fedora) +Patch0: evolution-sharp-0.21.1-fix-retarded-version-check.patch +# (fc) fix eds major for eds >= 2.30.2 +Patch1: evolution-sharp-0.21.1-fix-eds-major.patch +License: GPL +Group: Development/Other +Url: http://www.gnome.org +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +BuildRequires: evolution-data-server-devel >= 1.5 +BuildRequires: mono-devel +BuildRequires: gtk-sharp2 +BuildRequires: gtk-sharp2-devel +BuildRequires: gnome-common +Requires: evolution + +%description +Evolution# is a .NET language binding for various Ximian Evolution (tm) +libraries. + +%package devel +Summary: Evolution C# bindings for mono +Group: Development/Other +Requires: %name = %version-%release + +%description devel +Evolution# is a .NET language binding for various Ximian Evolution (tm) +libraries. + +%prep +%setup -q +%patch0 -p1 +%patch1 -p1 -b .fixmajor + +#needed by patches 0, 1 +NOCONFIGURE=yes gnome-autogen.sh +%build +%configure2_5x +make + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall_std +rm -f %buildroot%_libdir/lib*a + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc README MAINTAINERS AUTHORS +%_prefix/lib/mono/evolution-sharp/ +%_prefix/lib/mono/gac/evolution-sharp/ +%_libdir/libevolutionglue.so + +%files devel +%defattr(-,root,root) +%doc ChangeLog +%_libdir/pkgconfig/evolution-sharp.pc +%_datadir/gapi-2.0/evolution-api.xml + + + + +%changelog +* Tue May 03 2011 Oden Eriksson 0.21.1-8mdv2011.0 ++ Revision: 664155 +- mass rebuild + +* Mon Oct 11 2010 Funda Wang 0.21.1-7mdv2011.0 ++ Revision: 584900 +- rebuild + +* Mon Aug 09 2010 Götz Waschk 0.21.1-6mdv2011.0 ++ Revision: 567876 +- update patch for new e-d-s +- split out devel package +- disable parallel build + +* Mon Jun 28 2010 Frederic Crozat 0.21.1-5mdv2010.1 ++ Revision: 549351 +- Fix patch0 with Fedora version +- Patch1: fix edataserver major + +* Tue Jan 12 2010 Funda Wang 0.21.1-4mdv2010.1 ++ Revision: 490033 +- rebuild + + + Götz Waschk + - rebuild for new libedata-cal + +* Mon Dec 28 2009 Funda Wang 0.21.1-2mdv2010.1 ++ Revision: 482921 +- add patch to build against newer evo + +* Tue May 26 2009 Götz Waschk 0.21.1-1mdv2010.0 ++ Revision: 379838 +- update to new version 0.21.1 + +* Tue Mar 24 2009 Götz Waschk 0.20.0-1mdv2009.1 ++ Revision: 360816 +- new version + +* Tue Feb 17 2009 Götz Waschk 0.19.2.1-1mdv2009.1 ++ Revision: 342225 +- update to new version 0.19.2.1 + +* Sun Feb 15 2009 Götz Waschk 0.19.2-1mdv2009.1 ++ Revision: 340633 +- update to new version 0.19.2 + +* Mon Jan 19 2009 Götz Waschk 0.19.1-1mdv2009.1 ++ Revision: 331128 +- update to new version 0.19.1 + +* Wed Sep 24 2008 Götz Waschk 0.18.0-1mdv2009.0 ++ Revision: 287715 +- new version + +* Tue Sep 16 2008 Götz Waschk 0.17.6-1mdv2009.0 ++ Revision: 285129 +- new version + +* Tue Sep 09 2008 Götz Waschk 0.17.5-1mdv2009.0 ++ Revision: 282915 +- new version + +* Thu Jul 03 2008 Götz Waschk 0.17.4-1mdv2009.0 ++ Revision: 231415 +- new version +- update deps + +* Sun May 04 2008 Götz Waschk 0.16.1.1-1mdv2009.0 ++ Revision: 201159 +- new version +- drop patch + +* Tue Apr 29 2008 Götz Waschk 0.16.1-2mdv2009.0 ++ Revision: 198992 +- fix a crash in beagle + +* Tue Apr 15 2008 Götz Waschk 0.16.1-1mdv2009.0 ++ Revision: 193698 +- new version +- drop patch + +* Mon Mar 10 2008 Götz Waschk 0.16.0-1mdv2008.1 ++ Revision: 183424 +- new version + +* Tue Feb 26 2008 Götz Waschk 0.15.92-1mdv2008.1 ++ Revision: 175388 +- fix build on 64 bit +- new version + +* Tue Feb 12 2008 Götz Waschk 0.15.91-1mdv2008.1 ++ Revision: 165913 +- new version + + + Olivier Blin + - restore BuildRoot + +* Wed Dec 19 2007 Götz Waschk 0.15.4-1mdv2008.1 ++ Revision: 133605 +- new version + + + Thierry Vignaud + - kill re-definition of %%buildroot on Pixel's request + +* Thu Nov 01 2007 Götz Waschk 0.15.1-1mdv2008.1 ++ Revision: 104339 +- new version + +* Tue Sep 18 2007 Götz Waschk 0.14.0.1-1mdv2008.0 ++ Revision: 89817 +- new version +- new version + +* Thu Aug 23 2007 Götz Waschk 0.13.3-1mdv2008.0 ++ Revision: 70743 +- new version + +* Wed Aug 01 2007 Götz Waschk 0.13.2-1mdv2008.0 ++ Revision: 57441 +- fix buildrequries +- new version + +* Thu Jul 19 2007 Götz Waschk 0.13.1-1mdv2008.0 ++ Revision: 53645 +- fix buildrequires +- new version + +* Wed Jun 20 2007 Götz Waschk 0.13-1mdv2008.0 ++ Revision: 41785 +- new version + +* Tue May 15 2007 Götz Waschk 0.12.4-1mdv2008.0 ++ Revision: 26839 +- new version + +* Tue Apr 24 2007 Götz Waschk 0.12.3-1mdv2008.0 ++ Revision: 17739 +- new version + + +* Tue Jan 23 2007 Götz Waschk 0.12.2-1mdv2007.0 ++ Revision: 112590 +- new version + +* Thu Jan 04 2007 Götz Waschk 0.12.1-1mdv2007.1 ++ Revision: 104001 +- new version +- drop patch +- fix installation + +* Wed Nov 29 2006 Götz Waschk 0.12.0-3mdv2007.1 ++ Revision: 88531 +- bot rebuild +- support evolution 2.9 + +* Tue Nov 21 2006 Götz Waschk 0.12.0-1mdv2007.1 ++ Revision: 85958 +- new version +- drop patch + +* Thu Nov 02 2006 Götz Waschk 0.11.1-4mdv2007.1 ++ Revision: 75503 +- Import evolution-sharp + +* Thu Nov 02 2006 Götz Waschk 0.11.1-4mdv2007.1 +- fix patch to have the correct libecal major + +* Wed Aug 09 2006 Götz Waschk 0.11.1-1mdv2007.0 +- rebuild for new e-d-s + +* Wed Jul 26 2006 Götz Waschk 0.11.1-2mdv2007.0 +- update patch for new e-d-s + +* Wed Jun 07 2006 Frederic Crozat 0.11.1-1mdv2007.0 +- Release 0.11.1 + +* Wed May 31 2006 Götz Waschk 0.10.2-6mdv2007.0 +- update patch 0 for new e-d-s + +* Sat Apr 22 2006 Christiaan Welvaart 0.10.2-5mdk +- add BuildRequires: libgtkhtml-3.8-devel + +* Sat Apr 22 2006 Götz Waschk 0.10.2-4mdk +- fix buildrequires + +* Fri Apr 21 2006 Götz Waschk 0.10.2-3mdk +- fix deps +- fix dllmap +- patch for e-d-s 1.5.1 + +* Mon Jan 16 2006 Götz Waschk 0.10.2-2mdk +- fix buildrequires + +* Sat Oct 08 2005 Götz Waschk 0.10.2-1mdk +- New release 0.10.2 +- update file list +- bump deps +- patch for e-d-s 1.3.7 + +* Sat Aug 13 2005 Götz Waschk 0.8-1mdk +- update file list +- fix deps +- drop patch +- New release 0.8 + +* Tue May 03 2005 Götz Waschk 0.6-3mdk +- fix paths for x86_64 + +* Fri Apr 22 2005 Götz Waschk 0.6-2mdk +- patch for new e-d-s + +* Fri Feb 11 2005 Götz Waschk 0.6-1mdk +- 0.6 + +* Fri Jan 21 2005 Götz Waschk 0.6-0.20040121.1mdk +- update to snapshot +- New release 0.6 + +* Tue Sep 21 2004 Goetz Waschk 0.4-1mdk +- New release 0.4 + +* Fri Sep 03 2004 Götz Waschk 0.3-2mdk +- fix deps + +* Fri Sep 03 2004 Götz Waschk 0.3-1mdk +- initial package +