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