update to 0.77 [release 0.77-1mamba;Tue Jul 05 2022]
This commit is contained in:
parent
cfac014e8d
commit
95e9b9936d
51
putty.spec
51
putty.spec
@ -1,46 +1,48 @@
|
|||||||
Name: putty
|
Name: putty
|
||||||
Version: 0.76
|
Version: 0.77
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A free implementation of Telnet and SSH with GTK GUI
|
Summary: A free implementation of Telnet and SSH with GTK GUI
|
||||||
Group: Graphical Desktop/Applications/Networking
|
Group: Graphical Desktop/Applications/Networking
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.chiark.greenend.org.uk/~sgtatham/putty/
|
URL: https://www.chiark.greenend.org.uk/~sgtatham/putty/
|
||||||
Source0: http://the.earth.li/~sgtatham/putty/latest/putty-%{version}.tar.gz
|
Source0: https://the.earth.li/~sgtatham/putty/%{version}/putty-%{version}.tar.gz
|
||||||
Source1: putty.desktop
|
Source1: putty.desktop
|
||||||
Source2: putty.png
|
Source2: putty.png
|
||||||
Patch0: putty-0.62-glibc-2.16.patch
|
Patch0: putty-0.62-glibc-2.16.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildRequires: libgtk1-devel
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libICE-devel
|
||||||
|
BuildRequires: libSM-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libcairo-devel
|
||||||
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libgtk3-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
|
BuildRequires: libpango-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms, along with an xterm terminal emulator.
|
PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms, along with an xterm terminal emulator.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd unix
|
%cmake -d build
|
||||||
%configure
|
|
||||||
%make VER=-DRELEASE=%{version}
|
|
||||||
|
|
||||||
##%{__sed} -i -e "/.*sbcsdat.c/d" manifest
|
%make
|
||||||
#./mkfiles.pl
|
|
||||||
#sed -i -e "s/-O2 -Wall -Werror/$RPM_OPT_FLAGS/g" \
|
|
||||||
# -e "s,/usr/local,%{_prefix},g" \
|
|
||||||
# unix/Makefile.gtk
|
|
||||||
#ln -s Makefile.gtk unix/Makefile
|
|
||||||
|
|
||||||
#% make -C unix -f Makefile.gtk VER=-DRELEASE=%{version}
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
%makeinstall -C build
|
||||||
install -d %{buildroot}/{%{_bindir},%{_mandir}/man1}
|
|
||||||
|
|
||||||
%makeinstall -C unix -f Makefile.gtk \
|
|
||||||
prefix=%{_prefix} mandir=%{_mandir}
|
|
||||||
|
|
||||||
install -D -m 0644 %{S:1} \
|
install -D -m 0644 %{S:1} \
|
||||||
%{buildroot}%{_datadir}/applications/%{name}.desktop
|
%{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||||
@ -53,19 +55,24 @@ install -D -m 0644 %{S:2} \
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/pageant
|
%{_bindir}/pageant
|
||||||
|
%{_bindir}/psusan
|
||||||
%{_bindir}/plink
|
%{_bindir}/plink
|
||||||
%{_bindir}/pscp
|
%{_bindir}/pscp
|
||||||
%{_bindir}/psftp
|
%{_bindir}/psftp
|
||||||
%{_bindir}/pterm
|
%{_bindir}/pterm
|
||||||
%{_bindir}/putty
|
%{_bindir}/putty
|
||||||
%{_bindir}/puttygen
|
%{_bindir}/puttygen
|
||||||
%{_bindir}/puttytel
|
#%{_bindir}/puttytel
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/pixmaps/putty.png
|
%{_datadir}/pixmaps/putty.png
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%doc LICENCE README*
|
%doc LICENCE
|
||||||
|
#README*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 05 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.77-1mamba
|
||||||
|
- update to 0.77
|
||||||
|
|
||||||
* Sun Jul 18 2021 Automatic Build System <autodist@mambasoft.it> 0.76-1mamba
|
* Sun Jul 18 2021 Automatic Build System <autodist@mambasoft.it> 0.76-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user