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