2008-06-12 Jeff Cai<[email protected]>
authorqc161282
Thu, 12 Jun 2008 08:11:09 +0000
changeset 12647 3ec700becb40
parent 12646 c199639b1729
child 12648 2e5e8100e5b8
2008-06-12 Jeff Cai<[email protected]> * SUNWgnutls.spec:Fix attr error. * base-specs/gnutls.spec:Add option to disable guile
ChangeLog
SUNWgnutls.spec
base-specs/gnutls.spec
--- a/ChangeLog	Thu Jun 12 07:35:58 2008 +0000
+++ b/ChangeLog	Thu Jun 12 08:11:09 2008 +0000
@@ -1,3 +1,8 @@
+2008-06-12  Jeff Cai<[email protected]>
+
+	* SUNWgnutls.spec:Fix attr error.
+	* base-specs/gnutls.spec:Add option to disable guile
+
 2008-06-12  Jeff Cai<[email protected]>
 
 	* SUNWevolution-libs.spec:
--- a/SUNWgnutls.spec	Thu Jun 12 07:35:58 2008 +0000
+++ b/SUNWgnutls.spec	Thu Jun 12 08:11:09 2008 +0000
@@ -100,7 +100,9 @@
 
 %clean
 rm -rf $RPM_BUILD_ROOT
+
 %files
+%defattr (-, root, bin)
 %dir %attr (0755, root, bin) %{_libdir}
 %{_libdir}/lib*.so*
 %ifarch amd64 sparcv9
@@ -134,7 +136,9 @@
 
 %changelog
 * Thu Jun 12 2008 - [email protected]
-  Don't ship files that under GPLv3 which include some command tools and
+- Fix attr error.
+* Thu Jun 12 2008 - [email protected]
+- Don't ship files that under GPLv3 which include some command tools and
   header files.
 * Thu Apr 26 2007 - [email protected]
 - set CXX to $CXX -norunpath because libtool swallows this option sometimes
--- a/base-specs/gnutls.spec	Thu Jun 12 07:35:58 2008 +0000
+++ b/base-specs/gnutls.spec	Thu Jun 12 08:11:09 2008 +0000
@@ -79,7 +79,8 @@
     --mandir=%{_mandir} \
     --infodir=%{_datadir}/info \
     --localstatedir=%{_localstatedir} \
-    --with-included-libtasn1
+    --with-included-libtasn1 \
+    --enable-guile=no
 
 make -j $CPUS
 
@@ -105,10 +106,12 @@
 %{_includedir}/*
 
 %changelog
+* Thu Jun 12 2008 - [email protected]
+- Add an option to disable guile
 * Thu Jun 06 2008 - [email protected]
-  Bump to 2.2.4.
+- Bump to 2.2.4.
 * Thu Jan 31 2008 - [email protected]
-  Remove patches for 2.2
+- Remove patches for 2.2
 * Wed Jan 30 2008 - [email protected]
 - Currently the security team will take over ownership of GnuTLS. Therefore
   rollback to 1.6.3 and stop upgrading.