/[packages]/cauldron/zoem/current/SPECS/zoem.spec
ViewVC logotype

Contents of /cauldron/zoem/current/SPECS/zoem.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 387772 - (show annotations) (download)
Mon Jan 14 15:17:11 2013 UTC (11 years, 3 months ago) by umeabot
File size: 1386 byte(s)
Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild
1 # $Id$
2
3 %define version 11_166
4 %define version2 11-166
5 %define name zoem
6 %define release %mkrel 2
7
8 Summary: Zoem is an interpretive macro/programming language
9 Name: %{name}
10 Version: %{version}
11 Release: %{release}
12 License: GPLv2
13 Group: System/Configuration/Other
14 URL: http://micans.org/%{name}/
15 Source0: http://micans.org/%{name}/src/%{name}-%{version2}.tar.gz
16 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
17
18 %description
19 Zoem is an interpretive macro/programming language that is evaluated by the macro processor called zoem. It is used by Portable Unix Documentation (PUD) and Aephea. The latter is a general authoring tool for writing HTML documents and provides both useful abstractions and a framework for creating new abstractions. It uses and promotes the use of CSS. A small core of Aephea has been ported to the typesetting language troff. This core is used in PUD, which provides mini-languages for FAQ documents and UNIX manual pages. Documents written in PUD can be output to troff and html, and further to plain text, PostScript, and PDF.
20
21 %prep
22 %setup -q -n %{name}-%{version2}
23
24 %build
25 %configure
26 make %{?_smp_mflags}
27
28 %install
29 rm -fr %{buildroot}
30 make DESTDIR=$RPM_BUILD_ROOT install
31
32 %clean
33 rm -rf %{buildroot}
34
35 %files
36 %defattr(-,root,root)
37 %doc %{_defaultdocdir}/%{name}/doc/*
38 %doc %{_defaultdocdir}/%{name}/examples/*
39 %{_bindir}/*
40 %{_mandir}/man1/*

  ViewVC Help
Powered by ViewVC 1.1.30