|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: libtomcrypt
|
|
|
|
|
Version: 1.17
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Summary: a comprehensive, portable cryptographic toolkit
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Summary: A comprehensive, portable cryptographic toolkit
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: Public Domain
|
|
|
|
|
URL: http://www.libtom.org/?page=features&newsitems=5&whatfile=crypt
|
|
|
|
@ -28,12 +28,20 @@ snippet examples.
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
BuildRequires: tetex-latex, tetex-dvips, ghostscript
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
|
Summary: Documentation files for %{name}
|
|
|
|
|
Group: Documentation
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
BuildRequires: tetex-latex, tetex-dvips, ghostscript
|
|
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
|
The %{name}-doc package contains documentation for use with %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1 -b .makefile
|
|
|
|
@ -90,11 +98,20 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc doc/crypt.pdf
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
%{_includedir}/tomcrypt
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc LICENSE doc/crypt.pdf
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Nov 25 2007 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.17-8
|
|
|
|
|
- Resolve multilib conflicts from Bug #342431 by splitting out
|
|
|
|
|
documentation to libtomcrypt-docs subpackage
|
|
|
|
|
- fix rpmlint Summary: warning
|
|
|
|
|
|
|
|
|
|
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.17-7
|
|
|
|
|
- Rebuild for selinux ppc32 issue.
|
|
|
|
|
|
|
|
|
|