summaryrefslogtreecommitdiff
path: root/atk.spec.in
diff options
context:
space:
mode:
authorJens Finke <jens@src.gnome.org>2001-08-27 14:36:17 +0000
committerJens Finke <jens@src.gnome.org>2001-08-27 14:36:17 +0000
commit0993b2f974c0771a875857f321322016aa98ef72 (patch)
tree5e732b830ff997b53e36cfcbe46b20eba6ac6e52 /atk.spec.in
parent7fc9c623fe42c7ef0d20b5979c220ab1aa21274d (diff)
downloadatk-0993b2f974c0771a875857f321322016aa98ef72.tar.gz
Mon Aug 27 2001 Jens Finke <jens@gnome.org> - glib2 package now required -
* Mon Aug 27 2001 Jens Finke <jens@gnome.org> - glib2 package now required - updated source url
Diffstat (limited to 'atk.spec.in')
-rw-r--r--atk.spec.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/atk.spec.in b/atk.spec.in
index 2564b93..7be0b86 100644
--- a/atk.spec.in
+++ b/atk.spec.in
@@ -4,11 +4,11 @@ Version: @VERSION@
Release: 1
License: LGPL
Group: Development/Libraries
-Source: %{name}-%{version}.tar.gz
+Source: ftp://ftp.gimp.org/pub/gtk/v1.3/%{name}-%{version}.tar.gz
BuildRoot: /var/tmp/%{name}-%{version}-root
URL: http://www.gtk.org
-Requires: glib >= @GLIB_REQUIRED_VERSION@
-BuildRequires: glib-devel >= @GLIB_REQUIRED_VERSION@
+Requires: glib2 >= @GLIB_REQUIRED_VERSION@
+BuildRequires: glib2-devel >= @GLIB_REQUIRED_VERSION@
%description
Handy library of accessability functions. Development libs and headers
@@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/atk
%changelog
+* Mon Aug 27 2001 Jens Finke <jens@gnome.org>
+- glib2 package now required
+- updated source url
* Wed Aug 15 2001 Jens Finke <jens@gnome.org>
-- created spec file \ No newline at end of file
+- created spec file