Logoj0ke.net Open Build Service > Projects > devel > yodl > Changes
Sign Up | Log In

Changes of Revision 4

[-] Changed yodl.spec
x
 
1
@@ -11,7 +11,7 @@
2
 Patch1:        %{name}-contrib.diff
3
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
4
 
5
-BuildRequires:     texlive-latex
6
+BuildRequires:     perl texlive-latex
7
 
8
 %description
9
 Yodl is a package that implements a pre-document language and tools to process it. 
10
@@ -24,13 +24,14 @@
11
 %patch1 -p1
12
 
13
 %build
14
-./build package    %{?_smp_mflags} PREFIX=%{_prefix}
15
+perl contrib/build.pl make
16
 
17
 %install
18
 %{__rm} -rf %{buildroot}
19
 %{__install} -d %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 %{buildroot}%{_mandir}/man7
20
 ##%{__make} install DESTDIR="%{buildroot}" PREFIX=%{buildroot}%{_prefix}
21
-./build install %{buildroot}%{_prefix} DESTDIR="%{buildroot}" PREFIX=%{buildroot}%{_prefix} 
22
+##./build install %{buildroot}%{_prefix} DESTDIR="%{buildroot}" PREFIX=%{buildroot}%{_prefix} 
23
+perl contrib/build.pl install PREFIX=%{buildroot}%{_prefix} DESTDIR="%{buildroot}"
24
 %{__make} -C contrib install PREFIX=%{buildroot}%{_prefix}
25
 
26
 %clean
27