rpms/unshield/F-10 unshield.spec,1.10,1.11

Andreas Bierfert awjb at fedoraproject.org
Tue Jul 21 20:12:06 UTC 2009


Author: awjb

Update of /cvs/pkgs/rpms/unshield/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11875

Modified Files:
	unshield.spec 
Log Message:
- fix build



Index: unshield.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unshield/F-10/unshield.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- unshield.spec	21 Jul 2009 04:41:53 -0000	1.10
+++ unshield.spec	21 Jul 2009 20:11:36 -0000	1.11
@@ -10,7 +10,6 @@ Source0:        http://dl.sf.net/synce/u
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  zlib-devel
-BuildRequires:  libtool
 
 %description
 To install a Pocket PC application remotely, an installable
@@ -38,7 +37,7 @@ The %{name}-devel package contains the f
 
 %build
 %configure --disable-static --disable-rpath
-make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags}
+make %{?_smp_mflags}
 
 
 %install




More information about the fedora-extras-commits mailing list