rpms/inn/F-9 inn.spec,1.44,1.45

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Thu Apr 24 17:40:42 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/inn/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14721

Modified Files:
	inn.spec 
Log Message:
 add sparc arches to the list for -fPIC



Index: inn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/inn/F-9/inn.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- inn.spec	24 Apr 2008 15:53:51 -0000	1.44
+++ inn.spec	24 Apr 2008 17:40:04 -0000	1.45
@@ -1,7 +1,7 @@
 Summary: The InterNetNews (INN) system, an Usenet news server
 Name: inn
 Version: 2.4.3
-Release: 14%{?dist}
+Release: 15%{?dist}
 #see LICENSE file for details
 License: GPL+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -88,7 +88,7 @@
 %build
 export DEFINE_INN_FLAGS="-D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_ET_COM_ERR_H"
 
-%ifarch s390 s390x
+%ifarch s390 s390x sparc sparcv9 sparc64
 export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
 %else
 export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fpic -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
@@ -323,6 +323,9 @@
 %{_mandir}/man1/inews*
 
 %changelog
+* Thu Apr 24 2008 Dennis Gilmore <dennis at ausil.us> - 2.4.3-15
+- add sparc arches to the list for -fPIC
+
 * Thu Apr 24 2008 Ondrej Vasik <ovasik at redhat.com> - 2.4.3-14
 - make /var/spool/news/incoming writable for news group
   (#426760)




More information about the fedora-extras-commits mailing list