Name: cryptopp Version: 5.6.3 Release: 5%{?dist} Summary: C++ class library of cryptographic schemes License: Boost Group: System Environment/Libraries URL: http://www.cryptopp.com/ Source0: http://www.cryptopp.com/cryptopp563.zip Source1: cryptopp.pc Patch0: cryptopp-autotools.patch # Debian patch installs TestVectors and TestData in /usr/share/cryptopp/ # http://groups.google.com/group/cryptopp-users/browse_thread/thread/6fe2192340f07e5d Patch1: cryptopp-data-files-location.patch Patch2: cryptopp-fix_the_Rijndael_timing_attack_counter_measure.patch Patch3: cryptopp-improve_constant_propagation.patch BuildRequires: doxygen, autoconf, libtool %description Crypto++ Library is a free C++ class library of cryptographic schemes. See http://www.cryptopp.com/ for a list of supported algorithms. One purpose of Crypto++ is to act as a repository of public domain (not copyrighted) source code. Although the library is copyrighted as a compilation, the individual files in it are in the public domain. %package devel Summary: Header files and development documentation for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel Crypto++ Library is a free C++ class library of cryptographic schemes. This package contains the header files and development documentation for %{name}. %package doc Summary: Documentation for %{name} Group: Documentation BuildArch: noarch %description doc Crypto++ Library is a free C++ class library of cryptographic schemes. This package contains documentation for %{name}. %package progs Summary: Programs for manipulating %{name} routines Group: Development/Tools Requires: %{name} = %{version}-%{release} %description progs Crypto++ Library is a free C++ class library of cryptographic schemes. This package contains programs for manipulating %{name} routines. %prep %setup -q -c rm -f GNUmakefile %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 autoreconf --verbose --force --install perl -pi -e 's/\r$//g' License.txt Readme.txt %build %configure --disable-static make %{?_smp_mflags} doxygen %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c " find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' # Install the pkg-config file install -D -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/cryptopp.pc # Fill in the variables sed -i "s|@PREFIX@|%{_prefix}|g" $RPM_BUILD_ROOT%{_libdir}/pkgconfig/cryptopp.pc sed -i "s|@LIBDIR@|%{_libdir}|g" $RPM_BUILD_ROOT%{_libdir}/pkgconfig/cryptopp.pc mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/TestVectors mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/TestData install -m644 TestVectors/* $RPM_BUILD_ROOT%{_datadir}/%{name}/TestVectors install -m644 TestData/* $RPM_BUILD_ROOT%{_datadir}/%{name}/TestData rm -f $RPM_BUILD_ROOT%{_bindir}/cryptestcwd %check ./cryptestcwd v %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %{_libdir}/libcryptopp.so.6* %doc License.txt Readme.txt %files devel %{_includedir}/cryptopp %{_libdir}/libcryptopp.so %{_libdir}/pkgconfig/cryptopp.pc %files doc %doc html-docs/* %files progs %{_bindir}/cryptest %{_datadir}/%{name} %changelog * Tue Jul 26 2016 Morten Stevens - 5.6.3-5 - Rebuilt f25/f26 dist tag * Tue Jul 26 2016 Morten Stevens - 5.6.3-4 - Rebuilt for c++ ABI breakage (#1360441) * Mon Apr 11 2016 Morten Stevens - 5.6.3-3 - CVE-2016-3995 * Wed Feb 03 2016 Fedora Release Engineering - 5.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jan 08 2016 Morten Stevens - 5.6.3-1 - Update to 5.6.3 * Sun Nov 08 2015 Morten Stevens - 5.6.2-10 - Remove libdir from pkg-config file #1161960 * Mon Jun 29 2015 Morten Stevens - 5.6.2-9 - CVE-2015-2141 * Wed Jun 17 2015 Fedora Release Engineering - 5.6.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Apr 23 2015 Morten Stevens - 5.6.2-7 - Rebuilt for yet another C++ ABI break * Thu Feb 19 2015 Morten Stevens - 5.6.2-6 - GCC 5 rebuilt * Sat Aug 16 2014 Fedora Release Engineering - 5.6.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 5.6.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 5.6.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Apr 4 2013 Alexey Kurov - 5.6.2-2 - cryptopp.pc cleanup * Wed Apr 3 2013 Alexey Kurov - 5.6.2-1 - Crypto++ 5.6.2 - License: Boost * Wed Feb 13 2013 Fedora Release Engineering - 5.6.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 5.6.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Feb 28 2012 Fedora Release Engineering - 5.6.1-7 - Rebuilt for c++ ABI breakage * Thu Jan 5 2012 Alexey Kurov - 5.6.1-6 - fix build with gcc-4.7.0 * Mon Oct 17 2011 Alexey Kurov - 5.6.1-5 - remove includedir in cryptopp.pc (rhbz#732208) * Tue Feb 08 2011 Fedora Release Engineering - 5.6.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sun Jan 23 2011 Alexey Kurov - 5.6.1-3 - patch config.h for enable SSE2 only on x86_64 * Thu Oct 21 2010 Alexey Kurov - 5.6.1-2 - add -DCRYPTOPP_DISABLE_SSE2 to CXXFLAGS instead of config.h for non-x86_64 (rhbz#645169) - install TestVectors and TestData in cryptopp-progs - patch cryptest for using data files in /usr/share/cryptopp - build cryptestcwd for build time test only - fix check section * Wed Sep 1 2010 Alexey Kurov - 5.6.1-1 - Crypto++ 5.6.1 - fixed pkgconfig file installation - build cryptopp-doc as noarch subpkg * Thu Nov 26 2009 Alexey Kurov - 5.6.1-0.1.svn479 - svn r479. MARS placed in the public domain by Wei Dai - Fixes rhbz#539227 * Fri Oct 30 2009 Rahul Sundaram 5.6.0-5 - Fix source * Wed Oct 28 2009 Rahul Sundaram 5.6.0-4 - Add pkgconfig file. Fixes rhbz#512761 * Fri Jul 24 2009 Fedora Release Engineering - 5.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Jun 9 2009 Dan Horak 5.6.0-2 - add support for s390/s390x * Sun Mar 15 2009 Aurelien Bompard 5.6.0-1 - version 5.6.0 - rediff patches * Tue Feb 24 2009 Fedora Release Engineering - 5.5.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Sep 30 2008 Aurelien Bompard 5.5.2-3 - purge source archive from patented code - use SSE2 on x86_64 - preserve timestamps on install * Mon Sep 22 2008 Aurelien Bompard 5.5.2-2 - rediff gcc 4.3 patch * Wed Aug 27 2008 Aurelien Bompard 5.5.2-1 - adapt to fedora, from Mandriva