Search
j0ke.net Open Build Service
>
Projects
>
devel
>
yodl
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Changed
yodl.spec
@@ -11,7 +11,7 @@ Patch1: %{name}-contrib.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: texlive-latex +BuildRequires: perl texlive-latex %description Yodl is a package that implements a pre-document language and tools to process it. @@ -24,13 +24,14 @@ %patch1 -p1 %build -./build package %{?_smp_mflags} PREFIX=%{_prefix} +perl contrib/build.pl make %install %{__rm} -rf %{buildroot} %{__install} -d %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 %{buildroot}%{_mandir}/man7 ##%{__make} install DESTDIR="%{buildroot}" PREFIX=%{buildroot}%{_prefix} -./build install %{buildroot}%{_prefix} DESTDIR="%{buildroot}" PREFIX=%{buildroot}%{_prefix} +##./build install %{buildroot}%{_prefix} DESTDIR="%{buildroot}" PREFIX=%{buildroot}%{_prefix} +perl contrib/build.pl install PREFIX=%{buildroot}%{_prefix} DESTDIR="%{buildroot}" %{__make} -C contrib install PREFIX=%{buildroot}%{_prefix} %clean