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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 391388 - (show annotations) (download)
Wed Jan 23 08:45:48 2013 UTC (11 years, 3 months ago) by fwang
File size: 1299 byte(s)
update rpm group
1 # $Id$
2
3 %define version 10_008
4 %define version2 10-008
5 %define name aephea
6 %define release %mkrel 3
7
8 Summary: Adaptable Exo-skeleton for Practical HTML Extension and Abstraction
9 Name: %{name}
10 Version: %{version}
11 Release: %{release}
12 License: GPLv2
13 Group: System/Configuration
14 URL: http://micans.org/%{name}/
15 Source0: http://micans.org/%{name}/src/%{name}-%{version2}.tar.gz
16 BuildArch: noarch
17
18 %description
19 Aephea is pronounced ay - 'fee - ah, or 'ee - fee - ah, or any amalgam of
20 the two, and stands somewhat grandiosely for Adaptable Exo-skeleton for
21 Practical HTML Extension and Abstraction. It is a thin, expressive, and
22 programmable framework for creating HTML documents, aimed at people who
23 are familiar with HTML and Cascading Style Sheets, or intending to become
24 so. Three micro-formats are currently shipped with it.
25
26 %prep
27 %setup -q -n %{name}-%{version2}
28
29 %build
30 %configure2_5x
31 %make
32
33 %install
34 %makeinstall_std
35 %{__mkdir_p} $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}
36 mv $RPM_BUILD_ROOT/%{_datadir}/%{name}/examples $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/examples
37 mv $RPM_BUILD_ROOT/%{_datadir}/%{name}/doc $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/doc
38
39 %files
40 %doc %{_defaultdocdir}/%{name}/doc/*
41 %doc %{_defaultdocdir}/%{name}/examples/*
42 %{_datadir}/%{name}
43 %{_mandir}/man7/*

  ViewVC Help
Powered by ViewVC 1.1.30