SHA256
1
0
forked from pool/dynamips
Stephan Kulow 2011-09-16 13:11:10 +00:00 committed by Git OBS Bridge
parent 97ae306d03
commit 5f24d4bca1

View File

@ -1,13 +1,31 @@
#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-2.0+ License: GPL-2.0+
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libuuid-devel libelf-devel libpcap-devel BuildRequires: libelf-devel libpcap-devel libuuid-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
@ -17,7 +35,6 @@ 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.
@ -62,3 +79,5 @@ chmod -x README.community
%{_bindir}/dynamips %{_bindir}/dynamips
%{_bindir}/nvram_export %{_bindir}/nvram_export
%{_mandir}/man*/*.gz %{_mandir}/man*/*.gz
%changelog