rpms/evolution/devel evolution.spec,1.398,1.399

Matthew Barnes mbarnes at fedoraproject.org
Thu Jul 2 21:22:17 UTC 2009


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27454

Modified Files:
	evolution.spec 
Log Message:

* Thu Jul 02 2009 Matthew Barnes <mbarnes at redhat.com> - 2.27.3-4.fc12
- Add BR for libpst-devel and libytnef-devel (RH bug #493049).
- Add patch to build pst-import plugin against current libpst.
- libpst's API broke again so disable the BR's for now.
- Specify the gettext package when calling intltool-update.



Index: evolution.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.398
retrieving revision 1.399
diff -u -p -r1.398 -r1.399
--- evolution.spec	2 Jul 2009 20:22:06 -0000	1.398
+++ evolution.spec	2 Jul 2009 21:22:17 -0000	1.399
@@ -112,11 +112,11 @@ BuildRequires: libbonoboui-devel >= %{li
 BuildRequires: libgnomecanvas-devel >= 2.0
 BuildRequires: libgnomeui-devel >= 2.0
 BuildRequires: libgweather-devel >= %{libgweather_version}
-BuildRequires: libpst-devel
+#BuildRequires: libpst-devel
 BuildRequires: libsoup-devel >= %{soup_version}
 BuildRequires: libtool >= 1.5
 BuildRequires: libxml2-devel
-BuildRequires: libytnef-devel
+#BuildRequires: libytnef-devel
 BuildRequires: pkgconfig
 
 %if %{use_mozilla_nss}
@@ -313,9 +313,9 @@ make %{?_smp_mflags} LIBTOOL=/usr/bin/li
 cd po
 grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep
 mv POTFILES.keep POTFILES.in
-intltool-update --pot
+intltool-update --gettext-package=%{name}-%{evo-major} --pot
 for p in *.po; do
-	msgmerge $p evolution-%{evo_major}.pot > $p.out
+	msgmerge $p %{name}-%{evo_major}.pot > $p.out
 	msgfmt -o `basename $p .po`.gmo $p.out
 done
 cd -
@@ -680,6 +680,8 @@ rm -rf $RPM_BUILD_ROOT
 * Thu Jul 02 2009 Matthew Barnes <mbarnes at redhat.com> - 2.27.3-4.fc12
 - Add BR for libpst-devel and libytnef-devel (RH bug #493049).
 - Add patch to build pst-import plugin against current libpst.
+- libpst's API broke again so disable the BR's for now.
+- Specify the gettext package when calling intltool-update.
 
 * Wed Jul 01 2009 Milan Crha <mcrha at redhat.com> - 2.27.3-3.fc12
 - Rebuild against newer gcc




More information about the fedora-extras-commits mailing list