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

Revision 11111, 5.0 KB checked in by munepi, 7 years ago (diff)

TeX Live 2017

Line 
1%bcond_with firstbuild
2
3Summary: TeX Live packaging utilities for Vine Linux
4Summary(ja): Vine Linux 用 TeX Live パッケージングユーティリティ
5Name: texlive-vtlpkg
6Version: 2017
7Release: 1%{?_dist_release}
8License: GPLv2+
9Group: Development/Tools
10Url: http://trac.vinelinux.org/wiki/TeXEnvironment
11
12# %{name}-%{version}.tar.xz is generated by running "$ make rpm"
13Source0: %{name}-%{version}.tar.xz
14
15Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
16BuildArch: noarch
17BuildRequires: sed
18BuildRequires: xz
19Requires: bash
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%clean
46[ "${RPM_BUILD_ROOT}" != "/" ] && %__rm -rf ${RPM_BUILD_ROOT}
47
48
49%files
50%defattr(-,root,root)
51%doc README
52%{_bindir}/tlpdb2rpmspec
53%dir %{_datadir}/%{name}
54%{_datadir}/%{name}/*
55%{_sysconfdir}/rpm/macros.texlive
56
57
58%changelog
59* Thu Jun  8 2017 Munehiro Yamamoto <munepi@vinelinux.org> 2017-1
60- synced tlnet to 20170607 (TeX Live 2017)
61
62* Tue Aug 23 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2016-5
63- synced tlnet to 20160823 (TeX Live 2016)
64
65* Tue Jun  7 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2016-4
66- synced tlnet to 20160607 (TeX Live 2016)
67
68* Sat May 14 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2016-3
69- synced tlnet to 20160514 (TeX Live 2016/pretest)
70
71* Tue May 10 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2016-2
72- synced tlnet to 20160510 (TeX Live 2016/pretest)
73
74* Thu Apr 28 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2016-1
75- TeX Live 2016/pretest
76- synced tlnet to 20160428 (TeX Live 2016/pretest)
77
78* Wed Jan 13 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2015-4
79- remove duplicated files from texlive-collection-*
80- synced tlnet to 20160113 (TeX Live 2015)
81
82* Sun Jan 10 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2015-3
83- TeX Live 2016/dev
84- synced tlnet to 20160110 (TeX Live 2016/dev)
85
86* Sun May 24 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2015-2
87- TeX Live 2015/pretest
88- synced tlnet to 20150522 (TeX Live 2015/pretest)
89
90* Sun Apr 26 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2015-1
91- TeX Live 2015/pretest
92- synced tlnet to 20150426 (TeX Live 2015/pretest)
93
94* Wed Apr  1 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2014-4
95- synced tlnet to 20150401
96
97* Tue Oct 28 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-3
98- synced tlnet to 20141028
99
100* Sun Jul  6 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-2
101- synced tlnet to 20140706
102
103* Sun May 25 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-1
104- upgraded to TeX Live 2014
105
106* Sun Apr  6 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2013-6
107- synced tlnet to 20140406
108
109* Wed Dec 18 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-5
110- synced tlnet to 20131218
111
112* Fri Nov  1 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-4
113- synced tlnet to 20131101
114
115* Wed Oct  2 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-3
116- synced tlnet to 20131002
117
118* Thu Sep 19 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-2
119- synced tlnet to 20130919
120
121* Fri Aug 23 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-1
122- upgraded to TeX Live 2013
123  - used tlnet archives
124  - synced tlnet to 20130823
125- added macros.texlive
126
127* Fri Aug 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
128- updated to TeX Live 2012
129
130* Sat Dec  3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
131- updated tlpdb2rpmspec.sh.in and dot.vtlpkg.conf.in:
132  - set external dependencies (texlive-collection-binextra,
133    texlive-collection-fontutils)
134
135* Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
136- updated to TeX Live 2011
137- merged texlive-vtlpkg-2009-osx.patch from OSXWS
138- added %%doc README (%%files)
139
140* Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
141- applied texlive-vtlpkg-2009-vine.patch
142  - remove arch dependent binaries
143- updated tlpdb2rpmspec.sh.in:
144  - improved tlpdb4a()
145  - make symlinks of core script utils (texlive-collection-binextra,
146    texlive-collection-context, texlive-collection-fontutils,
147    texlive-collection-langgreek, texlive-collection-langindic,
148    texlive-collection-latex, texlive-collection-latexextra,
149    texlive-collection-latexrecommended, texlive-collection-pictures,
150    texlive-collection-pstricks, texlive-collection-science)
151
152* Wed Jan 12 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
153- updated tlpdb2rpmspec.sh.in:
154  - improved %%post
155
156* Sun Sep 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
157- updated tlpdb2rpmspec.sh.in:
158  - removed arch dependent binaries (texlive-collection-latexextra)
159  - improved updmap process in %%post and %%postun
160  - fixed perl path
161
162* Fri Jul 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
163- initial build
Note: See TracBrowser for help on using the repository browser.