From 12c6fc1b75ac483bc66d14237cb75e7702d73187 Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Sep 19 2013 08:15:52 +0000 Subject: fix "Variable 'datarootdir' not defined in '%%{_libdir}/pkgconfig/arprec.pc'" --- diff --git a/arprec.spec b/arprec.spec index 586232a..0bd898c 100644 --- a/arprec.spec +++ b/arprec.spec @@ -1,6 +1,6 @@ Name: arprec Version: 2.2.16 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Software package for performing arbitrary precision arithmetic %{?el5:Group: System Environment/Libraries} @@ -219,8 +219,8 @@ prefix=@prefix@ exec_prefix=\${prefix} bindir=@bindir@ -datadir=\${datarootdir}/@name@ datarootdir=@datadir@ +datadir=\${datarootdir}/@name@ includedir=@includedir@ libdir=@libdir@ mandir=@mandir@ @@ -372,6 +372,9 @@ make check ||: %changelog +* Thu Sep 19 2013 Björn Esser - 2.2.16-4 +- fix "Variable 'datarootdir' not defined in '%%{_libdir}/pkgconfig/arprec.pc'" + * Fri Sep 13 2013 Björn Esser - 2.2.16-3 - added needed bits for el5 - created an ascii-txt license from the license.doc provided by upstream