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

Changes of Revision 10

[-] Changed yodl.spec
x
 
1
@@ -38,15 +38,24 @@
2
 export DOC_DIR=%{buildroot}%{_docdir}/%{name}
3
 export YODL_BIN=%{buildroot}%{_bindir}
4
 perl contrib/build.pl install
5
-export EBASE=%{buildroot}%{_prefix}
6
-%{__make} -C contrib install PREFIX=%{buildroot}%{_prefix}
7
+##export EBASE=%{buildroot}%{_prefix}
8
+##%{__make} -C contrib install PREFIX=%{buildroot}%{_prefix}
9
+%{__install} -m 755 contrib/yo2whatever %{buildroot}%{_bindir}
10
+%{__install} -m 755 contrib/SiteLocal.yo %{buildroot}%{_prefix}/share/yodl/
11
+cd %{buildroot}%{_bindir}
12
+ln -sf yo2whatever yo2html
13
+ln -sf yo2whatever yo2man 
14
+ln -sf yo2whatever yo2manless
15
+ln -sf yo2whatever yo2pdf
16
 
17
 %clean
18
 %{__rm} -rf %{buildroot}
19
 
20
 %files
21
 %defattr(-, root, root, 0755)
22
-
23
+%{_bindir}
24
+%{_prefix}/share/yodl
25
+%doc %{_docdir}
26
 %changelog
27
 * Fri Mar 07 2008 Carsten Schoene <cs@linux-administrator.com> - 1.76-1
28
 - Initial package.
29