]> git.pld-linux.org Git - packages/yodl.git/commitdiff
- rel 6; fix path to yodl data files auto/th/yodl-1_31_18-6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 Dec 2007 21:44:40 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    yodl.spec -> 1.30

yodl.spec

index 1ec7ee02c217d13c854e81ae9aa4566fff0baeff..4323982ab65f64b838b817e55a4c7c67cc07bfe2 100644 (file)
--- a/yodl.spec
+++ b/yodl.spec
@@ -2,7 +2,7 @@ Summary:        Yodl: Yet oneOther Document Language
 Summary(pl.UTF-8):     Yodl: Jeszcze jeden język opisu dokumentów
 Name:          yodl
 Version:       1.31.18
-Release:       5
+Release:       6
 License:       GPL
 Group:         Applications/Text
 Source0:       ftp://ftp.lilypond.org/pub/yodl/development/%{name}-%{version}.tar.gz
@@ -12,6 +12,8 @@ BuildRequires:        bash
 BuildRequires: python
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define        _udatadir       %{_datadir}/%{name}
+
 %description
 Yodl is a package that implements a pre-document language and tools to
 process it. The idea of Yodl is that you write up a document in a
@@ -47,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
        mandir=$RPM_BUILD_ROOT%{_mandir} \
        bindir=$RPM_BUILD_ROOT%{_bindir} \
        infodir=$RPM_BUILD_ROOT%{_infodir} \
-       datadir=$RPM_BUILD_ROOT%{_datadir}/yodl
+       datadir=$RPM_BUILD_ROOT%{_udatadir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.069272 seconds and 4 git commands to generate.