libtirpc1: move out netconfig file and man conflicting with libtirpc [release 0.3.1-3mamba;Thu Jan 09 2020]
This commit is contained in:
parent
cbb2857fd5
commit
1a930caa96
@ -1,6 +1,6 @@
|
|||||||
Name: libtirpc1
|
Name: libtirpc1
|
||||||
Version: 0.3.1
|
Version: 0.3.1
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A port of Suns Transport-Independent RPC library to Linux
|
Summary: A port of Suns Transport-Independent RPC library to Linux
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -35,8 +35,11 @@ Libtirpc is a port of Suns Transport-Independent RPC library to Linux.
|
|||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libtirpc-%{version}
|
%setup -q -n libtirpc-%{version}
|
||||||
|
%define _default_patch_fuzz 2
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
#%patch2 -p1
|
#%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
@ -60,28 +63,25 @@ autoreconf -f -i
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config %{_sysconfdir}/netconfig
|
|
||||||
%{_libdir}/libtirpc.so.*
|
%{_libdir}/libtirpc.so.*
|
||||||
%{_mandir}/man5/netconfig.5*
|
|
||||||
%doc AUTHORS COPYING THANKS
|
%doc AUTHORS COPYING THANKS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%config %{_sysconfdir}/netconfig
|
||||||
%{_libdir}/libtirpc.a
|
%{_libdir}/libtirpc.a
|
||||||
%{_libdir}/libtirpc.la
|
%{_libdir}/libtirpc.la
|
||||||
%{_libdir}/libtirpc.so
|
%{_libdir}/libtirpc.so
|
||||||
# %{_bindir}/%{name}-config
|
|
||||||
# %{_datadir}/aclocal/*.m4
|
|
||||||
# %{_includedir}/*.h
|
|
||||||
%{_includedir}/tirpc
|
%{_includedir}/tirpc
|
||||||
# %{_libdir}/*.a
|
|
||||||
# %{_libdir}/*.la
|
|
||||||
# %{_libdir}/*.so
|
|
||||||
%{_libdir}/pkgconfig/libtirpc.pc
|
%{_libdir}/pkgconfig/libtirpc.pc
|
||||||
%{_mandir}/man3/*.3t*
|
%{_mandir}/man3/*.3t*
|
||||||
|
%{_mandir}/man5/netconfig.5*
|
||||||
%doc ChangeLog NEWS README TODO
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.1-3mamba
|
||||||
|
- libtirpc1: move out netconfig file and man conflicting with libtirpc
|
||||||
|
|
||||||
* Sun Nov 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.1-2mamba
|
* Sun Nov 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.1-2mamba
|
||||||
- legacy package
|
- legacy package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user