SHA256
1
0
forked from pool/dynamips

Accepting request 71837 from home:babelworx:ldig:branches:Education

license update: GPL-2.0+
Always state version of license in spec file. Use syntax from spdx.org/licenses

OBS-URL: https://build.opensuse.org/request/show/71837
OBS-URL: https://build.opensuse.org/package/show/Education/dynamips?expand=0&rev=6
This commit is contained in:
andrea florio 2011-06-02 09:48:27 +00:00 committed by Git OBS Bridge
parent af3f30870f
commit 97ae306d03
2 changed files with 15 additions and 26 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat May 28 17:58:52 UTC 2011 - cfarrell@novell.com
- license update: GPL-2.0+
Always state version of license in spec file. Use syntax from
spdx.org/licenses
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 14:57:14 UTC 2011 - andrea@opensuse.org Mon Apr 11 14:57:14 UTC 2011 - andrea@opensuse.org

View File

@ -1,40 +1,23 @@
# #norootforbuild
# spec file for package dynamips
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%define pkg_extraver RC3 %define pkg_extraver RC3
Name: dynamips
Name: dynamips
Version: 0.2.8%{pkg_extraver} Version: 0.2.8%{pkg_extraver}
Release: 1 Release: 1
License: GPL License: GPL-2.0+
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libelf-devel libpcap-devel libuuid-devel BuildRequires: libuuid-devel libelf-devel libpcap-devel
Url: http://www.gns3.net URL: http://www.gns3.net
%ifarch x86_64 %ifarch x86_64
BuildRequires: glibc-devel-32bit BuildRequires: glibc-devel-32bit
%endif %endif
Source: %{name}-0.2.8-%{pkg_extraver}.tar.bz2 Source: %{name}-0.2.8-%{pkg_extraver}.tar.bz2
Group: System/Emulators/Other Group: System/Emulators/Other
Summary: Cisco router Emulator Summary: Cisco router Emulator
Patch0: dynamips-0.2.8-%{pkg_extraver}-make.patch Patch0: dynamips-0.2.8-%{pkg_extraver}-make.patch
%description %description
Cisco Router Emulator supported by GNS3 Community Cisco Router Emulator supported by GNS3 Community
Dynamips emulates Cisco 7200/3600/3725/3745/2691 Routers on a traditional PC. Dynamips emulates Cisco 7200/3600/3725/3745/2691 Routers on a traditional PC.
@ -79,4 +62,3 @@ chmod -x README.community
%{_bindir}/dynamips %{_bindir}/dynamips
%{_bindir}/nvram_export %{_bindir}/nvram_export
%{_mandir}/man*/*.gz %{_mandir}/man*/*.gz
%changelog