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

Revision 6698, 2.8 KB checked in by munepi, 12 years ago (diff)

starting update to TeX Live 2012

Line 
1Summary: TeX Live packaging utilities for Vine Linux
2Summary(ja): Vine Linux 用 TeX Live パッケージングユーティリティ
3Name: texlive-vtlpkg
4Version: 2012
5Release: 1%{?_dist_release}
6License: GPLv2+
7Group: Development/Tools
8Url: http://trac.vinelinux.org/wiki/TeXEnvironment
9
10# %{name}-%{version}.tar.xz is generated by running "$ make rpm"
11Source0: %{name}-%{version}.tar.xz
12Source10: texlive-vtlpkg-2012-vine.patch
13
14Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
15BuildArch: noarch
16BuildRequires: sed
17BuildRequires: xz
18Requires: bash
19Requires: texlive-sources = %{version}
20
21Vendor: Project Vine
22Distribution: Vine Linux
23Packager: munepi
24
25%description
26texlive-vtlpkg is used to create a package of TeX Live for Vine Linux.
27It provides tlpdb2rpmspec.
28
29%description -l ja
30texlive-vtlpkg は Vine Linux 用 TeX Live パッケージを作るユーティリティです。
31tlpdb2rpmspec を提供しています。
32
33
34%prep
35[ "${RPM_BUILD_ROOT}" != "/" ] && %__rm -rf ${RPM_BUILD_ROOT}
36
37%setup
38
39%build
40%__make
41
42%install
43%__make DESTDIR=$RPM_BUILD_ROOT install
44
45## modified texlive.tlpdb
46pushd $RPM_BUILD_ROOT%{_datadir}/%{name}
47    patch -p0 < %{SOURCE10} || exit 1
48popd
49
50%clean
51[ "${RPM_BUILD_ROOT}" != "/" ] && %__rm -rf ${RPM_BUILD_ROOT}
52
53
54%files
55%defattr(-,root,root)
56%doc README
57%{_bindir}/tlpdb2rpmspec
58%dir %{_datadir}/%{name}
59%{_datadir}/%{name}/*
60
61
62%changelog
63* Fri Aug 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
64- updated to TeX Live 2012
65
66* Sat Dec  3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
67- updated tlpdb2rpmspec.sh.in and dot.vtlpkg.conf.in:
68  - set external dependencies (texlive-collection-binextra,
69    texlive-collection-fontutils)
70
71* Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
72- updated to TeX Live 2011
73- merged texlive-vtlpkg-2009-osx.patch from OSXWS
74- added %%doc README (%%files)
75
76* Mon Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
77- applied texlive-vtlpkg-2009-vine.patch
78  - remove arch dependent binaries
79- updated tlpdb2rpmspec.sh.in:
80  - improved tlpdb4a()
81  - make symlinks of core script utils (texlive-collection-binextra,
82    texlive-collection-context, texlive-collection-fontutils,
83    texlive-collection-langgreek, texlive-collection-langindic,
84    texlive-collection-latex, texlive-collection-latexextra,
85    texlive-collection-latexrecommended, texlive-collection-pictures,
86    texlive-collection-pstricks, texlive-collection-science)
87
88* Wed Jan 12 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
89- updated tlpdb2rpmspec.sh.in:
90  - improved %%post
91
92* Sun Sep 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
93- updated tlpdb2rpmspec.sh.in:
94  - removed arch dependent binaries (texlive-collection-latexextra)
95  - improved updmap process in %%post and %%postun
96  - fixed perl path
97
98* Fri Jul 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
99- initial build
Note: See TracBrowser for help on using the repository browser.