Name: libgringotts Version: 1.2.1 Release: 17%{?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 BuildRequires: bzip2-devel BuildRequires: libmcrypt-devel BuildRequires: mhash-devel BuildRequires: textutils BuildRequires: zlib-devel %description libGringotts is a small, easy-to-use, thread-safe C library originally developed for Gringotts; its purpose is to encapsulate data (generic: ASCII, but also binary data) in an encrypted and compressed structure, to be written in a file or used elseway. It makes use of strong 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 libGringotts to niewielka, łatwa w użyciu biblioteka napisana w C, początkowo tworzona dla Gringotts. Jej zadaniem jest przechowywanie danych (głównie: ASCII, ale równiez binarnych) w zaszyfrowanej i skompresowanej strukturze, zapisywanej np. w pliku. 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 The libgringotts-devel package contains libraries and header files for developing applications that use libgringotts. %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 make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT libgringottsdocdir=%{_pkgdocdir} #pcdir="%{RPM_BUILD_ROOT}%{_libdir}/pkgconfig/" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %{_pkgdocdir} %exclude %{_pkgdocdir}/manual.htm %{_libdir}/*.so.* %files devel %{_pkgdocdir}/manual.htm %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/* %changelog * Wed Jun 17 2015 Fedora Release Engineering - 1.2.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering - 1.2.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Fri Jun 27 2014 Ralf Corsépius - 1.2.1-15 - Reflect package is installing into %{_pkgdocdir} directly. * Thu Jun 19 2014 Yaakov Selkowitz - 1.2.1-14 - Fix for F20UnversionedDocdirs (#992085, #1106018) * Sat Jun 07 2014 Fedora Release Engineering - 1.2.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 1.2.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun May 19 2013 Christoph Wickert - 1.2.1-11 - Add aarch64 support (#925751) - Spec file clean-up * Thu Feb 14 2013 Fedora Release Engineering - 1.2.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering - 1.2.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 1.2.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 1.2.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Jul 24 2009 Fedora Release Engineering - 1.2.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering - 1.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Feb 06 2008 Jakub 'Livio' Rusinek - 1.2.1-4 - Shortened lines of text in description... Fixed * Mon Feb 04 2008 Jakub 'Livio' Rusinek - 1.2.1-3 - Summary... Fixed - Description... Fixed - Requires for -devel... Fixed * Mon Jan 28 2008 Jakub 'Livio' Rusinek - 1.2.1-2 - Summary and description... Fixed * Sat Jan 26 2008 Jakub 'Livio' Rusinek - 1.2.1-1 - Initial package