rpms/netactview/devel import.log, NONE, 1.1 netactview.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Leigh Scott leigh123linux at fedoraproject.org
Mon Feb 16 21:47:54 UTC 2009


Author: leigh123linux

Update of /cvs/pkgs/rpms/netactview/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19347/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log netactview.spec 
Log Message:

-First commit



--- NEW FILE import.log ---
netactview-0_4_1-2_fc10:HEAD:netactview-0.4.1-2.fc10.src.rpm:1234820645


--- NEW FILE netactview.spec ---
Name:           netactview
Version:        0.4.1
Release:        2%{?dist}
Summary:        Graphical network connections viewer for Linux

Group:          Applications/Internet
License:        GPLv2+
URL:            http://heanet.dl.sourceforge.net/sourceforge/netactview
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  gettext, intltool, perl-XML-Parser, pkgconfig
BuildRequires:  desktop-file-utils, glib-devel, libgnome-devel 
BuildRequires:  gtk+-devel, libglade2-devel, gnome-vfs2-devel
       

%description
Netactview is a graphical network connections viewer for Linux, similar in
functionality with Netstat. It includes features like process information,
host name retrieval, automatic refresh and sorting. It has a fully featured
GTK 2 graphical interface.

%prep
%setup -q
# fix desktop file.
sed -i 's|.png||' data/netactview.desktop.in


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


desktop-file-install --vendor "" \
  --delete-original \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  --remove-category=Application \
  $RPM_BUILD_ROOT%{_datadir}/applications/netactview.desktop

# fix the permissions.
chmod 644 ChangeLog AUTHORS README COPYING NEWS
chmod -x src/*{h,c}




%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS NEWS ChangeLog
%{_bindir}/netactview
%dir %{_datadir}/netactview
%{_datadir}/netactview/glade/*
%lang(ru)  %doc %{_datadir}/locale/ro/LC_MESSAGES/netactview.mo
%{_datadir}/pixmaps/netactview.png
%{_datadir}/applications/netactview.desktop
%{_mandir}/man1/netactview.1.gz

%changelog
*Sun Feb 15  2009 leigh scott  <leigh123 at linux.net> 0.4.1-2
- Review changes.
- fix permissions on debug. 
- fix desktop file (remove Application).

*Sat Jan 3  2009 leigh scott  <leigh123 at linux.net> 0.4.1-1
- update to 0.4.1 
- fix desktop file.
- fix permissions on ChangeLog AUTHORS README COPYING NEWS.

*Sat Sep 13  2008 leigh scott  <leigh123 at linux.net> 0.3.1-1
- first build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/netactview/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Feb 2009 21:32:31 -0000	1.1
+++ .cvsignore	16 Feb 2009 21:47:24 -0000	1.2
@@ -0,0 +1 @@
+netactview-0.4.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/netactview/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Feb 2009 21:32:31 -0000	1.1
+++ sources	16 Feb 2009 21:47:24 -0000	1.2
@@ -0,0 +1 @@
+ffe73b1978c83415fef1cd0bcbec97c1  netactview-0.4.1.tar.bz2




More information about the scm-commits mailing list