automatic update by autodist [release 1.0-1mamba;Tue Dec 12 2017]
This commit is contained in:
parent
f5713b2d10
commit
7ef3cd71b8
@ -1,6 +1,6 @@
|
||||
Name: ucspi-unix
|
||||
Version: 0.36
|
||||
Release: 2mamba
|
||||
Version: 1.0
|
||||
Release: 1mamba
|
||||
Summary: UNIX-domain socket client-server command-line tools
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
@ -23,7 +23,7 @@ unixclient and unixserver conform to UCSPI, the UNIX Client-Server Program Inter
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
echo %{_bindir} >conf-bin
|
||||
@ -32,14 +32,12 @@ echo %{_mandir} >conf-man
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
rm -fr %{buildroot}
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
mkdir -p %{buildroot}%{_mandir}
|
||||
echo %{buildroot}%{_bindir} >conf-bin
|
||||
echo %{buildroot}%{_mandir} >conf-man
|
||||
make installer instcheck
|
||||
./installer
|
||||
./instcheck
|
||||
#rm -fr %{buildroot}
|
||||
#mkdir -p %{buildroot}%{_bindir}
|
||||
#mkdir -p %{buildroot}%{_mandir}
|
||||
%makeinstall prefix=%{buildroot} mandir=%{_mandir} bindir=%{_bindir}
|
||||
#./installer
|
||||
#./instcheck
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -49,11 +47,14 @@ make installer instcheck
|
||||
%{_bindir}/unixcat
|
||||
%{_bindir}/unixclient
|
||||
%{_bindir}/unixserver
|
||||
%{_mandir}/man1/unixclient.1.gz
|
||||
%{_mandir}/man1/unixserver.1.gz
|
||||
%{_mandir}/man1/unixclient.1*
|
||||
%{_mandir}/man1/unixserver.1*
|
||||
%doc COPYING NEWS README TODO
|
||||
|
||||
%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
|
||||
- automatic rebuild by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user