- dropped the utils sub-package
This commit is contained in:
parent
bc38fe5fbe
commit
23accbedc3
25
libica.spec
25
libica.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Library for accessing ICA hardware crypto on IBM zSeries
|
Summary: Library for accessing ICA hardware crypto on IBM zSeries
|
||||||
Name: libica
|
Name: libica
|
||||||
Version: 2.0.2
|
Version: 2.0.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: CPL
|
License: CPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://sourceforge.net/projects/opencryptoki/
|
URL: http://sourceforge.net/projects/opencryptoki/
|
||||||
@ -10,9 +10,13 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
ExclusiveArch: s390 s390x
|
ExclusiveArch: s390 s390x
|
||||||
|
Provides: %{name}-utils = 2.0.2-2
|
||||||
|
Obsoletes: %{name}-utils < 2.0.2-2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library of functions for accessing ICA hardware crypto on IBM zSeries.
|
A library of functions and utilities for accessing ICA hardware crypto on
|
||||||
|
IBM zSeries.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development tools for programs to access ICA hardware crypto on IBM zSeries
|
Summary: Development tools for programs to access ICA hardware crypto on IBM zSeries
|
||||||
@ -25,13 +29,6 @@ The libica-devel package contains the header files and static
|
|||||||
libraries necessary for developing programs accessing ICA hardware crypto on
|
libraries necessary for developing programs accessing ICA hardware crypto on
|
||||||
IBM zSeries.
|
IBM zSeries.
|
||||||
|
|
||||||
%package utils
|
|
||||||
Summary: Utility programs to access ICA hardware crypto on IBM zSeries
|
|
||||||
Group: System Environment/Base
|
|
||||||
|
|
||||||
%description utils
|
|
||||||
Utility programs to access ICA hardware crypto on IBM zSeries.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -67,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
%{_bindir}/icainfo
|
||||||
|
%{_bindir}/icastats
|
||||||
%{_libdir}/libica-%{version}.so
|
%{_libdir}/libica-%{version}.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -74,13 +73,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libica.so
|
%{_libdir}/libica.so
|
||||||
|
|
||||||
%files utils
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/icainfo
|
|
||||||
%{_bindir}/icastats
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 16 2010 Dan Horák <dan[at]danny.cz> - 2.0.2-2
|
||||||
|
- dropped the utils sub-package
|
||||||
|
|
||||||
* Mon Aug 17 2009 Dan Horák <dan[at]danny.cz> - 2.0.2-1
|
* Mon Aug 17 2009 Dan Horák <dan[at]danny.cz> - 2.0.2-1
|
||||||
- update to 2.0.2
|
- update to 2.0.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user