]> git.pld-linux.org Git - packages/evolution.git/commitdiff
- updated to 1.4.0
authorArtur Frysiak <artur@frysiak.net>
Tue, 10 Jun 2003 10:24:18 +0000 (10:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- hack for ORBit2 2.7.2

Changed files:
    evolution.spec -> 1.84

evolution.spec

index a9e606bb59d973d86a8bdaf4bece26f292c8b960..5b2e57af4e51b5c4b5de3bd8d8782bc53ceb5334 100644 (file)
@@ -1,5 +1,5 @@
-%define                mver            1.3
-%define                subver  92
+%define                mver            1.4
+%define                subver  0
 %define                _db3ver 3.1.17
 %define                _dbdir  $RPM_BUILD_DIR/%{name}-%{version}/db3-headers-%{_db3ver}
 
@@ -9,13 +9,13 @@ Summary(pt_BR):       Cliente de email integrado com calend
 Summary(zh_CN):        Evolution - GNOME2¸öÈ˺͹¤×÷×éÐÅÏ¢¹ÜÀí¹¤¾ß(°üÀ¨µç×ÓÓʼþ£¬ÈÕÀúºÍµØÖ·±¡)
 Name:          evolution
 Version:       %{mver}.%{subver}
-Release:       0.1
+Release:       1
 License:       GPL
 Group:         Applications/Mail
-# Source0-md5: c652b5873188d460e38bd73abbf1308f
 Source0:       http://ftp.gnome.org/mirror/gnome.org/sources/evolution/%{mver}/%{name}-%{version}.tar.bz2
-# Source1-md5: 6e5690aa2f0e5ec3e3bdfeb9106ea42a
+# Source0-md5: cc671769a912e315dc895f5b458e1a33
 Source1:       http://www.t17.ds.pwr.wroc.pl/~wiget/%{name}-db3-headers-%{_db3ver}.tar.bz2
+# Source1-md5: 6e5690aa2f0e5ec3e3bdfeb9106ea42a
 Patch0:                %{name}-nostaticdb3.patch
 Patch2:                %{name}-configure_in.patch
 Patch3:                %{name}-desktop.patch
@@ -27,20 +27,20 @@ BuildRequires:      automake
 BuildRequires: bison
 BuildRequires: flex
 BuildRequires: freetype-devel >= 2.0.5
-BuildRequires: gal-devel >= 1.99.6
+BuildRequires: gal-devel >= 1.99.7
 BuildRequires: gettext-devel
 BuildRequires: gnome-pilot-devel >= 2.0.0
 BuildRequires: gnome-vfs2-devel
 BuildRequires: gtk+2-devel
 Buildrequires: gtk-doc >= 0.6
-BuildRequires: gtkhtml-devel >= 3.0.4
+BuildRequires: gtkhtml-devel >= 3.0.5
 BuildRequires: intltool >= 0.18
 BuildRequires: libbonoboui-devel
 BuildRequires: libglade2-devel
 BuildRequires: libgnomecanvas-devel
 BuildRequires: libgnomeprintui-devel >= 2.2.1
 BuildRequires: libgnomeui-devel
-BuildRequires: libsoup-devel >= 1.99.22
+BuildRequires: libsoup-devel >= 1.99.23
 BuildRequires: libtool
 BuildRequires: libunicode-devel >= 0.4
 BuildRequires: libxml2
@@ -189,6 +189,10 @@ cd ..
        --with-db3-libs=/lib \
        --with-kde-applnk-path=no
 
+# hack to rebuild *.c and *.h from *.idl (check if needed with new versions)
+# (required if you use ORBit2-devel 2.7.2)
+find -name \*.idl -exec touch {} \;
+
 %{__make} \
        GTKHTML_DATADIR=%{_datadir}/idl
 
This page took 0.032633 seconds and 4 git commands to generate.