Browse Source

requires glib 2.0 and not 1.x

master
parent
commit
4c316bd999
  1. 6
      libgdome/libgdome.spec

6
libgdome/libgdome.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: SGML
License: LGPL
Version: 0.8.1
Release: 20031009
Release: 20031019
# list of sources
Source0: http://gdome2.cs.unibo.it/tarball/gdome2-%{version}.tar.gz
@ -41,8 +41,8 @@ Source0: http://gdome2.cs.unibo.it/tarball/gdome2-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, libxml, libiconv, glib, pkgconfig, gcc
PreReq: OpenPKG, openpkg >= 20020206, libxml, libiconv, glib, pkgconfig
BuildPreReq: OpenPKG, openpkg >= 20020206, libxml, libiconv, glib2, pkgconfig, gcc
PreReq: OpenPKG, openpkg >= 20020206, libxml, libiconv, glib2, pkgconfig
AutoReq: no
AutoReqProv: no

Loading…
Cancel
Save