rpms/synce-software-manager/devel synce-software-manager.spec, 1.10, 1.11

Robert Scheck robert at fedoraproject.org
Sat Mar 21 00:06:05 UTC 2009


Author: robert

Update of /cvs/pkgs/rpms/synce-software-manager/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6129

Modified Files:
	synce-software-manager.spec 
Log Message:
Force usage of libtoolize and intltoolize to avoid build errors


Index: synce-software-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/synce-software-manager/devel/synce-software-manager.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- synce-software-manager.spec	26 Feb 2009 04:44:52 -0000	1.10
+++ synce-software-manager.spec	21 Mar 2009 00:05:34 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           synce-software-manager
 Version:        0.9.0
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Software manager for use with synce
 
 Group:          Applications/Communications
@@ -35,7 +35,9 @@
 %prep
 %setup -q
 %patch1 -p1
+libtoolize -f
 autoreconf -f
+intltoolize -f
 
 %build
 %configure --disable-static --with-librapi2-include=%{_includedir} \
@@ -67,6 +69,9 @@
 %{_datadir}/applications/*
 
 %changelog
+* Sat Mar 21 2009 Robert Scheck <robert at fedoraproject.org> - 0.9.0-12
+- Force usage of libtoolize and intltoolize to avoid build errors
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list