diff --git a/ucspi-unix.spec b/ucspi-unix.spec index 7ce3234..81f1041 100644 --- a/ucspi-unix.spec +++ b/ucspi-unix.spec @@ -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 1.0-1mamba +- automatic update by autodist + * Sun Aug 11 2013 Automatic Build System 0.36-2mamba - automatic rebuild by autodist