| 1 | %bcond_with firstbuild |
|---|
| 2 | |
|---|
| 3 | Summary: TeX Live packaging utilities for Vine Linux |
|---|
| 4 | Summary(ja): Vine Linux 用 TeX Live パッケージングユーティリティ |
|---|
| 5 | Name: texlive-vtlpkg |
|---|
| 6 | Version: 2015 |
|---|
| 7 | Release: 4%{?_dist_release} |
|---|
| 8 | License: GPLv2+ |
|---|
| 9 | Group: Development/Tools |
|---|
| 10 | Url: http://trac.vinelinux.org/wiki/TeXEnvironment |
|---|
| 11 | |
|---|
| 12 | # %{name}-%{version}.tar.xz is generated by running "$ make rpm" |
|---|
| 13 | Source0: %{name}-%{version}.tar.xz |
|---|
| 14 | |
|---|
| 15 | Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 16 | BuildArch: noarch |
|---|
| 17 | BuildRequires: sed |
|---|
| 18 | BuildRequires: xz |
|---|
| 19 | Requires: bash |
|---|
| 20 | |
|---|
| 21 | Vendor: Project Vine |
|---|
| 22 | Distribution: Vine Linux |
|---|
| 23 | Packager: munepi |
|---|
| 24 | |
|---|
| 25 | %description |
|---|
| 26 | texlive-vtlpkg is used to create a package of TeX Live for Vine Linux. |
|---|
| 27 | It provides tlpdb2rpmspec. |
|---|
| 28 | |
|---|
| 29 | %description -l ja |
|---|
| 30 | texlive-vtlpkg は Vine Linux 用 TeX Live パッケージを作るユーティリティです。 |
|---|
| 31 | tlpdb2rpmspec を提供しています。 |
|---|
| 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 | * Wed Jan 13 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2015-4 |
|---|
| 60 | - remove duplicated files from texlive-collection-* |
|---|
| 61 | - synced tlnet to 20160113 (TeX Live 2015) |
|---|
| 62 | |
|---|
| 63 | * Sun Jan 10 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2015-3 |
|---|
| 64 | - TeX Live 2016/dev |
|---|
| 65 | - synced tlnet to 20160110 (TeX Live 2016/dev) |
|---|
| 66 | |
|---|
| 67 | * Sun May 24 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2015-2 |
|---|
| 68 | - TeX Live 2015/pretest |
|---|
| 69 | - synced tlnet to 20150522 (TeX Live 2015/pretest) |
|---|
| 70 | |
|---|
| 71 | * Sun Apr 26 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2015-1 |
|---|
| 72 | - TeX Live 2015/pretest |
|---|
| 73 | - synced tlnet to 20150426 (TeX Live 2015/pretest) |
|---|
| 74 | |
|---|
| 75 | * Wed Apr 1 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2014-4 |
|---|
| 76 | - synced tlnet to 20150401 |
|---|
| 77 | |
|---|
| 78 | * Tue Oct 28 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-3 |
|---|
| 79 | - synced tlnet to 20141028 |
|---|
| 80 | |
|---|
| 81 | * Sun Jul 6 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-2 |
|---|
| 82 | - synced tlnet to 20140706 |
|---|
| 83 | |
|---|
| 84 | * Sun May 25 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-1 |
|---|
| 85 | - upgraded to TeX Live 2014 |
|---|
| 86 | |
|---|
| 87 | * Sun Apr 6 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2013-6 |
|---|
| 88 | - synced tlnet to 20140406 |
|---|
| 89 | |
|---|
| 90 | * Wed Dec 18 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-5 |
|---|
| 91 | - synced tlnet to 20131218 |
|---|
| 92 | |
|---|
| 93 | * Fri Nov 1 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-4 |
|---|
| 94 | - synced tlnet to 20131101 |
|---|
| 95 | |
|---|
| 96 | * Wed Oct 2 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-3 |
|---|
| 97 | - synced tlnet to 20131002 |
|---|
| 98 | |
|---|
| 99 | * Thu Sep 19 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-2 |
|---|
| 100 | - synced tlnet to 20130919 |
|---|
| 101 | |
|---|
| 102 | * Fri Aug 23 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-1 |
|---|
| 103 | - upgraded to TeX Live 2013 |
|---|
| 104 | - used tlnet archives |
|---|
| 105 | - synced tlnet to 20130823 |
|---|
| 106 | - added macros.texlive |
|---|
| 107 | |
|---|
| 108 | * Fri Aug 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1 |
|---|
| 109 | - updated to TeX Live 2012 |
|---|
| 110 | |
|---|
| 111 | * Sat Dec 3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2 |
|---|
| 112 | - updated tlpdb2rpmspec.sh.in and dot.vtlpkg.conf.in: |
|---|
| 113 | - set external dependencies (texlive-collection-binextra, |
|---|
| 114 | texlive-collection-fontutils) |
|---|
| 115 | |
|---|
| 116 | * Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1 |
|---|
| 117 | - updated to TeX Live 2011 |
|---|
| 118 | - merged texlive-vtlpkg-2009-osx.patch from OSXWS |
|---|
| 119 | - added %%doc README (%%files) |
|---|
| 120 | |
|---|
| 121 | * Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4 |
|---|
| 122 | - applied texlive-vtlpkg-2009-vine.patch |
|---|
| 123 | - remove arch dependent binaries |
|---|
| 124 | - updated tlpdb2rpmspec.sh.in: |
|---|
| 125 | - improved tlpdb4a() |
|---|
| 126 | - make symlinks of core script utils (texlive-collection-binextra, |
|---|
| 127 | texlive-collection-context, texlive-collection-fontutils, |
|---|
| 128 | texlive-collection-langgreek, texlive-collection-langindic, |
|---|
| 129 | texlive-collection-latex, texlive-collection-latexextra, |
|---|
| 130 | texlive-collection-latexrecommended, texlive-collection-pictures, |
|---|
| 131 | texlive-collection-pstricks, texlive-collection-science) |
|---|
| 132 | |
|---|
| 133 | * Wed Jan 12 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3 |
|---|
| 134 | - updated tlpdb2rpmspec.sh.in: |
|---|
| 135 | - improved %%post |
|---|
| 136 | |
|---|
| 137 | * Sun Sep 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2 |
|---|
| 138 | - updated tlpdb2rpmspec.sh.in: |
|---|
| 139 | - removed arch dependent binaries (texlive-collection-latexextra) |
|---|
| 140 | - improved updmap process in %%post and %%postun |
|---|
| 141 | - fixed perl path |
|---|
| 142 | |
|---|
| 143 | * Fri Jul 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1 |
|---|
| 144 | - initial build |
|---|