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

Revision 9945, 4.1 KB checked in by munepi, 8 years ago (diff)

synced tlnet to 20160110 (TeX Live 2016/dev)

Line 
1%bcond_with firstbuild
2
3Summary: TeX Live packaging utilities for Vine Linux
4Summary(ja): Vine Linux 用 TeX Live パッケージングユーティリティ
5Name: texlive-vtlpkg
6Version: 2015
7Release: 3%{?_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* Sun Jan 10 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2015-3
60- TeX Live 2016/dev
61- synced tlnet to 20160110 (TeX Live 2016/dev)
62
63* Sun May 24 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2015-2
64- TeX Live 2015/pretest
65- synced tlnet to 20150522 (TeX Live 2015/pretest)
66
67* Sun Apr 26 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2015-1
68- TeX Live 2015/pretest
69- synced tlnet to 20150426 (TeX Live 2015/pretest)
70
71* Wed Apr  1 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2014-4
72- synced tlnet to 20150401
73
74* Tue Oct 28 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-3
75- synced tlnet to 20141028
76
77* Sun Jul  6 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-2
78- synced tlnet to 20140706
79
80* Sun May 25 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-1
81- upgraded to TeX Live 2014
82
83* Sun Apr  6 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2013-6
84- synced tlnet to 20140406
85
86* Wed Dec 18 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-5
87- synced tlnet to 20131218
88
89* Fri Nov  1 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-4
90- synced tlnet to 20131101
91
92* Wed Oct  2 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-3
93- synced tlnet to 20131002
94
95* Thu Sep 19 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-2
96- synced tlnet to 20130919
97
98* Fri Aug 23 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-1
99- upgraded to TeX Live 2013
100  - used tlnet archives
101  - synced tlnet to 20130823
102- added macros.texlive
103
104* Fri Aug 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
105- updated to TeX Live 2012
106
107* Sat Dec  3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
108- updated tlpdb2rpmspec.sh.in and dot.vtlpkg.conf.in:
109  - set external dependencies (texlive-collection-binextra,
110    texlive-collection-fontutils)
111
112* Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
113- updated to TeX Live 2011
114- merged texlive-vtlpkg-2009-osx.patch from OSXWS
115- added %%doc README (%%files)
116
117* Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
118- applied texlive-vtlpkg-2009-vine.patch
119  - remove arch dependent binaries
120- updated tlpdb2rpmspec.sh.in:
121  - improved tlpdb4a()
122  - make symlinks of core script utils (texlive-collection-binextra,
123    texlive-collection-context, texlive-collection-fontutils,
124    texlive-collection-langgreek, texlive-collection-langindic,
125    texlive-collection-latex, texlive-collection-latexextra,
126    texlive-collection-latexrecommended, texlive-collection-pictures,
127    texlive-collection-pstricks, texlive-collection-science)
128
129* Wed Jan 12 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
130- updated tlpdb2rpmspec.sh.in:
131  - improved %%post
132
133* Sun Sep 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
134- updated tlpdb2rpmspec.sh.in:
135  - removed arch dependent binaries (texlive-collection-latexextra)
136  - improved updmap process in %%post and %%postun
137  - fixed perl path
138
139* Fri Jul 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
140- initial build
Note: See TracBrowser for help on using the repository browser.