]> git.pld-linux.org Git - packages/rarian.git/commitdiff
- rarian-compat owns /usr/share/omf
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 29 Aug 2007 09:36:37 +0000 (09:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated URL

Changed files:
    rarian.spec -> 1.3

rarian.spec

index d242c93e43ac1082c3cbc77a400dd8561d37a854..3c28744d4c4c97af9be9249ae89cfd46f410cc16 100644 (file)
@@ -7,7 +7,7 @@ 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
+URL:           http://rarian.freedesktop.org/
 BuildRequires: libxslt-devel
 Requires:      coreutils
 Requires:      gawk
@@ -50,11 +50,14 @@ the Rarian library ("librarian").
        --enable-omf-read \
        --disable-skdb-update
 
-%{__make} %{?_smp_mflags}
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/omf
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 rm -rf $RPM_BUILD_ROOT%{_libdir}/librarian.a
 
@@ -80,6 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/rarian-sk-*
 %attr(755,root,root) %{_bindir}/scrollkeeper-*
+%dir %{_datadir}/omf
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.110307 seconds and 4 git commands to generate.