automatic version update by autodist [release 1.3.0-1mamba;Sat Aug 22 2020]
This commit is contained in:
parent
f3287a9e75
commit
df33d3d49d
12
libnsl.spec
12
libnsl.spec
@ -1,5 +1,5 @@
|
||||
Name: libnsl
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0
|
||||
Release: 1mamba
|
||||
Summary: This library contains the public client interface for NIS(YP) and NIS+ in a IPv6 ready version
|
||||
Group: System/Libraries
|
||||
@ -33,9 +33,9 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -43,7 +43,7 @@ This package contains libraries and header files for developing applications tha
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
#%find_lang %{name} || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -51,7 +51,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%files
|
||||
#-f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libnsl.so.*
|
||||
%doc COPYING
|
||||
@ -67,6 +68,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Sat Aug 22 2020 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
||||
- update to 1.2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user