rpms/qcomicbook/devel .cvsignore, 1.3, 1.4 qcomicbook.spec, 1.8, 1.9 sources, 1.3, 1.4
by fedora-extras-commits@redhat.com
Author: muerte
Update of /cvs/extras/rpms/qcomicbook/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23236
Modified Files:
.cvsignore qcomicbook.spec sources
Log Message:
Testing a new build
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qcomicbook/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 9 Oct 2006 16:29:41 -0000 1.3
+++ .cvsignore 30 Nov 2006 23:49:58 -0000 1.4
@@ -1 +1 @@
-qcomicbook-0.3.3.tar.gz
+qcomicbook-0.3.4.tar.gz
Index: qcomicbook.spec
===================================================================
RCS file: /cvs/extras/rpms/qcomicbook/devel/qcomicbook.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qcomicbook.spec 9 Oct 2006 16:43:27 -0000 1.8
+++ qcomicbook.spec 30 Nov 2006 23:49:58 -0000 1.9
@@ -1,7 +1,7 @@
Summary: A viewer for comic book archives
Name: qcomicbook
-Version: 0.3.3
-Release: 5%{?dist}
+Version: 0.3.4
+Release: 1%{?dist}
License: GPL
Group: Amusements/Graphics
URL: http://linux.bydg.org/~yogin
@@ -60,6 +60,9 @@
%{_datadir}/pixmaps/%{name}*
%changelog
+* Thu Nov 11 2006 Scott Baker <scott(a)perturb.org> - 0.3.4-1
+- Update to the latest version
+
* Mon Oct 09 2006 Scott Baker <scott(a)perturb.org> - 0.3.3-5
- Build on FC6
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qcomicbook/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 9 Oct 2006 16:29:41 -0000 1.3
+++ sources 30 Nov 2006 23:49:58 -0000 1.4
@@ -1 +1 @@
-a52b768ccca632a820094739e6aaec36 qcomicbook-0.3.3.tar.gz
+f93f29e0635f8fe64f036bf654050438 qcomicbook-0.3.4.tar.gz
17 years
owners owners.list,1.2042,1.2043
by fedora-extras-commits@redhat.com
Author: devrim
Update of /cvs/extras/owners
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23205/owners
Modified Files:
owners.list
Log Message:
Added pgFouine
Index: owners.list
===================================================================
RCS file: /cvs/extras/owners/owners.list,v
retrieving revision 1.2042
retrieving revision 1.2043
diff -u -r1.2042 -r1.2043
--- owners.list 30 Nov 2006 22:24:02 -0000 1.2042
+++ owners.list 30 Nov 2006 23:49:04 -0000 1.2043
@@ -1820,6 +1820,7 @@
Fedora Extras|pessulus|A lockdown editor for GNOME|splinux@fedoraproject.org|extras-qa(a)fedoraproject.org|
Fedora Extras|pexpect|Expect module for Python|toshio@tiki-lounge.com|extras-qa(a)fedoraproject.org|
Fedora Extras|pgadmin3|Graphical client for PostgreSQL|ghenry@suretecsystems.com|extras-qa(a)fedoraproject.org|
+Fedora Extras|pgfouine|PgFouine PostgreSQL log analyzer|devrim@commandprompt.com|extras-qa(a)fedoraproject.org|
Fedora Extras|pgp-tools|Collection of several utilities related to OpenPGP|Matt_Domsch@dell.com|extras-qa(a)fedoraproject.org|
Fedora Extras|php-adodb|Active Data Objects Data Base|gauret@free.fr|extras-qa(a)fedoraproject.org|
Fedora Extras|php-eaccelerator|PHP accelerator, optimizer, encoder and dynamic content cacher|matthias@rpmforge.net|extras-qa(a)fedoraproject.org|
17 years
rpms/pgfouine/devel pgfouine-0.7-include_path.patch, NONE, 1.1 pgfouine-tutorial.txt, NONE, 1.1 pgfouine.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by fedora-extras-commits@redhat.com
Author: devrim
Update of /cvs/extras/rpms/pgfouine/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19248/devel
Modified Files:
.cvsignore sources
Added Files:
pgfouine-0.7-include_path.patch pgfouine-tutorial.txt
pgfouine.spec
Log Message:
auto-import pgfouine-0.7.1-2 on branch devel from pgfouine-0.7.1-2.src.rpm
pgfouine-0.7-include_path.patch:
--- NEW FILE pgfouine-0.7-include_path.patch ---
--- pgfouine_vacuum.php.orig 2006-08-11 00:13:57.797229593 +0200
+++ pgfouine_vacuum.php 2006-08-11 00:15:16.800770504 +0200
@@ -30,6 +30,8 @@
error_reporting(E_ALL);
}
+ini_set('include_path', '@INCLUDEPATH@');
+
include('version.php');
require_once('include/lib/common.lib.php');
require_once('include/base.lib.php');
--- pgfouine.php.orig 2006-08-11 00:17:07.628330143 +0200
+++ pgfouine.php 2006-08-11 00:18:39.298492488 +0200
@@ -30,6 +30,8 @@
error_reporting(E_ALL);
}
+ini_set('include_path', '@INCLUDEPATH@');
+
include('version.php');
require_once('include/lib/common.lib.php');
require_once('include/base.lib.php');
--- NEW FILE pgfouine-tutorial.txt ---
Installation instructions & Tutorial
Installation
You can either untar the pgFouine tarball or install the RPM package.
* If you use the tarball, pgFouine is installed locally and can be
run with ./pgfouine.php in the directory where you installed it.
* If you install the RPM package, pgFouine is installed globally
and you can run pgFouine with pgfouine.php.
How to enable query logging
PostgreSQL 7.x
Edit your postgresql.conf file (usually located in
/var/lib/pgsql/data/) and set the following configuration directives:
* To log queries slower than n milliseconds:
syslog = 2
log_min_duration_statement = n
log_duration = false
log_statement = false
To log every query executed, set log_min_duration_statement to 0.
Set it to -1 to disable query logging.
* To log queries slower than n milliseconds AND duration for ALL
queries (it only works with PostgreSQL 7.x; pgFouine counts every
duration only once):
syslog = 2
log_min_duration_statement = n
log_duration = true
log_statement = false
Then edit your /etc/syslog.conf to set up a PostgreSQL facility:
local0.* -/var/log/pgsql
You should also ignore PostgreSQL facility for the default log file otherwise you will log the queries twice:
*.info;mail.none;authpriv.none;cron.none;local0.none /var/log/messages
Restart syslogd and PostgreSQL.
Apart from the extra I/O, the overhead of logging is barely noticeable.
You can set syslog to send the log to another server through the
network with @ip.ad.dr.ess.
PostgreSQL 8.x
Syslog configuration
Edit your postgresql.conf file (usually located in
/var/lib/pgsql/data/) and set the following configuration directives:
* To enable syslog logging:
log_destination = 'syslog'
redirect_stderr = off
silent_mode = on
* To log queries slower than n milliseconds:
log_min_duration_statement = n
log_duration = off
log_statement = 'none'
To log every query executed, set log_min_duration_statement to 0. Set it to -1 to disable query logging.
Then edit your /etc/syslog.conf to set up a PostgreSQL facility:
local0.* -/var/log/pgsql
You should also ignore PostgreSQL facility for the default log file
otherwise you will log the queries twice:
*.info;mail.none;authpriv.none;cron.none;local0.none /var/log/messages
Restart syslogd and PostgreSQL.
Apart from the extra I/O, the overhead of logging is barely noticeable.
You can set syslog to send the log to another server through the
network with @ip.ad.dr.ess.
Filter on database and/or user
You can filter your log file on database and user using the -database
and -user options. To do so, you need to configure the following
log_line_prefix:
log_line_prefix = 'user=%u,db=%d'
Using stderr log file
Using the following configuration, you can log to stderr instead of
syslog. This is not recommended as we cannot guarantee the consistency
of statements if they are multilines.
log_destination = 'stderr'
redirect_stderr = on
log_line_prefix = '%t [%p]: [%l-1] '
Usage
pgFouine is an easy to use command line tool. The following command
generates an HTML report with all default options:
$ pgfouine.php -file your/log/file.log > your-report.html
The following command line displays a text report with only 10 queries
in each list to the standard output:
$ pgfouine.php -file your/log/file.log -top 10 -format text
By using pgfouine.php -help, you can display the usage information.
--- NEW FILE pgfouine.spec ---
Summary: PgFouine PostgreSQL log analyzer
Name: pgfouine
Version: 0.7.1
Release: 2%{?dist}
BuildArch: noarch
License: GPL
Group: Development/Tools
Source0: http://pgfouine.projects.postgresql.org/releases/%{name}-%{version}.tar.gz
Source2: pgfouine-tutorial.txt
URL: http://pgfouine.projects.postgresql.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch1: pgfouine-0.7-include_path.patch
%description
pgFouine is a PostgreSQL log analyzer. It generates text
or HTML reports from PostgreSQL log files. These reports
contain the list of the slowest queries, the queries that
take the most time and so on.
pgFouine can also:
- analyze VACUUM VERBOSE output to help you improve your
VACUUM strategy,
- generate Tsung sessions file to benchmark your
PostgreSQL server.
%prep
%setup -q
%patch1 -p0
sed -i 's!@INCLUDEPATH@!%{_datadir}/%{name}!' pgfouine_vacuum.php
sed -i 's!@INCLUDEPATH@!%{_datadir}/%{name}!' pgfouine.php
cp %{SOURCE2} .
%build
%install
# cleaning build environment
rm -rf %{buildroot}
# creating required directories
install -m 755 -d %{buildroot}/%{_datadir}/%{name}
install -m 755 -d %{buildroot}/%{_bindir}
# installing pgFouine
for i in include version.php; do
cp -rp $i %{buildroot}/%{_datadir}/%{name}/
done
install -m 755 pgfouine.php %{buildroot}/%{_bindir}/
install -m 755 pgfouine_vacuum.php %{buildroot}/%{_bindir}/
%clean
rm -rf %{buildroot}
%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING THANKS README pgfouine-tutorial.txt
%attr(0755, root, root) %{_bindir}/pgfouine.php
%attr(0755, root, root) %{_bindir}/pgfouine_vacuum.php
%{_datadir}/%{name}
%changelog
* Thu Nov 30 2006 Devrim Gunduz <devrim(a)CommandPrompt.com> - 0.7.1-2
- Added tutorial.txt per bugzilla review
* Sat Oct 28 2006 Guillaume Smet <guillaume-pg(a)smet.org> - 0.7.1-1
- released 0.7.1
* Sun Sep 3 2006 Guillaume Smet <guillaume-pg(a)smet.org> - 0.7-4
- fixed spec according to bugzilla #202901 comment #2
* Thu Aug 18 2006 Devrim Gunduz <devrim(a)CommandPrompt.com> - 0.7-3
- fixed spec, per bugzilla review
* Thu Aug 17 2006 Devrim Gunduz <devrim(a)CommandPrompt.com> - 0.7-2
- fixed rpmlint warnings, and made cosmetic changes
* Thu Aug 17 2006 Guillaume Smet <guillaume-pg(a)smet.org>
- released 0.7
* Thu Aug 10 2006 Guillaume Smet <guillaume-pg(a)smet.org>
- fixed RPM packaging for 0.7
* Wed Jul 19 2006 Guillaume Smet <guillaume-pg(a)smet.org>
- added pgfouine_vacuum.php
* Sun May 21 2006 Guillaume Smet <guillaume-pg(a)smet.org>
- released 0.6
* Sun Mar 26 2006 Guillaume Smet <guillaume-pg(a)smet.org>
- released 0.5
* Tue Jan 10 2006 Guillaume Smet <guillaume-pg(a)smet.org>
- released 0.2.1
* Sun Dec 4 2005 Guillaume Smet <guillaume-pg(a)smet.org>
- released 0.2
* Fri Nov 18 2005 Guillaume Smet <guillaume-pg(a)smet.org>
- initial RPM packaging
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pgfouine/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 30 Nov 2006 22:27:40 -0000 1.1
+++ .cvsignore 30 Nov 2006 22:28:52 -0000 1.2
@@ -0,0 +1 @@
+pgfouine-0.7.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pgfouine/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 30 Nov 2006 22:27:40 -0000 1.1
+++ sources 30 Nov 2006 22:28:52 -0000 1.2
@@ -0,0 +1 @@
+79df9b088a9cd0a7741de0b5857dc3e7 pgfouine-0.7.1.tar.gz
17 years
rpms/pgfouine import.log,1.1,1.2
by fedora-extras-commits@redhat.com
Author: devrim
Update of /cvs/extras/rpms/pgfouine
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19248
Modified Files:
import.log
Log Message:
auto-import pgfouine-0.7.1-2 on branch devel from pgfouine-0.7.1-2.src.rpm
Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/pgfouine/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log 30 Nov 2006 22:27:34 -0000 1.1
+++ import.log 30 Nov 2006 22:28:51 -0000 1.2
@@ -0,0 +1 @@
+pgfouine-0_7_1-2:HEAD:pgfouine-0.7.1-2.src.rpm:1164925885
17 years
rpms/pgfouine/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by fedora-extras-commits@redhat.com
Author: devrim
Update of /cvs/extras/rpms/pgfouine/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19171/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module pgfouine
--- NEW FILE .cvsignore ---
***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
--- NEW FILE sources ---
17 years
rpms/pgfouine Makefile,NONE,1.1 import.log,NONE,1.1
by fedora-extras-commits@redhat.com
Author: devrim
Update of /cvs/extras/rpms/pgfouine
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19171
Added Files:
Makefile import.log
Log Message:
Setup of module pgfouine
--- NEW FILE Makefile ---
# Top level Makefile for module pgfouine
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
17 years
rpms/pgfouine/devel - New directory
by fedora-extras-commits@redhat.com
Author: devrim
Update of /cvs/extras/rpms/pgfouine/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19119/pgfouine/devel
Log Message:
Directory /cvs/extras/rpms/pgfouine/devel added to the repository
17 years
rpms/pgfouine - New directory
by fedora-extras-commits@redhat.com
Author: devrim
Update of /cvs/extras/rpms/pgfouine
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19119/pgfouine
Log Message:
Directory /cvs/extras/rpms/pgfouine added to the repository
17 years
owners owners.list,1.2041,1.2042
by fedora-extras-commits@redhat.com
Author: svahl
Update of /cvs/extras/owners
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19017
Modified Files:
owners.list
Log Message:
Index: owners.list
===================================================================
RCS file: /cvs/extras/owners/owners.list,v
retrieving revision 1.2041
retrieving revision 1.2042
diff -u -r1.2041 -r1.2042
--- owners.list 30 Nov 2006 16:51:34 -0000 1.2041
+++ owners.list 30 Nov 2006 22:24:02 -0000 1.2042
@@ -305,6 +305,7 @@
Fedora Extras|deskbar-applet|A Gnome applet to allow easy access to various search engines|lmacken@redhat.com|extras-qa(a)fedoraproject.org|
Fedora Extras|deutex|Doom wad manipulation tool|wart@kobold.org|extras-qa(a)fedoraproject.org|
Fedora Extras|DevIL|A cross-platform image library|packages@amiga-hardware.com|extras-qa(a)fedoraproject.org|
+Fedora Extras|devilspie|A window-matching utility|fedora@deadbabylon.de|extras-qa(a)fedoraproject.org|
Fedora Extras|dhcp-forwarder|A DHCP relay agent|enrico.scholz@informatik.tu-chemnitz.de|extras-qa(a)fedoraproject.org|
Fedora Extras|dia|A diagram drawing program|j.w.r.degoede@hhs.nl|extras-qa(a)fedoraproject.org|
Fedora Extras|diag-ether|Diagnostic program for Ethernet adapters under Linux|extras-orphan@fedoraproject.org|extras-qa(a)fedoraproject.org|
17 years
rpms/devilspie/devel devilspie.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by fedora-extras-commits@redhat.com
Author: svahl
Update of /cvs/extras/rpms/devilspie/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18933/devel
Modified Files:
.cvsignore sources
Added Files:
devilspie.spec
Log Message:
auto-import devilspie-0.18-1.fc6 on branch devel from devilspie-0.18-1.fc6.src.rpm
--- NEW FILE devilspie.spec ---
Name: devilspie
Version: 0.18
Release: 1%{?dist}
Summary: A window-matching utility
Group: User Interface/X
License: GPL
URL: http://www.burtonini.com/blog/computers/devilspie
Source0: http://www.burtonini.com/computing/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libwnck-devel
BuildRequires: libpng-devel
BuildRequires: libxml2-devel
BuildRequires: gettext
BuildRequires: gob2
BuildRequires: perl-XML-Parser
%description
A window-matching utility, inspired by Sawfish's "Matched Windows" option and
the lack such functionality in Metacity. Devil's Pie can be configured to
detect windows as they are created, and match the window to a set of rules. If
the window matches the rules, it can perform a series of actions on that
window.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README AUTHORS NEWS COPYING TODO
%{_bindir}/devilspie
%{_mandir}/man1/devilspie.1.gz
%changelog
* Wed Oct 25 2006 Sebastian Vahl <svahl(a)web.de> 0.18-1
- New upstream version: 0.18
* Wed Aug 23 2006 Sebastian Vahl <svahl(a)web.de> 0.17.1-2
- removed redundant dependencies: atk-devel gtk2-devel pango-devel
- shorten summary and description
- fixed rpmlint in spec error: mixed-use-of-spaces-and-tabs
* Wed Mar 08 2006 Sebastian Vahl <svahl(a)web.de> 0.17.1-1
- New upstream version: 0.17.1
* Mon Jan 09 2006 Sebastian Vahl <svahl(a)web.de> 0.16-1
- New upstream version: 0.16
* Mon Jul 18 2005 Menno Smits <menno(a)freshfoo.com> 0.10-1
- initial package for Fedora Extras
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/devilspie/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 30 Nov 2006 22:17:52 -0000 1.1
+++ .cvsignore 30 Nov 2006 22:18:34 -0000 1.2
@@ -0,0 +1 @@
+devilspie-0.18.tar.gz
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/devilspie/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 30 Nov 2006 22:17:52 -0000 1.1
+++ sources 30 Nov 2006 22:18:34 -0000 1.2
@@ -0,0 +1 @@
+148537a51037875aaba91b3822055332 devilspie-0.18.tar.gz
17 years