Author: cactus Date: Mon Aug 31 22:36:48 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial by Krzysztof Golinski
---- Files affected: packages/netactview: netactview-desktop.patch (NONE -> 1.1) (NEW), netactview.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/netactview/netactview-desktop.patch diff -u /dev/null packages/netactview/netactview-desktop.patch:1.1 --- /dev/null Tue Sep 1 00:36:48 2009 +++ packages/netactview/netactview-desktop.patch Tue Sep 1 00:36:43 2009 @@ -0,0 +1,16 @@ +--- netactview-0.4.1/data/netactview.desktop.in.org 2009-08-21 19:26:33.000000000 +0200 ++++ netactview-0.4.1/data/netactview.desktop.in 2009-08-21 19:26:53.000000000 +0200 +@@ -1,11 +1,10 @@ + [Desktop Entry] +-Encoding=UTF-8 + _Name=Net Activity Viewer + _Comment=View network connections + TryExec=netactview + Exec=netactview +-Icon=netactview.png ++Icon=netactview + Terminal=false + Type=Application + StartupNotify=true +-Categories=GNOME;GTK;Application;Network;Monitor ++Categories=GNOME;GTK;Network;Monitor; ================================================================ Index: packages/netactview/netactview.spec diff -u /dev/null packages/netactview/netactview.spec:1.1 --- /dev/null Tue Sep 1 00:36:49 2009 +++ packages/netactview/netactview.spec Tue Sep 1 00:36:43 2009 @@ -0,0 +1,83 @@ +# $Revision$, $Date$ +Summary: Network connections viewer for Gnome +Summary(pl.UTF-8): Przeglądarka połączeń sieciowych dla Gnome +Name: netactview +Version: 0.4.1 +Release: 1 +License: GPL v2 +Group: X11/Applications +Source0: http://dl.sourceforge.net/netactview/%{name}-%{version}.tar.bz2 +# Source0-md5: ffe73b1978c83415fef1cd0bcbec97c1 +Patch0: %{name}-desktop.patch +URL: http://netactview.sourceforge.net +BuildRequires: GConf2-libs +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gettext-devel +BuildRequires: gtk+2-devel >= 2.8 +BuildRequires: intltool +BuildRequires: libglade2-devel +BuildRequires: libgnome-devel >= 2.0 +BuildRequires: libtool +BuildRequires: perl-XML-Parser +BuildRequires: rpmbuild(macros) >= 1.198 +Requires: GConf2 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + + +%description +Netactview is a graphical network connections viewer for Linux, +similar in functionality with Netstat. It includes features like host +name retrieval, automatic refresh and sorting. + +%description -l pl.UTF-8 +Netactview jest graficzną przeglądarką połączeń sieciowych dla +Linuksa, podobną w swojej funkcjonalności do Netstat. Posiada takie +cechy jak: odwzorowywanie nazw hostów, automatyczne odświeżanie i +sortowanie. + +%clean +rm -rf $RPM_BUILD_ROOT + +%prep +%setup -q +%patch0 -p1 + +%build +%{__intltoolize} +%{__libtoolize} +%{__aclocal} +%{__autoheader} +%{__automake} \ + --add-missing --gnu +%{__autoconf} + +%configure \ + --enable-maintainer-mode + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root)%{_bindir}/netactview +%{_desktopdir}/netactview.desktop +%{_mandir}/man1/netactview.1* +%{_datadir}/locale +%{_datadir}/netactview +%{_pixmapsdir} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/08/31 22:36:43 cactus +- initial by Krzysztof Golinski + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
