source: projects/texlive-vtlpkg/trunk/texlive-vtlpkg-vl.spec @ 3329

Revision 3329, 1.7 KB checked in by munepi, 13 years ago (diff)

added texlive2010.tlpdb.xz

Line 
1Summary: TeX Live packaging utilities for Vine Linux
2Summary(ja): Vine Linux 用 TeX Live パッケージングユーティリティ
3Name: texlive-vtlpkg
4Version: 2009
5Release: 4%{?_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
15BuildRequires: xz
16Requires: bash
17Requires: texlive-sources = %{version}
18
19Vendor: Project Vine
20Distribution: Vine Linux
21Packager: munepi
22
23%description
24texlive-vtlpkg is used to create a package of TeX Live for Vine Linux.
25It provides tlpdb2rpmspec.
26
27%description -l ja
28texlive-vtlpkg は Vine Linux 用 TeX Live パッケージ作るユーティリティです。
29tlpdb2rpmspec を提供しています。
30
31
32%prep
33[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
34
35%setup
36
37%build
38%__make
39
40%install
41%__make DESTDIR=$RPM_BUILD_ROOT install
42
43%clean
44[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
45
46
47%files
48%defattr(-,root,root)
49%{_bindir}/tlpdb2rpmspec
50%dir %{_datadir}/%{name}
51%{_datadir}/%{name}/*
52
53
54%changelog
55* Wed Mar 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
56- updated tlpdb2rpmspec.sh.in:
57  - improved tlpdb4a()
58
59* Wed Jan 12 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
60- updated tlpdb2rpmspec.sh.in:
61  - improved %%post
62
63* Sun Sep 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
64- updated tlpdb2rpmspec.sh.in:
65  - removed arch dependent binaries (texlive-collection-latexextra)
66  - improved updmap process in %%post and %%postun
67  - fixed perl path
68
69* Fri Jul 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
70- initial build
Note: See TracBrowser for help on using the repository browser.