rpms/balsa/devel balsa-imap-tst.patch, NONE, 1.1 balsa.spec, 1.28, 1.29

Pawel Salek (pawsa) fedora-extras-commits at redhat.com
Wed Aug 22 20:25:09 UTC 2007


Author: pawsa

Update of /cvs/extras/rpms/balsa/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26995

Modified Files:
	balsa.spec 
Added Files:
	balsa-imap-tst.patch 
Log Message:
Fix parallel build.

balsa-imap-tst.patch:

--- NEW FILE balsa-imap-tst.patch ---
Index: balsa/libbalsa/imap/Makefile.am
===================================================================
--- balsa/libbalsa/imap/Makefile.am	(revision 7673)
+++ balsa/libbalsa/imap/Makefile.am	(working copy)
@@ -4,8 +4,13 @@
 
 imap_tst_SOURCES = imap_tst.c
 
+# We specify path to libimap.a without directories: it helps make to
+# resolve dependencies and the executable is to be created in the same
+# directory as the imap_tst executable. It clearly does not break the
+# distcheck target either.
+
 imap_tst_LDADD = \
-	$(top_builddir)/libbalsa/imap/libimap.a	\
+	libimap.a	\
         $(BALSA_LIBS)
 
 #libimap_la_SOURCES =  


Index: balsa.spec
===================================================================
RCS file: /cvs/extras/rpms/balsa/devel/balsa.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- balsa.spec	22 Aug 2007 19:25:26 -0000	1.28
+++ balsa.spec	22 Aug 2007 20:24:37 -0000	1.29
@@ -2,7 +2,7 @@
 
 Name:           balsa
 Version:        2.3.18
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Mail Client
 
 Group:          Applications/Internet
@@ -10,6 +10,7 @@
 URL:            http://balsa.gnome.org/
 Source0:        http://balsa.gnome.org/%{name}-%{version}.tar.bz2
 Patch1:         balsa-rename-open.patch
+Patch1:         balsa-imap-tst.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: libesmtp >= 1.0.4
@@ -42,6 +43,7 @@
 %prep
 %setup -q
 %patch1 -p0
+%patch2 -p0
 
 %build
 
@@ -102,7 +104,10 @@
 
 
 %changelog
-* Wed Aug 22 2007 Pawel Salek <pawsa at nora.salek.zapto.org> - 2.3.18-1
+* Wed Aug 22 2007 Pawel Salek <pawsa at theochem.kth.se> - 2.3.18-2
+- Fix parallel build.
+
+* Wed Aug 22 2007 Pawel Salek <pawsa at theochem.kth.se> - 2.3.18-1
 - update to upstream 2.3.18.
 
 * Sat Aug 11 2007 Pawel Salek <pawsa at theochem.kth.se> - 2.3.17-2




More information about the fedora-extras-commits mailing list