Search
j0ke.net Open Build Service
>
Projects
>
devel
>
yodl
> yodl.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File yodl.spec of Package yodl (Revision 7)
Currently displaying revision
7
,
show latest
Summary: Load balance and fail over utility for TCP based services Name: yodl Version: 2.11 Release: 1 License: GPLv3 Group: Applications/Utilities URL: http://yodl.sourceforge.net/ Source: %{name}_%{version}.orig.tar.gz Patch0: %{name}-build.diff Patch1: %{name}-contrib.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl texlive-latex %description Yodl is a package that implements a pre-document language and tools to process it. Write a single document, then use a tool (e.g. yodl2html) to convert it to some final document language (html, man, LaTeX, etc.). Yodl's document language is easy to use. %prep %setup -n %{name}-%{version} %patch0 -p1 %patch1 -p1 %build perl contrib/build.pl make STD_INCLUDE=%{_prefix}/share/yodl MAN_DIR=%{_mandir} DOC_DIR=%{_docdir}/%{name} YODL_BIN=%{_bindir} %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} perl contrib/build.pl install STD_INCLUDE=%{buildroot}%{_prefix}/share/yodl MAN_DIR=%{buildroot}%{_mandir} DOC_DIR=%{buildroot}%{_docdir}/%{name} YODL_BIN=%{buildroot}%{_bindir} %{__make} -C contrib install PREFIX=%{buildroot}%{_prefix} %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %changelog * Fri Mar 07 2008 Carsten Schoene <cs@linux-administrator.com> - 1.76-1 - Initial package.