rpcsvc-proto/rpcsvc-proto.spec

71 lines
1.9 KiB
RPMSpec

Name: rpcsvc-proto
Version: 1.4.3
Release: 1mamba
Summary: rpcsvc protocol definitions from glibc
Group: Development/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/thkukuk/rpcsvc-proto
## GITSOURCE https://github.com/thkukuk/rpcsvc-proto.git rpcsvc-proto-1.2
Source: https://github.com/thkukuk/rpcsvc-proto.git/v%{version}/rpcsvc-proto-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
%description
rpcsvc protocol definitions from glibc.
%package devel
Group: Development/Libraries
Summary: rpcsvc protocol definitions from glibc
%description devel
rpcsvc protocol definitions from glibc.
This package contains header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
sed -i "s|autoreconf --install|autoreconf --install --force|" autogen.sh
./autogen.sh
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files devel
%defattr(-,root,root)
%{_bindir}/rpcgen
%dir %{_includedir}/rpcsvc
%{_includedir}/rpcsvc/*.h
%{_includedir}/rpcsvc/*.x
%{_mandir}/man1/rpcgen.1*
%doc AUTHORS COPYING ChangeLog NEWS README
%changelog
* Sat Jan 08 2022 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
- automatic version update by autodist
* Sun Sep 06 2020 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
- automatic version update by autodist
* Wed Apr 08 2020 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
- automatic version update by autodist
* Fri Aug 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-1mamba
- update to 1.4
* Sun Oct 01 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1mamba
- package created using the webbuild interface