rpms/cadaver/devel cadaver.spec,1.33,1.34

Joe Orton (jorton) fedora-extras-commits at redhat.com
Sat Mar 29 21:07:09 UTC 2008


Author: jorton

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

Modified Files:
	cadaver.spec 
Log Message:
* Sat Mar 29 2008 Joe Orton <jorton at redhat.com> 0.23.2-4
- build with -fPIE not -fpie, might fix the SPARC build



Index: cadaver.spec
===================================================================
RCS file: /cvs/extras/rpms/cadaver/devel/cadaver.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- cadaver.spec	11 Feb 2008 10:52:06 -0000	1.33
+++ cadaver.spec	29 Mar 2008 21:06:34 -0000	1.34
@@ -1,6 +1,6 @@
 Name: cadaver
 Version: 0.23.2
-Release: 3
+Release: 4
 Summary: Command-line WebDAV client
 License: GPLv2+
 Group: Applications/Internet
@@ -19,7 +19,7 @@
 %setup -q
 
 %build
-export LDFLAGS=-pie CFLAGS="$RPM_OPT_FLAGS -fpie"
+export LDFLAGS=-pie CFLAGS="$RPM_OPT_FLAGS -fPIE"
 %configure --with-neon=%{_prefix} --enable-nls
 make %{?_smp_mflags}
 
@@ -39,6 +39,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Sat Mar 29 2008 Joe Orton <jorton at redhat.com> 0.23.2-4
+- build with -fPIE not -fpie, might fix the SPARC build
+
 * Mon Feb 11 2008 Joe Orton <jorton at redhat.com> 0.23.2-3
 - BuildRequire gettext
 




More information about the fedora-extras-commits mailing list