OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src, openpkg-web, openpkg-re Date: 22-Dec-2002 11:22:19
Branch: HEAD Handle: 2002122210221702
Modified files:
openpkg-re/vcheck vc.atk
openpkg-src/atk atk.spec
openpkg-web news.txt
Log:
upgrading package: atk 1.0.3 -> 1.2.0
Summary:
Revision Changes Path
1.2 +2 -2 openpkg-re/vcheck/vc.atk
1.4 +22 -14 openpkg-src/atk/atk.spec
1.2361 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.atk
============================================================
$ cvs diff -u -r1.1 -r1.2 vc.atk
--- openpkg-re/vcheck/vc.atk 29 Aug 2002 14:51:56 -0000 1.1
+++ openpkg-re/vcheck/vc.atk 22 Dec 2002 10:22:17 -0000 1.2
@@ -2,8 +2,8 @@
}
prog atk = {
- version = 1.0.3
- url = ftp://ftp.gtk.org/pub/gtk/v2.0/
+ version = 1.2.0
+ url = ftp://ftp.gtk.org/pub/gtk/v2.2/
regex = atk-(__VER__)\.tar\.gz
}
Index: openpkg-src/atk/atk.spec
============================================================
$ cvs diff -u -r1.3 -r1.4 atk.spec
--- openpkg-src/atk/atk.spec 20 Dec 2002 19:30:26 -0000 1.3
+++ openpkg-src/atk/atk.spec 22 Dec 2002 10:22:19 -0000 1.4
@@ -24,36 +24,38 @@
##
# package version
-%define V_gtk 2.0
+%define V_atk 1.2.0
+%define V_glib_major 2.2
+%define V_gtk_major 2.2
# package information
Name: atk
-Summary: The GTK Accessability Toolkit
+Summary: The Gtk Accessability Toolkit
URL: http://www.gtk.org/
Vendor: The Gtk Project
Packager: The OpenPKG Project
Distribution: OpenPKG [EVAL]
Group: XWindow
License: GPL
-Version: 1.0.3
-Release: 20020829
+Version: %{V_atk}
+Release: 20021222
# list of sources
-Source0: ftp://ftp.gtk.org/pub/gtk/v%{V_gtk}/atk-%{version}.tar.gz
+Source0: ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/atk-%{V_atk}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, X11, glib2
-PreReq: OpenPKG, openpkg >= 20020206, X11, glib2
+BuildPreReq: OpenPKG, openpkg >= 20020206, X11, glib2 >= %{V_glib_major}
+PreReq: OpenPKG, openpkg >= 20020206, X11, glib2 >= %{V_glib_major}
AutoReq: no
AutoReqProv: no
%description
- The ATK library provides a set of interfaces for accessibility.
- By supporting the ATK interfaces, an application or toolkit can be
- used with such tools as screen readers, magnifiers, and
- alternative input devices.
+ The ATK library provides a set of interfaces for accessibility. By
+ supporting the ATK interfaces, an application or toolkit can be used
+ with such tools as screen readers, magnifiers, and alternative input
+ devices.
Options: none
@@ -63,6 +65,8 @@
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
@@ -71,14 +75,18 @@
--with-native-locale=no \
--enable-shm \
--disable-debug \
- --disable-shared
- %{l_make} %{l_mflags -O}
+ --disable-shared \
+ --enable-static
+ %{l_make} %{l_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/gtk-doc
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/locale
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
+ %{l_files_std} \
+ '%not %dir %{l_prefix}/lib/pkgconfig'
%files -f files
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.2360 -r1.2361 news.txt
--- openpkg-web/news.txt 22 Dec 2002 10:10:29 -0000 1.2360
+++ openpkg-web/news.txt 22 Dec 2002 10:22:18 -0000 1.2361
@@ -1,3 +1,4 @@
+22-Dec-2002: Upgraded package: P<atk-1.2.0-20021222>
22-Dec-2002: Upgraded package: P<pango-1.2.0-20021222>
22-Dec-2002: Upgraded package: P<glib2-2.2.0-20021222>
22-Dec-2002: Upgraded package: P<pkgconfig-0.14.0-20021222>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]