automatic version update by autodist [release 0.3.15-1mamba;Mon Jun 28 2021]
This commit is contained in:
parent
38f8d8cf05
commit
3ff6992cca
@ -1,13 +1,13 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-3)
|
%define majver %(echo %version | cut -d. -f1-3)
|
||||||
Name: trousers
|
Name: trousers
|
||||||
Version: 0.3.14
|
Version: 0.3.15
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An open-source TCG Software Stack implementation
|
Summary: An open-source TCG Software Stack implementation
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/trousers/
|
URL: https://sourceforge.net/projects/trousers/
|
||||||
Source: http://downloads.sourceforge.net/project/trousers/trousers/%{majver}/trousers-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/project/trousers/trousers/%{majver}/trousers-%{version}.tar.gz
|
||||||
Source1: tcsd.service
|
Source1: tcsd.service
|
||||||
Patch0: trousers-0.3.13-gcc-5.patch
|
Patch0: trousers-0.3.13-gcc-5.patch
|
||||||
@ -17,7 +17,6 @@ License: Common Public Attribution License 1.0
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
TrouSerS is an open-source TCG Software Stack implementation, created and released by IBM.
|
TrouSerS is an open-source TCG Software Stack implementation, created and released by IBM.
|
||||||
@ -33,10 +32,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q
|
||||||
#%patch0 -p1
|
./bootstrap.sh
|
||||||
%patch1 -p1
|
|
||||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -77,6 +74,9 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/tcsd.service
|
|||||||
%doc ChangeLog README README.selinux TODO
|
%doc ChangeLog README README.selinux TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 28 2021 Automatic Build System <autodist@mambasoft.it> 0.3.15-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Nov 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.14-1mamba
|
* Sat Nov 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.14-1mamba
|
||||||
- update to 0.3.14
|
- update to 0.3.14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user