]> git.pld-linux.org Git - packages/rarian.git/commitdiff
- fix
authorPatryk Zawadzki <patrys@room-303.com>
Wed, 29 Aug 2007 07:27:28 +0000 (07:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rarian.spec -> 1.2

rarian.spec

index bc7a3cd0007f2a624bfebb29c8916adde844ebba..d242c93e43ac1082c3cbc77a400dd8561d37a854 100644 (file)
@@ -6,6 +6,7 @@ License:        LGPL v2+
 Group:         Base
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/rarian/0.5/%{name}-%{version}.tar.bz2
 # Source0-md5: 9afee4d25a10bd5310ee21e23a09d659
+Patch0:                %{name}-scrollkeeper.patch
 URL:           http://ftp.gnome.org/pub/gnome/sources/rarian
 BuildRequires: libxslt-devel
 Requires:      coreutils
@@ -42,10 +43,12 @@ the Rarian library ("librarian").
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
-       --disable-skdb-update \
+       --enable-omf-read \
+       --disable-skdb-update
 
 %{__make} %{?_smp_mflags}
 
This page took 0.097157 seconds and 4 git commands to generate.