Author: arekm Date: Mon Dec 10 21:44:45 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 6; fix path to yodl data files
---- Files affected: SPECS: yodl.spec (1.29 -> 1.30) ---- Diffs: ================================================================ Index: SPECS/yodl.spec diff -u SPECS/yodl.spec:1.29 SPECS/yodl.spec:1.30 --- SPECS/yodl.spec:1.29 Mon Feb 12 23:09:25 2007 +++ SPECS/yodl.spec Mon Dec 10 22:44:40 2007 @@ -3,7 +3,7 @@ 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 @@ -13,6 +13,8 @@ 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 @@ -48,7 +50,7 @@ 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 @@ -70,6 +72,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.30 2007-12-10 21:44:40 arekm +- rel 6; fix path to yodl data files + Revision 1.29 2007-02-12 22:09:25 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/yodl.spec?r1=1.29&r2=1.30&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
