packages: gnome-photo-printer/gnome-photo-printer.spec, libev/libev.spec, l...
sparky
sparky at pld-linux.org
Fri Jan 1 23:54:19 CET 2010
Author: sparky Date: Fri Jan 1 22:54:19 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- use standatd BuildRoot directory
---- Files affected:
packages/gnome-photo-printer:
gnome-photo-printer.spec (1.5 -> 1.6)
packages/libev:
libev.spec (1.6 -> 1.7)
packages/libfoundation:
libfoundation.spec (1.11 -> 1.12)
packages/libvisual-widgets:
libvisual-widgets.spec (1.6 -> 1.7)
packages/pacpl:
pacpl.spec (1.9 -> 1.10)
packages/perl:
perl.spec (1.422 -> 1.423)
packages/postgresql-jdbc:
postgresql-jdbc.spec (1.7 -> 1.8)
packages/shorewall:
shorewall.spec (1.51 -> 1.52)
packages/sydney:
sydney.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: packages/gnome-photo-printer/gnome-photo-printer.spec
diff -u packages/gnome-photo-printer/gnome-photo-printer.spec:1.5 packages/gnome-photo-printer/gnome-photo-printer.spec:1.6
--- packages/gnome-photo-printer/gnome-photo-printer.spec:1.5 Tue Feb 13 08:16:46 2007
+++ packages/gnome-photo-printer/gnome-photo-printer.spec Fri Jan 1 23:54:14 2010
@@ -13,7 +13,7 @@
BuildRequires: libgnomeprintui-devel >= 2.6.0
BuildRequires: libgnomeui-devel >= 2.6.0
BuildRequires: pkgconfig >= 1:0.6.0
-BuildRoot: %{tmpdir}/gpp-%{version}-root-%(id -u -n)
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Gnome Photo Printer is intended for printing photos in an easy way.
@@ -56,6 +56,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2010/01/01 22:54:14 sparky
+- use standatd BuildRoot directory
+
Revision 1.5 2007/02/13 07:16:46 glen
- tabs in preamble
================================================================
Index: packages/libev/libev.spec
diff -u packages/libev/libev.spec:1.6 packages/libev/libev.spec:1.7
--- packages/libev/libev.spec:1.6 Tue Jun 9 13:36:28 2009
+++ packages/libev/libev.spec Fri Jan 1 23:54:14 2010
@@ -19,7 +19,7 @@
# inotify interface
BuildRequires: glibc-devel >= 6:2.4
BuildRequires: libtool
-BuildRoot: %{tmpdir}/%{name}-%{_ver}-root-%(id -u -n)
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
The libev API provides a mechanism to execute a callback function when
@@ -117,6 +117,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2010/01/01 22:54:14 sparky
+- use standatd BuildRoot directory
+
Revision 1.6 2009/06/09 11:36:28 amateja
- updated to 3.6 (or 3.60 - due to wierd version numeration)
================================================================
Index: packages/libfoundation/libfoundation.spec
diff -u packages/libfoundation/libfoundation.spec:1.11 packages/libfoundation/libfoundation.spec:1.12
--- packages/libfoundation/libfoundation.spec:1.11 Tue Feb 13 07:46:50 2007
+++ packages/libfoundation/libfoundation.spec Fri Jan 1 23:54:14 2010
@@ -18,7 +18,7 @@
BuildRequires: flex
BuildRequires: gcc-objc
BuildRequires: gnustep-make-devel >= 1.10.0
-BuildRoot: %{tmpdir}/%{name}-%{version}.%{release}-root-%(id -u -n)
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
This package contains the libFoundation library, an Objective-C
@@ -93,6 +93,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2010/01/01 22:54:14 sparky
+- use standatd BuildRoot directory
+
Revision 1.11 2007/02/13 06:46:50 glen
- tabs in preamble
================================================================
Index: packages/libvisual-widgets/libvisual-widgets.spec
diff -u packages/libvisual-widgets/libvisual-widgets.spec:1.6 packages/libvisual-widgets/libvisual-widgets.spec:1.7
--- packages/libvisual-widgets/libvisual-widgets.spec:1.6 Tue Feb 13 07:46:52 2007
+++ packages/libvisual-widgets/libvisual-widgets.spec Fri Jan 1 23:54:15 2010
@@ -15,7 +15,7 @@
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig >= 1:0.14
-BuildRoot: %{tmpdir}/%{name}-%{bver}-root-%(id -u -n)
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
libvisual-widgets is a package that contains standard user interface
@@ -96,6 +96,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2010/01/01 22:54:15 sparky
+- use standatd BuildRoot directory
+
Revision 1.6 2007/02/13 06:46:52 glen
- tabs in preamble
================================================================
Index: packages/pacpl/pacpl.spec
diff -u packages/pacpl/pacpl.spec:1.9 packages/pacpl/pacpl.spec:1.10
--- packages/pacpl/pacpl.spec:1.9 Sun Dec 7 13:49:40 2008
+++ packages/pacpl/pacpl.spec Fri Jan 1 23:54:15 2010
@@ -56,7 +56,7 @@
# checking for wavpack... yes
# checking for wvunpack... yes
BuildArch: noarch
-BuildRoot: %{tmpdir}/pacpl-%{version}-root-%(id -u -n)
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Perl Audio Converter is a tool for converting multiple audio types
@@ -159,6 +159,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2010/01/01 22:54:15 sparky
+- use standatd BuildRoot directory
+
Revision 1.9 2008/12/07 12:49:40 glen
- do not own konqueror/dolphin dirs
================================================================
Index: packages/perl/perl.spec
diff -u packages/perl/perl.spec:1.422 packages/perl/perl.spec:1.423
--- packages/perl/perl.spec:1.422 Thu Oct 1 10:28:03 2009
+++ packages/perl/perl.spec Fri Jan 1 23:54:15 2010
@@ -102,7 +102,7 @@
Requires: %{name}-modules = %{epoch}:%{ver}-%{release}
Suggests: %{name}-doc-reference = %{epoch}:%{ver}-%{release}
Suggests: perldoc
-BuildRoot: %{tmpdir}/%{name}-%{ver}-root-%(id -u -n)
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define __perl %{_builddir}/perl-%{ver}/runperl
%define __perl_provides %{__perl} %{SOURCE2}
@@ -1490,6 +1490,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.423 2010/01/01 22:54:15 sparky
+- use standatd BuildRoot directory
+
Revision 1.422 2009/10/01 08:28:03 areq
- add dir auto/Compress/Zlib
================================================================
Index: packages/postgresql-jdbc/postgresql-jdbc.spec
diff -u packages/postgresql-jdbc/postgresql-jdbc.spec:1.7 packages/postgresql-jdbc/postgresql-jdbc.spec:1.8
--- packages/postgresql-jdbc/postgresql-jdbc.spec:1.7 Tue Nov 18 22:35:16 2008
+++ packages/postgresql-jdbc/postgresql-jdbc.spec Fri Jan 1 23:54:16 2010
@@ -14,7 +14,7 @@
BuildRequires: docbook-utils
BuildRequires: ant >= 1.5
BuildArch: noarch
-BuildRoot: %{tmpdir}/%{name}-%{postgresql_version}-root-%(id -u -n)
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
PostgreSQL JDBC driver allows Java programs to connect to a PostgreSQL
@@ -64,6 +64,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2010/01/01 22:54:16 sparky
+- use standatd BuildRoot directory
+
Revision 1.7 2008/11/18 21:35:16 radek
- version 604
================================================================
Index: packages/shorewall/shorewall.spec
diff -u packages/shorewall/shorewall.spec:1.51 packages/shorewall/shorewall.spec:1.52
--- packages/shorewall/shorewall.spec:1.51 Mon Jul 20 14:54:14 2009
+++ packages/shorewall/shorewall.spec Fri Jan 1 23:54:16 2010
@@ -17,7 +17,7 @@
Requires: rc-scripts
Requires: shorewall-compiler
BuildArch: noarch
-BuildRoot: %{tmpdir}/%{name}-common-%{version}-root-%(id -u -n)
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
The Shoreline Firewall, more commonly known as "Shorewall", is an easy
@@ -255,6 +255,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.52 2010/01/01 22:54:16 sparky
+- use standatd BuildRoot directory
+
Revision 1.51 2009/07/20 12:54:14 matik
- up to 4.2.10
- added some %files
================================================================
Index: packages/sydney/sydney.spec
diff -u packages/sydney/sydney.spec:1.5 packages/sydney/sydney.spec:1.6
--- packages/sydney/sydney.spec:1.5 Mon Feb 12 23:09:16 2007
+++ packages/sydney/sydney.spec Fri Jan 1 23:54:17 2010
@@ -35,7 +35,7 @@
Obsoletes: rdoc
Obsoletes: ruby-REXML
Provides: ruby = %{epoch}:%{version}-%{release}
-BuildRoot: %{tmpdir}/ruby-%{version}-root-%(id -u -n)
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _ulibdir %{_prefix}/lib
@@ -218,6 +218,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2010/01/01 22:54:17 sparky
+- use standatd BuildRoot directory
+
Revision 1.5 2007/02/12 22:09:16 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-photo-printer/gnome-photo-printer.spec?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libev/libev.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libfoundation/libfoundation.spec?r1=1.11&r2=1.12&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libvisual-widgets/libvisual-widgets.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pacpl/pacpl.spec?r1=1.9&r2=1.10&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl/perl.spec?r1=1.422&r2=1.423&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql-jdbc/postgresql-jdbc.spec?r1=1.7&r2=1.8&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/shorewall/shorewall.spec?r1=1.51&r2=1.52&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sydney/sydney.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list