source: projects/vine-manual-build/trunk/vine-manual-build-vl.spec.in @ 1165

Revision 1165, 1.1 KB checked in by yasumichi, 14 years ago (diff)

SPECファイルの原型を追加

Line 
1Name:           @PACKAGE_NAME@
2Version:        @VERSION@
3Release:        1
4License:        Vine Linux General Public License 4.0
5Group:          Applications/Documentation
6Source0:        @PACKAGE_NAME@-@VERSION@.tar.bz2
7BuildRoot:      %{_tmppath}/%{name}-%{version}-root
8
9Vendor:         Project Vine
10Distribution:   Vine Linux
11Packager:       yasumichi
12
13Summary:        A wrapper of xsltproc to build manual of Vine Linux.
14Summary(ja):    Vine Linuxマニュアルをビルドするためのxsltprocラッパー
15
16%description
17A wrapper of xsltproc to build vine documentation.
18
19%description -l ja
20Vineドキュメントをビルドするためのxsltprocラッパーです。
21
22
23# Dependency
24Requires:       libxslt
25
26# Prepare
27%prep
28%setup -q
29
30# Build
31%build
32%configure
33%{__make} %{?_smp_mflags}
34
35# Install
36%install
37%{__rm} -rf ${RPM_BUILD_ROOT}
38%{__make} install DESTDIR=${RPM_BUILD_ROOT}
39
40# Clean
41%clean
42%{__rm} -rf ${RPM_BUILD_ROOT}
43
44# File list
45%files
46%defattr(-,root,root)
47%doc AUTHORS COPYING ChangeLog NEWS README
48%{_bindir}/%{name}
49%{_datadir}/sgml/docbook/vine-style-xsl/*.xsl
50
51# Change Log
52%changelog
53* Mon Jun 07 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.9.0-1
54- written first.
55
Note: See TracBrowser for help on using the repository browser.