update to 0.5 [release 0.5-1mamba;Sat Jul 23 2022]
This commit is contained in:
parent
0fe770a291
commit
723d7cf6a7
@ -1,18 +1,18 @@
|
|||||||
Name: libgssglue
|
Name: libgssglue
|
||||||
Version: 0.4
|
Version: 0.5
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: This library exports a gssapi interface by calling gssapi routines in other libraries
|
Summary: This library exports a gssapi interface by calling gssapi routines in other libraries
|
||||||
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://www.citi.umich.edu/projects/nfsv4/linux/
|
URL: http://www.citi.umich.edu/projects/nfsv4/linux/
|
||||||
Source: http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/libgssglue-%{version}.tar.gz
|
Source: https://gitlab.com/gsasl/libgssglue.git/libgssglue-%{version}/libgssglue-%{version}.tar.bz2
|
||||||
|
#Source: http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/libgssglue-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library exports a gssapi interface, but doesn't implement any gssapi mechanisms itself; instead it calls gssapi routines in other libraries, depending on the mechanism.
|
This library exports a gssapi interface, but doesn't implement any gssapi mechanisms itself; instead it calls gssapi routines in other libraries, depending on the mechanism.
|
||||||
@ -30,7 +30,8 @@ This package contains static libraries and header files needed for development.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
#sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
./bootstrap
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if "%{_host}" != "%{_build}"
|
%if "%{_host}" != "%{_build}"
|
||||||
@ -65,6 +66,9 @@ export ac_cv_func_realloc_0_nonnull=yes
|
|||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5-1mamba
|
||||||
|
- update to 0.5
|
||||||
|
|
||||||
* Sat Dec 05 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4-2mamba
|
* Sat Dec 05 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4-2mamba
|
||||||
- rebuilt with debug package and aarch64 build fix
|
- rebuilt with debug package and aarch64 build fix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user