SPECS: obexfs.spec - kill enforcing -O2, filterout not needed with...

qboosh qboosh at pld-linux.org
Sun Sep 10 13:36:59 CEST 2006


Author: qboosh                       Date: Sun Sep 10 11:36:59 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kill enforcing -O2, filterout not needed with fixed obexftp libs

---- Files affected:
SPECS:
   obexfs.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/obexfs.spec
diff -u SPECS/obexfs.spec:1.2 SPECS/obexfs.spec:1.3
--- SPECS/obexfs.spec:1.2	Sun Sep 10 09:52:06 2006
+++ SPECS/obexfs.spec	Sun Sep 10 13:36:54 2006
@@ -9,13 +9,14 @@
 Source0:	http://triq.net/obexftp/%{name}-%{version}.tar.gz
 # Source0-md5:	c8815a6347b0fa2d4fe1f250d88f4e58
 URL:		http://openobex.triq.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	libfuse-devel >= 2.4
 BuildRequires:	obexftp-devel >= 0.20
-BuildRequires:	rpmbuild(macros) >= 1.315
+BuildRequires:	pkgconfig
+BuildRequires:	sed >= 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define         filterout_ld    (-Wl,)?--as-needed
-
 %description
 FUSE based filesystem using ObexFTP.
 
@@ -25,7 +26,13 @@
 %prep
 %setup -q
 
+%{__sed} -i -e 's/-O2 //' configure.in
+
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -49,6 +56,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/09/10 11:36:54  qboosh
+- kill enforcing -O2, filterout not needed with fixed obexftp libs
+
 Revision 1.2  2006/09/10 07:52:06  qboosh
 - BR: rpmbuild(macros) >= 1.315 for filterout
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/obexfs.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list