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

Revision 9575, 4.0 KB checked in by munepi, 9 years ago (diff)

synced tlnet to 20150522

RevLine 
[7135]1%bcond_with firstbuild
2
[1476]3Summary: TeX Live packaging utilities for Vine Linux
4Summary(ja): Vine Linux 用 TeX Live パッケージングユーティリティ
5Name: texlive-vtlpkg
[9527]6Version: 2015
[9575]7Release: 2%{?_dist_release}
[1476]8License: GPLv2+
9Group: Development/Tools
10Url: http://trac.vinelinux.org/wiki/TeXEnvironment
11
[5075]12# %{name}-%{version}.tar.xz is generated by running "$ make rpm"
13Source0: %{name}-%{version}.tar.xz
[1476]14
15Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
16BuildArch: noarch
17BuildRequires: sed
[3329]18BuildRequires: xz
[1476]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
[5075]30texlive-vtlpkg は Vine Linux 用 TeX Live パッケージを作るユーティリティです。
[1476]31tlpdb2rpmspec を提供しています。
32
33
34%prep
[6698]35[ "${RPM_BUILD_ROOT}" != "/" ] && %__rm -rf ${RPM_BUILD_ROOT}
[1476]36
37%setup
38
39%build
40%__make
41
42%install
43%__make DESTDIR=$RPM_BUILD_ROOT install
44
45%clean
[6698]46[ "${RPM_BUILD_ROOT}" != "/" ] && %__rm -rf ${RPM_BUILD_ROOT}
[1476]47
48
49%files
50%defattr(-,root,root)
[5080]51%doc README
[1476]52%{_bindir}/tlpdb2rpmspec
53%dir %{_datadir}/%{name}
54%{_datadir}/%{name}/*
[7764]55%{_sysconfdir}/rpm/macros.texlive
[1476]56
57
58%changelog
[9575]59* Sun May 24 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2015-2
60- TeX Live 2015/pretest
61- synced tlnet to 20150522 (TeX Live 2015/pretest)
62
[9527]63* Sun Apr 26 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2015-1
64- TeX Live 2015/pretest
65- synced tlnet to 20150426 (TeX Live 2015/pretest)
66
67* Wed Apr  1 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2014-4
68- synced tlnet to 20150401
69
[9033]70* Tue Oct 28 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-3
71- synced tlnet to 20141028
72
[8745]73* Sun Jul  6 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-2
74- synced tlnet to 20140706
75
[8475]76* Sun May 25 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-1
77- upgraded to TeX Live 2014
78
[8334]79* Sun Apr  6 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2013-6
80- synced tlnet to 20140406
81
[8050]82* Wed Dec 18 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-5
83- synced tlnet to 20131218
84
[7950]85* Fri Nov  1 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-4
86- synced tlnet to 20131101
87
[7854]88* Wed Oct  2 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-3
89- synced tlnet to 20131002
90
[7809]91* Thu Sep 19 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-2
92- synced tlnet to 20130919
93
[7764]94* Fri Aug 23 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-1
95- upgraded to TeX Live 2013
96  - used tlnet archives
97  - synced tlnet to 20130823
98- added macros.texlive
99
[6698]100* Fri Aug 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
101- updated to TeX Live 2012
102
[5242]103* Sat Dec  3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
104- updated tlpdb2rpmspec.sh.in and dot.vtlpkg.conf.in:
105  - set external dependencies (texlive-collection-binextra,
106    texlive-collection-fontutils)
107
[5075]108* Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
109- updated to TeX Live 2011
110- merged texlive-vtlpkg-2009-osx.patch from OSXWS
[5080]111- added %%doc README (%%files)
[5075]112
[7764]113* Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
[3943]114- applied texlive-vtlpkg-2009-vine.patch
115  - remove arch dependent binaries
[2975]116- updated tlpdb2rpmspec.sh.in:
117  - improved tlpdb4a()
[3943]118  - make symlinks of core script utils (texlive-collection-binextra,
119    texlive-collection-context, texlive-collection-fontutils,
120    texlive-collection-langgreek, texlive-collection-langindic,
121    texlive-collection-latex, texlive-collection-latexextra,
122    texlive-collection-latexrecommended, texlive-collection-pictures,
123    texlive-collection-pstricks, texlive-collection-science)
[2975]124
[2499]125* Wed Jan 12 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
126- updated tlpdb2rpmspec.sh.in:
127  - improved %%post
128
[1915]129* Sun Sep 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
[1969]130- updated tlpdb2rpmspec.sh.in:
131  - removed arch dependent binaries (texlive-collection-latexextra)
132  - improved updmap process in %%post and %%postun
133  - fixed perl path
[1915]134
[1476]135* Fri Jul 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
136- initial build
Note: See TracBrowser for help on using the repository browser.