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

Revision 1969, 1.4 KB checked in by munepi, 14 years ago (diff)

updated texlive-vtlpkg-vl.spec

Line 
1Summary: TeX Live packaging utilities for Vine Linux
2Summary(ja): Vine Linux 用 TeX Live パッケージングユーティリティ
3Name: texlive-vtlpkg
4Version: 2009
5Release: 2%{?_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* Sun Sep 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
55- updated tlpdb2rpmspec.sh.in:
56  - removed arch dependent binaries (texlive-collection-latexextra)
57  - improved updmap process in %%post and %%postun
58  - fixed perl path
59
60* Fri Jul 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
61- initial build
Note: See TracBrowser for help on using the repository browser.