python 2.7 rebuild [release 0.1-2mamba;Fri May 31 2013]

This commit is contained in:
Silvan Calarco 2024-01-05 23:34:49 +01:00
parent 73d585c01c
commit 3fc6fbe61b
2 changed files with 58 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# gtknetcat
GtkNetCat is a GUI frontend for the old UNIX command nc (netcat).
This tool can be used to transfer files to another computer via gtknetcat: direct wired connection.

55
gtknetcat.spec Normal file
View File

@ -0,0 +1,55 @@
Name: gtknetcat
Version: 0.1
Release: 2mamba
Summary: GtkNetCat (GUI for netcat)
Group: Graphical Desktop/Applications/Networking
Vendor: openmamba
Distribution: openmamba
Packager: Fabio Giani <fabio.giani@gmail.com>
URL: http://www.lxde.org/
Source: http://downloads.sourceforge.net/project/lxde/GtkNetCat%20%28GUI%20for%20netcat%29/GtkNetCat%20%{version}/gtknetcat-%{version}.tar.gz
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
## AUTOBUILDREQ-END
BuildRequires: intltool
BuildRequires: libglib-devel
%description
GtkNetCat is a GUI frontend for the old UNIX command nc (netcat).
This tool can be used to transfer files to another computer via gtknetcat: direct wired connection.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/gtknetcat
%dir %{python_sitearch}/gtknetcat
%{python_sitearch}/gtknetcat/*
%{_libexecdir}/gtknetcat.py
%{_datadir}/gtknetcat/wizard.glade
%{_datadir}/applications/%{name}.desktop
%doc AUTHORS COPYING
#README
%changelog
* Fri May 31 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1-2mamba
- python 2.7 rebuild
* Fri Jan 15 2010 Fabio Giani <fabio.giani@gmail.com> 0.1-1mamba
- package created by autospec