Accepting request 77138 from home:jengelh:dev
The well-known graphical SSH frontend "putty". OBS-URL: https://build.opensuse.org/request/show/77138 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/putty?expand=0&rev=1
This commit is contained in:
commit
1509dd04df
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
putty-0.61.tar.xz
Normal file
3
putty-0.61.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90e1bfef7bd4e1fa440a145e318ffe69e2ddfa8ac0d5c64be707759213621a41
|
||||||
|
size 1064416
|
4
putty.changes
Normal file
4
putty.changes
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 26 23:25:28 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Initial package for build.opensuse.org
|
37
putty.spec
Normal file
37
putty.spec
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
Name: putty
|
||||||
|
Version: 0.61
|
||||||
|
Release: 0
|
||||||
|
Group: System/X11/Utilities
|
||||||
|
Summary: GTK-based terminal emulator program
|
||||||
|
License: MIT
|
||||||
|
URL: http://www.chiark.greenend.org.uk/~sgtatham/putty/
|
||||||
|
|
||||||
|
Source: %name-%version.tar.xz
|
||||||
|
BuildRoot: %_tmppath/%name-%version-build
|
||||||
|
BuildRequires: gtk2-devel, xz
|
||||||
|
|
||||||
|
%description
|
||||||
|
PuTTY is a terminal emulator application which can act as a client
|
||||||
|
for the SSH, Telnet, rlogin, and raw TCP computing protocols and as a
|
||||||
|
serial console client.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup
|
||||||
|
|
||||||
|
%build
|
||||||
|
pushd unix/;
|
||||||
|
%configure
|
||||||
|
make %{?_smp_mflags};
|
||||||
|
popd;
|
||||||
|
|
||||||
|
%install
|
||||||
|
pushd unix/;
|
||||||
|
make install DESTDIR="%buildroot";
|
||||||
|
popd;
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%_bindir/*
|
||||||
|
%doc %_mandir/man*/*
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user