[polarssl] Update 1.2.7 (Fix FTBFS on ARM), cleanup SPEC

Peter Robinson pbrobinson at fedoraproject.org
Wed Apr 17 15:47:47 UTC 2013


commit f1f9d29378c76264857d40f7c43f6e52741f5a54
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Apr 17 16:47:44 2013 +0100

    Update 1.2.7 (Fix FTBFS on ARM), cleanup SPEC

 .gitignore    |    1 +
 polarssl.spec |   15 +++++----------
 sources       |    2 +-
 3 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ddeb254..f85140f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /polarssl-1.2.4-gpl.tgz
 /polarssl-1.2.5-gpl.tgz
 /polarssl-1.2.6-gpl.tgz
+/polarssl-1.2.7-gpl.tgz
diff --git a/polarssl.spec b/polarssl.spec
index e2d4a3c..ee0b3df 100644
--- a/polarssl.spec
+++ b/polarssl.spec
@@ -1,5 +1,5 @@
 Name:           polarssl
-Version:        1.2.6
+Version:        1.2.7
 Release:        1%{?dist}
 Summary:        Light-weight cryptographic and SSL/TLS library
 
@@ -7,7 +7,7 @@ Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            http://polarssl.org/
 Source0:        http://polarssl.org/code/releases/%{name}-%{version}-gpl.tgz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  graphviz
@@ -52,38 +52,33 @@ ctest --output-on-failure
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_libexecdir}
 mv $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_libexecdir}/polarssl
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE ChangeLog
 %{_libdir}/*.so.*
 
 %files utils
-%defattr(-,root,root,-)
 %{_libexecdir}/%{name}/
 
 %files devel
-%defattr(-,root,root,-)
 %doc apidoc/*
 %{_includedir}/%{name}/
 %{_libdir}/*.so
 
 
 %changelog
+* Wed Apr 17 2013 Peter Robinson <pbrobinson at fedoraproject.org> 1.2.7-1
+- Update 1.2.7 (Fix FTBFS on ARM), cleanup SPEC
+
 * Sun Mar 31 2013 Mads Kiilerich <mads at kiilerich.com> - 1.2.6-1
 - polarssl-1.2.6
     - TLS and DTLS protocol issue:      CVE-2013-0169  (bug 907589)
diff --git a/sources b/sources
index 4c76715..320abe1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e00d55ddda1e68a16af766dd92d69ce6  polarssl-1.2.6-gpl.tgz
+bd3dfa7e37ba2778e42d74a34c5d41d8  polarssl-1.2.7-gpl.tgz


More information about the scm-commits mailing list