automatic update by autodist [release 1.0-1mamba;Tue Dec 12 2017]

This commit is contained in:
Automatic Build System 2024-01-05 18:46:15 +01:00
parent f5713b2d10
commit 7ef3cd71b8

View File

@ -1,6 +1,6 @@
Name: ucspi-unix Name: ucspi-unix
Version: 0.36 Version: 1.0
Release: 2mamba Release: 1mamba
Summary: UNIX-domain socket client-server command-line tools Summary: UNIX-domain socket client-server command-line tools
Group: System/Tools Group: System/Tools
Vendor: openmamba Vendor: openmamba
@ -23,7 +23,7 @@ unixclient and unixserver conform to UCSPI, the UNIX Client-Server Program Inter
%prep %prep
%setup -q %setup -q
%patch0 -p1 #%patch0 -p1
%build %build
echo %{_bindir} >conf-bin echo %{_bindir} >conf-bin
@ -32,14 +32,12 @@ echo %{_mandir} >conf-man
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -fr %{buildroot} #rm -fr %{buildroot}
mkdir -p %{buildroot}%{_bindir} #mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir} #mkdir -p %{buildroot}%{_mandir}
echo %{buildroot}%{_bindir} >conf-bin %makeinstall prefix=%{buildroot} mandir=%{_mandir} bindir=%{_bindir}
echo %{buildroot}%{_mandir} >conf-man #./installer
make installer instcheck #./instcheck
./installer
./instcheck
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -49,11 +47,14 @@ make installer instcheck
%{_bindir}/unixcat %{_bindir}/unixcat
%{_bindir}/unixclient %{_bindir}/unixclient
%{_bindir}/unixserver %{_bindir}/unixserver
%{_mandir}/man1/unixclient.1.gz %{_mandir}/man1/unixclient.1*
%{_mandir}/man1/unixserver.1.gz %{_mandir}/man1/unixserver.1*
%doc COPYING NEWS README TODO %doc COPYING NEWS README TODO
%changelog %changelog
* Tue Dec 12 2017 Automatic Build System <autodist@mambasoft.it> 1.0-1mamba
- automatic update by autodist
* Sun Aug 11 2013 Automatic Build System <autodist@mambasoft.it> 0.36-2mamba * Sun Aug 11 2013 Automatic Build System <autodist@mambasoft.it> 0.36-2mamba
- automatic rebuild by autodist - automatic rebuild by autodist