SPECS: gdk-pixbuf.spec, gedit.spec, glade.spec, gnome-chess.spec, ...
qboosh
qboosh at pld-linux.org
Sun Aug 26 20:32:22 CEST 2007
Author: qboosh Date: Sun Aug 26 18:32:22 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unified gnome source URL
- clarified License
---- Files affected:
SPECS:
gdk-pixbuf.spec (1.97 -> 1.98) , gedit.spec (1.67 -> 1.68) , glade.spec (1.77 -> 1.78) , gnome-chess.spec (1.41 -> 1.42) , gnome-core.spec (1.162 -> 1.163) , gnome-db.spec (1.48 -> 1.49) , gnome-guile.spec (1.31 -> 1.32) , gnome-libs.spec (1.189 -> 1.190) , gnome-objc.spec (1.59 -> 1.60)
---- Diffs:
================================================================
Index: SPECS/gdk-pixbuf.spec
diff -u SPECS/gdk-pixbuf.spec:1.97 SPECS/gdk-pixbuf.spec:1.98
--- SPECS/gdk-pixbuf.spec:1.97 Wed Aug 22 21:15:52 2007
+++ SPECS/gdk-pixbuf.spec Sun Aug 26 20:32:16 2007
@@ -14,9 +14,9 @@
Version: 0.22.0
Release: 13
Epoch: 1
-License: LGPL
+License: LGPL v2+
Group: X11/Libraries
-Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/0.22/%{name}-%{version}.tar.bz2
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/0.22/%{name}-%{version}.tar.bz2
# Source0-md5: 05fcb68ceaa338614ab650c775efc2f2
Patch0: %{name}-am.patch
Patch1: %{name}-nognome.patch
@@ -26,7 +26,7 @@
Patch5: %{name}-bmp-colormap.patch
Patch6: %{name}-ico-width.patch
Patch7: %{name}-link.patch
-URL: http://www.gnome.org/
+URL: http://developer.gnome.org/arch/imaging/gdkpixbuf.html
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: giflib-devel
@@ -274,6 +274,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.98 2007/08/26 18:32:16 qboosh
+- unified gnome source URL
+- clarified License
+
Revision 1.97 2007/08/22 19:15:52 witekfl
- added bcond_without static_libs
================================================================
Index: SPECS/gedit.spec
diff -u SPECS/gedit.spec:1.67 SPECS/gedit.spec:1.68
--- SPECS/gedit.spec:1.67 Tue Feb 13 08:16:45 2007
+++ SPECS/gedit.spec Sun Aug 26 20:32:16 2007
@@ -5,27 +5,26 @@
Version: 0.9.7
Release: 3
Epoch: 1
-License: GPL
+License: GPL v2+
Group: X11/Applications/Editors
-Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gedit/0.9/%{name}-%{version}.tar.bz2
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gedit/0.9/%{name}-%{version}.tar.bz2
# Source0-md5: ebef0c5e02fd3592350ff5b6fb9c6725
-URL: http://gedit.sourceforge.net/
Patch0: %{name}-gnome-config.patch
+URL: http://gedit.sourceforge.net/
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: docbook-style-dsssl
BuildRequires: gettext-devel
BuildRequires: gnome-libs-devel > 1.0.55
BuildRequires: gnome-print-devel >= 0.28
-BuildRequires: gnome-vfs >= 1.0
+BuildRequires: gnome-vfs-devel >= 1.0
BuildRequires: gtk+-devel >= 1.2.7
BuildRequires: imlib-devel
BuildRequires: libglade-gnome-devel >= 0.11
BuildRequires: libtool
BuildRequires: zlib-devel
-BuildRequires: gnome-vfs-devel
-BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
Obsoletes: gedit-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -57,7 +56,8 @@
%configure \
--disable-static
-%{__make} gtkrcdir=%{_datadir}/misc
+%{__make} \
+ gtkrcdir=%{_datadir}/misc
%install
rm -rf $RPM_BUILD_ROOT
@@ -91,6 +91,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.68 2007/08/26 18:32:16 qboosh
+- unified gnome source URL
+- clarified License
+
Revision 1.67 2007/02/13 07:16:45 glen
- tabs in preamble
================================================================
Index: SPECS/glade.spec
diff -u SPECS/glade.spec:1.77 SPECS/glade.spec:1.78
--- SPECS/glade.spec:1.77 Tue Feb 13 08:16:45 2007
+++ SPECS/glade.spec Sun Aug 26 20:32:16 2007
@@ -10,14 +10,13 @@
Version: 0.6.4
Release: 6
Epoch: 1
-License: GPL
-Vendor: Damon Chaplin <DAChaplin at msn.com>
-Group: Development/Building
-Source0: ftp://ftp.gnome.org/pub/GNOME/sources/glade/0.6/%{name}-%{version}.tar.gz
+License: GPL v2+
+Group: Development/Tools
+Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/0.6/%{name}-%{version}.tar.gz
# Source0-md5: 6bae18e2fd323d64168992e126e27efb
Patch0: %{name}-omf.patch
Patch1: %{name}-ac25x.patch
-URL: http://glade.pn.org/
+URL: http://developer.gnome.org/tools/glade.html
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: bonobo-devel >= 0.25
@@ -89,7 +88,6 @@
%patch1 -p1
%build
-rm -f missing
%{__libtoolize}
%{__gettextize}
xml-i18n-toolize --copy --force
@@ -135,6 +133,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.78 2007/08/26 18:32:16 qboosh
+- unified gnome source URL
+- clarified License
+
Revision 1.77 2007/02/13 07:16:45 glen
- tabs in preamble
================================================================
Index: SPECS/gnome-chess.spec
diff -u SPECS/gnome-chess.spec:1.41 SPECS/gnome-chess.spec:1.42
--- SPECS/gnome-chess.spec:1.41 Tue Feb 13 08:16:46 2007
+++ SPECS/gnome-chess.spec Sun Aug 26 20:32:16 2007
@@ -1,12 +1,13 @@
# $Revision$, $Date$
+# TODO: update to 0.4.0
Summary: GNOME chess - graphical chess interface
Summary(pl.UTF-8): GNOME chess - graficzny interfejs do programów szachowych
Name: gnome-chess
Version: 0.3.3
Release: 8
-License: GPL
+License: GPL v2+
Group: X11/Applications/Games
-Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-chess/0.3/%{name}-%{version}.tar.bz2
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-chess/0.3/%{name}-%{version}.tar.bz2
# Source0-md5: baca55b944140d7764af88da1167835e
Patch0: %{name}-missing_sgmldocs.make.patch
Patch1: %{name}-quit.patch
@@ -88,6 +89,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.42 2007/08/26 18:32:16 qboosh
+- unified gnome source URL
+- clarified License
+
Revision 1.41 2007/02/13 07:16:46 glen
- tabs in preamble
================================================================
Index: SPECS/gnome-core.spec
diff -u SPECS/gnome-core.spec:1.162 SPECS/gnome-core.spec:1.163
--- SPECS/gnome-core.spec:1.162 Tue Feb 13 08:16:46 2007
+++ SPECS/gnome-core.spec Sun Aug 26 20:32:16 2007
@@ -8,9 +8,9 @@
Version: 1.4.2
Release: 3
Epoch: 1
-License: GPL
+License: GPL v2
Group: X11/Applications
-Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-core/1.4/%{name}-%{version}.tar.bz2
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-core/1.4/%{name}-%{version}.tar.bz2
# Source0-md5: d2caf2e71afcc946d5bceaec1b7ba1d3
Source1: %{name}-Settings.order
Source2: %{name}-Settings.directory
@@ -178,7 +178,7 @@
%build
sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
mv -f configure.in.tmp configure.in
-rm -f missing acinclude.m4
+rm -f acinclude.m4
%{__libtoolize}
xml-i18n-toolize --copy --force
%{__gettextize}
@@ -287,6 +287,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.163 2007/08/26 18:32:16 qboosh
+- unified gnome source URL
+- clarified License
+
Revision 1.162 2007/02/13 07:16:46 glen
- tabs in preamble
================================================================
Index: SPECS/gnome-db.spec
diff -u SPECS/gnome-db.spec:1.48 SPECS/gnome-db.spec:1.49
--- SPECS/gnome-db.spec:1.48 Tue Feb 13 08:16:46 2007
+++ SPECS/gnome-db.spec Sun Aug 26 20:32:16 2007
@@ -6,14 +6,14 @@
Name: gnome-db
Version: 0.2.96
Release: 9
-License: GPL
+License: LGPL v2+ (libraries), GPL v2+ (tools)
Group: X11/Libraries
-Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-db/0.2/%{name}-%{version}.tar.bz2
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-db/0.2/%{name}-%{version}.tar.bz2
# Source0-md5: 718d3761ef96f83c02d34c16627d8579
Patch0: %{name}-omf.patch
Patch1: %{name}-desktop2.patch
Patch2: %{name}-locale_names.patch
-URL: http://www.gnome.org/gnome-db/
+URL: http://www.gnome-db.org/
BuildRequires: GConf-devel
BuildRequires: autoconf
BuildRequires: automake
@@ -54,6 +54,7 @@
Summary: Development files for GNOME DB library
Summary(pl.UTF-8): Pakiet dla programistów używających GNOME DB
Group: X11/Development/Libraries
+License: LGPL v2+
Requires: %{name} = %{version}-%{release}
Requires: GConf-devel
Requires: libgda1-devel >= 0.2.93
@@ -68,6 +69,7 @@
%package static
Summary: GNOME DB static libraries
Summary(pl.UTF-8): Biblioteki statyczne GNOME DB
+License: LGPL v2+
Group: X11/Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
@@ -88,7 +90,6 @@
mv -f configure.in.tmp configure.in
%build
-rm -f missing
%{__libtoolize}
%{__gettextize}
%{__aclocal} -I %{_aclocaldir}/gnome
@@ -152,6 +153,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.49 2007/08/26 18:32:16 qboosh
+- unified gnome source URL
+- clarified License
+
Revision 1.48 2007/02/13 07:16:46 glen
- tabs in preamble
================================================================
Index: SPECS/gnome-guile.spec
diff -u SPECS/gnome-guile.spec:1.31 SPECS/gnome-guile.spec:1.32
--- SPECS/gnome-guile.spec:1.31 Tue Feb 13 08:16:46 2007
+++ SPECS/gnome-guile.spec Sun Aug 26 20:32:16 2007
@@ -4,23 +4,22 @@
Name: gnome-guile
Version: 0.20
Release: 2
-License: LGPL
+License: GPL v2+
Group: X11/Applications
-Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-guile/%{version}/%{name}-%{version}.tar.gz
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-guile/0.20/%{name}-%{version}.tar.gz
# Source0-md5: 2be739e8bbc9fffe70e7ef19950bc984
Patch0: %{name}-new_gtkhtml.patch
Patch1: %{name}-destdir_in_makefiles.patch
URL: http://www.gnome.org/
BuildRequires: gnome-http-devel
BuildRequires: gnome-libs-devel
-BuildRequires: gtk+-devel
+BuildRequires: gtk+-devel >= 1.2.1
BuildRequires: gtkhtml-devel
BuildRequires: guile-devel
Requires: gtk+ >= 1.2.1
Obsoletes: gnome
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
%description
GNOME guile (gnomeg) is a guile interpreter with GTK+ and GNOME
support. A number of GNOME utilities are written to use gnomeg. GNOME
@@ -108,6 +107,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.32 2007/08/26 18:32:16 qboosh
+- unified gnome source URL
+- clarified License
+
Revision 1.31 2007/02/13 07:16:46 glen
- tabs in preamble
================================================================
Index: SPECS/gnome-libs.spec
diff -u SPECS/gnome-libs.spec:1.189 SPECS/gnome-libs.spec:1.190
--- SPECS/gnome-libs.spec:1.189 Thu Aug 2 11:42:53 2007
+++ SPECS/gnome-libs.spec Sun Aug 26 20:32:16 2007
@@ -12,9 +12,9 @@
Version: 1.4.2
Release: 16
Epoch: 1
-License: LGPL
+License: LGPL v2 (libraries), GPL v2 (programs)
Group: X11/Applications
-Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-libs/1.4/%{name}-%{version}.tar.bz2
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-libs/1.4/%{name}-%{version}.tar.bz2
# Source0-md5: 6111e91b143a90afb30f7a8c1e6cbbd6
Patch0: %{name}-sndon.patch
Patch1: %{name}-no_distinguish_kde.patch
@@ -141,6 +141,7 @@
Summary(ru.UTF-8): Хедеры для разработки приложений под GNOME
Summary(uk.UTF-8): Хедери для розробки прикладних програм для GNOME
Summary(wa.UTF-8): Lîvreyes èt fitchîs *.h po fé des programes GNOME
+License: LGPL v2
Group: X11/Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: ORBit-devel >= 1:0.5.17-7
@@ -194,6 +195,7 @@
Summary(pt_BR.UTF-8): Bibliotecas estáticas para desenvolver aplicações GNOME
Summary(ru.UTF-8): Статические библиотеки для разработки приложений под GNOME
Summary(uk.UTF-8): Статичні бібліотеки для розробки прикладних програм для GNOME
+License: LGPL v2
Group: X11/Development/Libraries
Requires: %{name}-devel = %{epoch}:%{version}-%{release}
@@ -220,6 +222,7 @@
%package -n gtkxmhtml
Summary: gtkxmhtml library
Summary(pl.UTF-8): Biblioteka gtkxmhtml
+License: LGPL v2+
Group: X11/Libraries
Conflicts: gnome-libs < 1:1.4.2-4
@@ -232,6 +235,7 @@
%package -n gtkxmhtml-devel
Summary: gtkxmhtml include files
Summary(pl.UTF-8): Pliki nagłówkowe dla gtkxmhtml
+License: LGPL v2+
Group: X11/Development/Libraries
Requires: gtkxmhtml = %{epoch}:%{version}-%{release}
Requires: xorg-lib-libXpm-devel
@@ -246,6 +250,7 @@
%package -n gtkxmhtml-static
Summary: gtkxmhtml static library
Summary(pl.UTF-8): Biblioteka statyczna gtkxmhtml
+License: LGPL v2+
Group: X11/Development/Libraries
Requires: gtkxmhtml-devel = %{epoch}:%{version}-%{release}
Conflicts: gnome-libs-static < 1:1.4.2-4
@@ -428,6 +433,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.190 2007/08/26 18:32:16 qboosh
+- unified gnome source URL
+- clarified License
+
Revision 1.189 2007/08/02 09:42:53 arekm
- rel 16
================================================================
Index: SPECS/gnome-objc.spec
diff -u SPECS/gnome-objc.spec:1.59 SPECS/gnome-objc.spec:1.60
--- SPECS/gnome-objc.spec:1.59 Tue Feb 13 08:16:46 2007
+++ SPECS/gnome-objc.spec Sun Aug 26 20:32:16 2007
@@ -4,9 +4,9 @@
Name: gnome-objc
Version: 1.0.40
Release: 8
-License: LGPL
+License: LGPL v2+
Group: X11/Applications
-Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-objc/1.0/%{name}-%{version}.tar.gz
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-objc/1.0/%{name}-%{version}.tar.gz
# Source0-md5: 5128635f4d8d143e5f9b4646456b3025
URL: http://www.gnome.org/
BuildRequires: automake
@@ -17,7 +17,6 @@
Obsoletes: gnome
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
%description
Basic libraries you must have installed to use GNOME programs that are
built with Objective C.
@@ -64,7 +63,7 @@
%build
OBJC="%{__cc}"; export OBJC
-install /usr/share/automake/config.* .
+cp -f /usr/share/automake/config.* .
%{__gettextize}
%{__aclocal} -I macros
%configure2_13
@@ -107,6 +106,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.60 2007/08/26 18:32:16 qboosh
+- unified gnome source URL
+- clarified License
+
Revision 1.59 2007/02/13 07:16:46 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gdk-pixbuf.spec?r1=1.97&r2=1.98&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gedit.spec?r1=1.67&r2=1.68&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/glade.spec?r1=1.77&r2=1.78&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-chess.spec?r1=1.41&r2=1.42&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-core.spec?r1=1.162&r2=1.163&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-db.spec?r1=1.48&r2=1.49&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-guile.spec?r1=1.31&r2=1.32&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-libs.spec?r1=1.189&r2=1.190&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-objc.spec?r1=1.59&r2=1.60&f=u
More information about the pld-cvs-commit
mailing list