4cd4e3e
Name:           gns3-net-converter
4cd4e3e
Version:        1.3.0
4cd4e3e
Release:        2%{?dist}
4cd4e3e
Summary:        Convert old ini-style GNS3 topologies to v1+ JSON format
4cd4e3e
4cd4e3e
License:        GPLv3
4cd4e3e
URL:            http://gns3.com
4cd4e3e
Source0:        https://files.pythonhosted.org/packages/source/g/%{name}/%{name}-%{version}.tar.gz
4cd4e3e
4cd4e3e
BuildArch:      noarch
4cd4e3e
BuildRequires:  python3-devel
4cd4e3e
Requires: python3-configobj
4cd4e3e
4cd4e3e
%description
4cd4e3e
GNS3 is a graphical network simulator that allows you to design complex network
4cd4e3e
topologies. You may run simulations or configure devices ranging from simple 
4cd4e3e
workstations to powerful routers. 
4cd4e3e
4cd4e3e
GNS3 Converter is designed to convert old ini-style GNS3 topologies (<=0.8.7)
4cd4e3e
to the newer version v1+ JSON format for use in GNS3 v1+.
4cd4e3e
4cd4e3e
%prep
4cd4e3e
%autosetup 
4cd4e3e
4cd4e3e
%build
4cd4e3e
%py3_build
4cd4e3e
4cd4e3e
%install
4cd4e3e
%py3_install
4cd4e3e
4cd4e3e
4cd4e3e
%check
4cd4e3e
# Does not have one
4cd4e3e
4cd4e3e
4cd4e3e
%files 
4cd4e3e
%license COPYING
4cd4e3e
%doc README.rst ChangeLog
4cd4e3e
%{python3_sitelib}/gns3converter
4cd4e3e
%{python3_sitelib}/gns3_net_converter-*.egg-info
4cd4e3e
%{_bindir}/gns3-converter
4cd4e3e
4cd4e3e
4cd4e3e
%changelog
4cd4e3e
* Fri Jul 29 2016 Athmane Madjoudj <athmane@fedoraproject.org> - 1.3.0-2
4cd4e3e
- Fix copy-paste issues
4cd4e3e
- Use pyhosted urls (more clean)
4cd4e3e
4cd4e3e
* Tue Jul 05 2016 Athmane Madjoudj <athmane@fedoraproject.org> - 1.3.0-1
4cd4e3e
- Initial spec