]> git.pld-linux.org Git - packages/GNS3.git/commitdiff
- new
authortwittner <twittner@pld-linux.org>
Sun, 4 Nov 2007 15:36:18 +0000 (15:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GNS3-version.patch -> 1.1
    GNS3.desktop -> 1.1
    GNS3.png -> 1.1
    GNS3.spec -> 1.1

GNS3-version.patch [new file with mode: 0644]
GNS3.desktop [new file with mode: 0644]
GNS3.png [new file with mode: 0644]
GNS3.spec [new file with mode: 0644]

diff --git a/GNS3-version.patch b/GNS3-version.patch
new file mode 100644 (file)
index 0000000..98a52b5
--- /dev/null
@@ -0,0 +1,11 @@
+--- o.GNS3-0.3.2/setup.py      2007-10-29 12:12:35.000000000 +0100
++++ n.GNS3-0.3.2/setup.py      2007-11-04 14:50:11.000000000 +0100
+@@ -10,7 +10,7 @@
+ setup( # Distribution meta-data
+         name = "gns3",
+-        version = "0.2alpha",
++        version = "0.3.2",
+         description = "A graphical frontend to dynamips",
+         author = "Jeremy Grossmann, David Ruiz, Romain Lamaison, Aurelien Levesque, Xavier Alt",
+         author_email = "contact@gns3.net",
diff --git a/GNS3.desktop b/GNS3.desktop
new file mode 100644 (file)
index 0000000..7608379
--- /dev/null
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=GNS3
+Comment=Dynamisp Cisco router simulator frontend
+Exec=gns3
+Icon=GNS3.png
+StartupNotify=false
+Terminal=false
+Type=Application
+Categories=Qt;Network;
+
+# vi:encoding=utf-8
diff --git a/GNS3.png b/GNS3.png
new file mode 100644 (file)
index 0000000..3459216
Binary files /dev/null and b/GNS3.png differ
diff --git a/GNS3.spec b/GNS3.spec
new file mode 100644 (file)
index 0000000..ebb1894
--- /dev/null
+++ b/GNS3.spec
@@ -0,0 +1,76 @@
+Summary:       A graphical frontend for dynamips Cisco 7200 Simulator
+#Summary(pl.UTF-8):    -
+Name:          GNS3
+Version:       0.3.2
+Release:       0.1
+License:       GPL v2
+Group:         X11/Applications/Networking
+Source0:       http://dl.sourceforge.net/gns-3/%{name}-%{version}-src.tar.bz2
+# Source0-md5: 795d6082beaab80755f54890630e96a1
+Source1:       %{name}.desktop
+Source2:       %{name}.png
+Patch0:                %{name}-version.patch
+URL:           http://www.gns3.net/
+BuildRequires: python >= 2.4
+BuildRequires: rpmbuild(macros) >= 1.231
+Requires:      python-PyQt4
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GNS-3 is a graphical network simulator that allows you to design
+complex network topologies. You may run simulations or configure
+devices ranging from simple workstations to powerful Cisco routers. It
+is based on NS-3, a discrete-event network simulator for Internet
+systems, and Dynamips, an IOS emulator which allows users to run IOS
+binary images from Cisco Systems.
+
+#%%description -l pl.UTF-8
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python ./setup.py install \
+       --root=$RPM_BUILD_ROOT
+
+# compile the scripts
+%{py_ocomp} $RPM_BUILD_ROOT%{py_sitescriptdir}
+
+# remove .py files, leave just compiled ones.
+%{py_postclean}
+
+install -D %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
+install -D %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
+install -D {docs/man,$RPM_BUILD_ROOT%{_mandir}/man1}/gns3.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CHANGELOG README
+%attr(755,root,root) %{_bindir}/*
+%dir %{py_sitescriptdir}/%{name}
+%dir %{py_sitescriptdir}/%{name}/Config 
+%dir %{py_sitescriptdir}/%{name}/Dynagen 
+%dir %{py_sitescriptdir}/%{name}/External 
+%dir %{py_sitescriptdir}/%{name}/Globals 
+%dir %{py_sitescriptdir}/%{name}/Langs 
+%dir %{py_sitescriptdir}/%{name}/Link 
+%dir %{py_sitescriptdir}/%{name}/Node 
+%dir %{py_sitescriptdir}/%{name}/Ui/ConfigurationPages 
+%dir %{py_sitescriptdir}/%{name}/Ui 
+%{py_sitescriptdir}/%{name}/*.py[co]
+%{py_sitescriptdir}/%{name}/*/*.py[co]
+%{py_sitescriptdir}/%{name}/*/*/*.py[co]
+%{_mandir}/man1/gns3.1*
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
+%lang(de) %{py_sitescriptdir}/%{name}/Langs/Lang_de.qm
+%lang(en) %{py_sitescriptdir}/%{name}/Langs/Lang_en.qm
+%lang(fr) %{py_sitescriptdir}/%{name}/Langs/Lang_fr.qm
This page took 0.070308 seconds and 4 git commands to generate.