SPECS/libgssglue/libgssglue.spec
ed8e247b
 Summary:        This library exports a gssapi interface
 Name:           libgssglue
 Version:        0.4
3bd4c702
 Release:        3%{?dist}
ed8e247b
 License:        BSD
 URL:            http://www.citi.umich.edu/projects/nfsv4/linux/
 Group:          System Environment/Libraries
 Vendor:         VMware, Inc.
 Distribution:   Photon
 Source0:        http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/%{name}-%{version}.tar.gz
 %define sha1    libgssglue=a8edc4f6a1d4dcd80ad52d18226fc65fa8850af1
 
 %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.
 
 %package        devel
 Summary:        Header and development files
 Requires:       %{name} = %{version}
 %description    devel
3bd4c702
 It contains the libraries and header files to create applications
ed8e247b
 
 %prep
 %setup -q
 %build
7b88811f
 %configure --prefix=/usr --disable-static
ed8e247b
 
 make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install
 find %{buildroot}/%{_libdir} -name '*.la' -delete
 
 %post
 
 %files
 %defattr(-,root,root)
 %{_libdir}/libgssglue.so.*
 
 %files  devel
 %defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/libgssglue.so
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
3bd4c702
 *   Thu Oct 25 2018 Ajay Kaher <akaher@vmware.com> 0.4-3
 -   Corrected spec file name
7b88811f
 *   Thu Jul 26 2018 Ajay Kaher <akaher@vmware.com> 0.4-2
 -   Resolved compilation error for aarch64
ed8e247b
 *   Mon Jan 22 2018 Xiaolin Li <xiaolinl@vmware.com> 0.4-1
 -   Initial build. First version