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 2)
Currently displaying revision
2
,
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}.tar.gz Patch0: %{name}-build.diff Patch1: %{name}-contrib.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: 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 ./build package %{?_smp_mflags} PREFIX=%{_prefix} %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} %{__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.