[libgringotts] Add aarch64 support

Christoph Wickert cwickert at fedoraproject.org
Sun May 19 15:06:59 UTC 2013


commit c89e1e53db49733daf65587118f20ad48f54f530
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun May 19 17:06:54 2013 +0200

    Add aarch64 support
    
    - Spec file clean-up

 libgringotts.spec |   57 +++++++++++++++++++++++++++++++---------------------
 1 files changed, 34 insertions(+), 23 deletions(-)
---
diff --git a/libgringotts.spec b/libgringotts.spec
index bd0db05..4fa0eb2 100644
--- a/libgringotts.spec
+++ b/libgringotts.spec
@@ -1,16 +1,22 @@
-Name:			libgringotts
-Version:		1.2.1
-Release:		10%{?dist}
-Summary:		A backend for managing encrypted data files on the disk
-Summary(pl):		Zaplecze do zarządzania zaszyfrowanymi plikami danych na dysku
+Name:           libgringotts
+Version:        1.2.1
+Release:        10%{?dist}
+Summary:        A backend for managing encrypted data files on the disk
+Summary(pl):    Zaplecze do zarządzania zaszyfrowanymi plikami danych na dysku
+
+Group:          System Environment/Libraries
+License:        GPLv2+
+URL:            http://gringotts.shlomifish.org/
+Source0:        http://download.berlios.de/gringotts/%{name}-%{version}.tar.bz2
+Patch0:         libgringotts-1.2.1-aarch64.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  bzip2-devel
+BuildRequires:  libmcrypt-devel
+BuildRequires:  mhash-devel
+BuildRequires:  textutils
+BuildRequires:  zlib-devel
 
-Group:			System Environment/Libraries
-License:		GPLv2+
-URL:			http://gringotts.berlios.de/        
-Source0:		http://download.berlios.de/gringotts/%{name}-%{version}.tar.bz2
-BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:		libmcrypt-devel mhash-devel zlib-devel bzip2-devel textutils
 
 %description
 libGringotts is a small, easy-to-use, thread-safe C library
@@ -22,7 +28,7 @@ encryption algorithms, to ensure the data are as safe
 as possible, and allow the user to have the complete 
 control over all the algorithms used in the process.
 
-%description		-l pl
+%description        -l pl
 libGringotts to niewielka, łatwa w użyciu biblioteka 
 napisana w C, początkowo tworzona dla Gringotts. 
 Jej zadaniem jest przechowywanie danych 
@@ -32,23 +38,25 @@ Używa ona silnych algorytmów szyfrujących
 dla maskymalnego bezpieczeństwa danych 
 oraz by zapewnić użytkownikowi pełną kontrolę nad nimi.
 
-%package		devel
-Summary:		Development files for libgringotts
-Summary(pl):		Pliki deweloperskie dla libgringotts
-Group:			Development/Libraries
-Requires:		libgringotts = %{version}-%{release} pkgconfig
 
-%description		devel
+%package        devel
+Summary:        Development files for libgringotts
+Summary(pl):    Pliki deweloperskie dla libgringotts
+Group:          Development/Libraries
+Requires:       libgringotts = %{version}-%{release} pkgconfig
+
+%description    devel
 The libgringotts-devel package contains libraries and header files for
 developing applications that use libgringotts.
 
-%description		devel -l pl
+%description    devel -l pl
 Pakiet libgringotts-devel zawiera biblioteki i pliki nagłówków 
 niezbędne do tworzenia aplikacji, które używają libgringotts.
 
+
 %prep
 %setup -q
-
+%patch0 -p1 -b .aarch64
 
 %build
 %configure --disable-static
@@ -81,11 +89,14 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/manual.htm
 %{_includedir}/*
 %{_libdir}/*.so
-#%{_libdir}/*.a
 %{_libdir}/pkgconfig/*
 
 
 %changelog
+* Sun May 19 2013  Christoph Wickert <cwickert at fedoraproject.org> - 1.2.1-11
+- Add aarch64 support
+- Spec file clean-up
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -104,7 +115,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Wed Feb 04 2008 Jakub 'Livio' Rusinek <jakub.rusinek at gmail.com> - 1.2.1-4
+* Wed Feb 06 2008 Jakub 'Livio' Rusinek <jakub.rusinek at gmail.com> - 1.2.1-4
 - Shortened lines of text in description... Fixed
 
 * Mon Feb 04 2008 Jakub 'Livio' Rusinek <jakub.rusinek at gmail.com> - 1.2.1-3


More information about the scm-commits mailing list