rpms/openafs/F-14 openafs.spec,1.6,1.7

Jack Neely jjneely at rpmfusion.org
Mon Mar 7 20:14:04 CET 2011


Author: jjneely

Update of /cvs/free/rpms/openafs/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16196

Modified Files:
	openafs.spec 
Log Message:
* Mon Mar 07 2011 Jack Neely <jjneely at ncsu.edu> 0:1.4.14-3
- rpmFusion Bug #1649
- Include the static libraries in openafs-devel as they are required
  for other tools to use the OpenAFS C APIs
- Set CCOBJ=-fPIC so that the static libraries work properly in x86_64 land
- Enable support for supergroups



Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/F-14/openafs.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openafs.spec	2 Mar 2011 20:57:11 -0000	1.6
+++ openafs.spec	7 Mar 2011 19:14:04 -0000	1.7
@@ -13,7 +13,7 @@
 Summary:        Enterprise Network File System
 Name:           openafs
 Version:        1.4.14
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        IBM
 Group:          System Environment/Daemons
 URL:            http://www.openafs.org
@@ -112,7 +112,9 @@
         --with-linux-kernel-headers=%{ksource_dir} \
         --disable-kernel-module \
         --disable-strip-binaries \
-        --with-krb5-conf=/usr/bin/krb5-config
+        --enable-supergroups  \
+        --with-krb5-conf=/usr/bin/krb5-config \
+        CCOBJ=-fPIC
 
     # Build is not SMP compliant
     make $RPM_OPT_FLGS all_nolibafs
@@ -145,10 +147,6 @@
 # Include kpasswd as kpasswd.kas so I can change my admin tokens
 mv ${RPM_BUILD_ROOT}/usr/bin/kpasswd ${RPM_BUILD_ROOT}/usr/bin/kpasswd.kas
 
-# No static libraries
-rm -f ${RPM_BUILD_ROOT}%{_libdir}/lib*.a
-rm -fr ${RPM_BUILD_ROOT}%{_libdir}/afs
-
 # Put the PAM modules in a sane place
 mkdir -p ${RPM_BUILD_ROOT}/%{_lib}/security
 mv ${RPM_BUILD_ROOT}%{_libdir}/pam_afs.krb.so.1 \
@@ -295,9 +293,18 @@
 %{_libdir}/libafsauthent.so
 %{_libdir}/libafsrpc.so
 %{_libdir}/libafssetpag.so
+%{_libdir}/lib*.a
+%{_libdir}/afs
 
 
 %changelog
+* Mon Mar 07 2011 Jack Neely <jjneely at ncsu.edu> 0:1.4.14-3
+- rpmFusion Bug #1649
+- Include the static libraries in openafs-devel as they are required
+  for other tools to use the OpenAFS C APIs
+- Set CCOBJ=-fPIC so that the static libraries work properly in x86_64 land
+- Enable support for supergroups
+
 * Wed Mar 02 2011 Jack Neely <jjneely at ncsu.edu> 0:1.4.14-2
 - Update the CellServDB to the current list from
   http://dl.central.org/dl/cellservdb/CellServDB



More information about the rpmfusion-commits mailing list