source: projects/specs/trunk/v/vine-manual-skel/vine-manual-skel-vl.spec @ 4593

Revision 4593, 1.1 KB checked in by yasumichi, 13 years ago (diff)

vine-manual-skel-vl.spec を追加

Line 
1# Basic Information
2Name:           vine-manual-skel
3Version:        0.1
4Release:        1%{?_dist_release}
5License:        GPLv3
6Group:          Applications/Documentation
7Source0:        %{name}-%{version}.tar.bz2
8BuildRoot:      %{_tmppath}/%{name}-%{version}-root
9BuildArch:      noarch
10
11Vendor:         Project Vine
12Distribution:   Vine Linux
13Packager:       yasumichi
14
15Summary:        Initialize package of manual for Vine Linux
16Summary(ja):    Vine Linux 用マニュアルのパッケージを初期化
17
18# Dependency
19Requires:       autoconf
20Requires:       automake
21Requires:       rarian-compat
22
23%description
24Initialize package of manual for Vine Linux.
25
26%description -l ja
27新しい Vine Linux 用マニュアルのパッケージを初期化します。
28
29%prep
30%setup -q
31
32%build
33%configure
34%{__make} %{?_smp_mflags}
35
36%install
37%{__rm} -rf ${RPM_BUILD_ROOT}
38%{__make} install DESTDIR=${RPM_BUILD_ROOT}
39
40#%%find_lang %{name}
41
42
43%clean
44%{__rm} -rf ${RPM_BUILD_ROOT}
45
46
47#%%files -f %{name}.lang
48%files
49%defattr(-,root,root)
50%doc COPYING ChangeLog NEWS README
51/usr/bin/vine-manual-init
52/usr/share/vine-manual-skel
53
54%changelog
55* Fri Aug 12 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1-1
56- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.