source: projects/specs/trunk/t/texlive-vtlpkg/texlive-vtlpkg-vl.spec @ 1533

Revision 1533, 1.2 KB checked in by munepi, 14 years ago (diff)

NEW texlive and its related packages: replacement of teTeX

Line 
1Summary: TeX Live packaging utilities for Vine Linux
2Summary(ja): Vine Linux 用 TeX Live パッケージングユーティリティ
3Name: texlive-vtlpkg
4Version: 2009
5Release: 1%{?_dist_release}
6License: GPLv2+
7Group: Development/Tools
8Url: http://trac.vinelinux.org/wiki/TeXEnvironment
9
10Source0: %{name}-%{version}.tar.bz2
11
12Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
13BuildArch: noarch
14BuildRequires: sed
15Requires: bash
16Requires: texlive-sources = %{version}
17
18Vendor: Project Vine
19Distribution: Vine Linux
20Packager: munepi
21
22%description
23texlive-vtlpkg is used to create a package of TeX Live for Vine Linux.
24It provides tlpdb2rpmspec.
25
26%description -l ja
27texlive-vtlpkg は Vine Linux 用 TeX Live パッケージ作るユーティリティです。
28tlpdb2rpmspec を提供しています。
29
30
31%prep
32[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
33
34%setup
35
36%build
37%__make
38
39%install
40%__make DESTDIR=$RPM_BUILD_ROOT install
41
42%clean
43[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
44
45
46%files
47%defattr(-,root,root)
48%{_bindir}/tlpdb2rpmspec
49%dir %{_datadir}/%{name}
50%{_datadir}/%{name}/*
51
52
53%changelog
54* Fri Jul 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
55- initial build
Note: See TracBrowser for help on using the repository browser.