rpms/qps/devel import.log, NONE, 1.1 .cvsignore, 1.14, 1.15 qps.spec, 1.16, 1.17 sources, 1.14, 1.15

Arindam Ghosh makghosh at fedoraproject.org
Sun Sep 7 22:27:13 UTC 2008


Author: makghosh

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

Modified Files:
	.cvsignore qps.spec sources 
Added Files:
	import.log 
Log Message:
qps-1.10.2 uploaded in devel branch



--- NEW FILE import.log ---
qps-1_10_2-1_fc9:HEAD:qps-1.10.2-1.fc9.src.rpm:1220826298


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qps/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	19 Mar 2007 17:29:49 -0000	1.14
+++ .cvsignore	7 Sep 2008 22:26:43 -0000	1.15
@@ -1 +1 @@
-qps-1.9.19b.tar.bz2
+qps-1.10.2.tar.bz2


Index: qps.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qps/devel/qps.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- qps.spec	3 Sep 2008 19:28:50 -0000	1.16
+++ qps.spec	7 Sep 2008 22:26:43 -0000	1.17
@@ -1,29 +1,53 @@
 Name:           qps
-Version:        1.9.19
-Release:        0.4.b%{?dist}
-Summary:        Visual process status monitor
+Version:        1.10.2
+Release:        1%{?dist}
+Summary:        Visual process manager
 
 Group:          Applications/System
-# No version specified.
-License:        GPL+
+License:        GPLv2+
 URL:            http://qps.kldp.net/
-Source0:        http://kldp.net/frs/download.php/3839/qps-1.9.19b.tar.bz2
+Source0:        http://kldp.net/frs/download.php/4776/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
-BuildRequires:  qt-devel
+BuildRequires:  qt4-devel >= 4.3.0
+
 
 %description
-Qps is a GUI version of "ps" or "top".
+Qps is a visual process manager, an X11 version of "top" or "ps" that
+displays processes in a window and lets you sort and manipulate them.
+
+Qps can:
+  o  Change nice value of a process.
+  o  Alter the scheduling policy and soft realtime priority of a process.
+  o  Display the TCP/UDP sockets used by a process, and names of the
+     connected hosts (Linux only).
+  o  Display the memory mappings of the process (which files and shared
+     libraries are loaded   where).
+  o  Display the open files of a process, and the state of unix domain sockets.
+  o  Kill or send any other signal to selected processes.
+  o  Display the load average as a graph, and use this as its icon when
+     iconified.
+  o  Show (as graph or numbers) current CPU, memory and swap usage.
+  o  Sort the process table on any attribute (size, cpu usage, owner etc).
+  o  On SMP systems running Linux 2.6 or later (or Solaris), display cpu usage
+     for each processor, and which CPU a process is running on.
+  o  Display the environment variables of any process.
+  o  Show the process table in tree form, showing the parent-child
+     relationship.
+  o  Execute user-defined commands on selected processes.
+
 
 
 %prep
-%setup -q -n qps-1.9.19b
+%setup -q
 
+iconv --from-code ISO88591 --to-code UTF8 ./CHANGES \
+--output CHANGES.utf-8 && mv CHANGES.utf-8 ./CHANGES
+ 
 
 %build
-unset QTDIR || : ; . %{_sysconfdir}/profile.d/qt.sh
-qmake
+qmake-qt4
 make %{?_smp_mflags}
 
 
@@ -32,10 +56,12 @@
 install -D -p -m 0755 qps %{buildroot}%{_bindir}/qps
 install -D -p -m 0644 qps.1 %{buildroot}%{_mandir}/man1/qps.1
 install -D -p -m 0644 icon/icon.xpm %{buildroot}%{_datadir}/pixmaps/qps.xpm
+install -D -p -m 0644 qps.desktop %{buildroot}%{_datadir}/applications/qps.desktop
 
 desktop-file-install --vendor=fedora \
         --remove-category=Application \
-        --dir %{buildroot}%{_datadir}/applications qps.desktop
+        --dir %{buildroot}%{_datadir}/applications \
+        %{buildroot}%{_datadir}/applications/qps.desktop
 
 
 %clean
@@ -46,13 +72,18 @@
 %defattr(-,root,root,-)
 %doc CHANGES COPYING
 %{_bindir}/qps
-%{_datadir}/applications/*qps.desktop
+%{_datadir}/applications/*
 %{_datadir}/pixmaps/qps.xpm
 %{_mandir}/man1/qps.1*
 
 
 %changelog
-* Wed Sep  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.9.19-0.4.b
+* Sat Sep 6 2008 Arindam Ghosh <makghosh at fedoraproject.org> - 1.10.2-1
+- new upstream release
+- fix gcc4.3 mass-rebuild failure
+- updated license tag
+
+* Wed Sep 3 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.9.19-0.4.b
 - fix license tag
 
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.9.19-0.3.b
@@ -64,47 +95,3 @@
 * Mon Mar  5 2007 Dawid Gajownik <gajownik[AT]gmail.com> - 1.9.19-0.1.a
 - Update to 1.9.19a
 
-* Thu Oct  5 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 1.9.18.6-1
-- Update to 1.9.18.6
-
-* Mon Aug 28 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 1.9.18.5-1
-- Update to 1.9.18.5
-- Fix mixed-use-of-spaces-and-tabs rpmlint warning
-
-* Sat Jul  1 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 1.9.17-1
-- Update to 1.9.17
-
-* Mon May 29 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 1.9.16-1
-- Update to 1.9.16
-- Turn on optflags
-- Change e-mail address in ChangeLog entries
-
-* Tue Apr 11 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 1.9.15-1
-- Update to 1.9.15
-
-* Wed Mar 22 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 1.9.14-1
-- Update to 1.9.14
-
-* Thu Mar  9 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 1.9.13-1
-- Update to 1.9.13
-
-* Wed Feb 22 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 1.9.12-1
-- Update to 1.9.12
-- Drop gcc41.patch (pushed upstream)
-
-* Tue Feb 14 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 1.9.11-2.2
-- Rebuild for Fedora Extras 5
-
-* Sun Dec 18 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 1.9.11-2.1
-- Fix compilation with GCC 4.1
-- Use funny release tag because tarball name contains `-' character
-- Add COPYING file
-
-* Sat Nov 12 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 1.9.11-2
-- Increase release tag (always do `cvs ci' before `make tag' ;) )
-
-* Sat Nov 12 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 1.9.11-1
-- Update to 1.9.11.
-
-* Thu Aug 25 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 1.9.10-1
-- Initial RPM release.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qps/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	19 Mar 2007 17:29:49 -0000	1.14
+++ sources	7 Sep 2008 22:26:43 -0000	1.15
@@ -1 +1 @@
-a3bbdce2f45a6f2bd79fc46349f58463  qps-1.9.19b.tar.bz2
+28ca5babd8190f2693e6d233938b6d93  qps-1.10.2.tar.bz2




More information about the fedora-extras-commits mailing list