Author: twittner Date: Sun Nov 4 16:34:22 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added documentation and requires
---- Files affected: SPECS: GNS3.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/GNS3.spec diff -u SPECS/GNS3.spec:1.1 SPECS/GNS3.spec:1.2 --- SPECS/GNS3.spec:1.1 Sun Nov 4 16:36:18 2007 +++ SPECS/GNS3.spec Sun Nov 4 17:34:17 2007 @@ -3,17 +3,21 @@ #Summary(pl.UTF-8): - Name: GNS3 Version: 0.3.2 -Release: 0.1 +Release: 0.2 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 +Source1: http://pfe.epitech.net/frs/download.php/599/%{name}-%{version}_documentation.pdf +# Source1-md5: 0c9cd5c97d0f19f4c00f4e3abd316c87 +Source2: %{name}.desktop +Source3: %{name}.png Patch0: %{name}-version.patch URL: http://www.gns3.net/ BuildRequires: python >= 2.4 BuildRequires: rpmbuild(macros) >= 1.231 +Requires: dynagen +Requires: dynamips >= 0.2.8 Requires: python-PyQt4 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -30,6 +34,7 @@ %prep %setup -q +install %{SOURCE1} . %build @@ -45,8 +50,8 @@ # 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 %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop +install -D %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png install -D {docs/man,$RPM_BUILD_ROOT%{_mandir}/man1}/gns3.1 %clean @@ -54,7 +59,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS CHANGELOG README +%doc AUTHORS CHANGELOG README %{name}-%{version}_documentation.pdf %attr(755,root,root) %{_bindir}/* %dir %{py_sitescriptdir}/%{name} %dir %{py_sitescriptdir}/%{name}/Config @@ -82,6 +87,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/11/04 16:34:17 twittner +- added documentation and requires + Revision 1.1 2007/11/04 15:36:18 twittner - new ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/GNS3.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
