/[pkgs]/devel/texlive-texmf-errata/texlive-texmf-errata.spec
ViewVC logotype

Contents of /devel/texlive-texmf-errata/texlive-texmf-errata.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (show annotations) (download)
Mon Jul 27 05:52:47 2009 UTC (3 months, 3 weeks ago) by jkeating
Branch: MAIN
CVS Tags: F-12-split, texlive-texmf-errata-2007-7_fc12, HEAD
Changes since 1.8: +4 -1 lines
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1 # This spec file is based on texjive project created by Michael A. Peters.
2 # Adopted and modified for Fedora users by Jindrich Novy.
3
4 Name: texlive-texmf-errata
5 Version: 2007
6 Release: 7%{?dist}
7 Summary: Errata for texlive-texmf
8 Group: Applications/Publishing
9 License: Artistic 2.0 and GPLv2 and GPLv2+ and LGPLv2+ and LPPL and MIT and Public Domain and UCD and Utopia
10 URL: http://tug.org/texlive/
11 Source999: texlive-errata-readme
12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13 BuildArch: noarch
14
15 %description
16 This package is where errata to the texlive-texmf package will appear, when
17 needed.
18
19 %package afm
20 Group: Applications/Publishing
21 Summary: Errata for texlive-texmf-afm
22
23 %description afm
24 This package is where errata to the texlive-texmf-afm package will appear,
25 when needed.
26
27 %package dvips
28 Group: Applications/Publishing
29 Summary: Errata for texlive-texmf-dvips
30
31 %description dvips
32 This package is where bug fixes to the texlive-texmf-dvips package will appear,
33 when needed.
34
35 %package fonts
36 Group: Applications/Publishing
37 Summary: Bug fixes for texlive-texmf-fonts
38
39 %description fonts
40 This package is where bug fixes to the texlive-texmf-fonts package will appear,
41 when needed.
42
43 %package latex
44 Group: Applications/Publishing
45 Summary: Errata for texlive-texmf-latex
46
47 %description latex
48 This package is where errata to the texlive-texmf-latex package will appear,
49 when needed.
50
51 %package doc
52 Group: Applications/Publishing
53 Summary: Errata for texlive-doc
54 Obsoletes: texlive-doc-errata < 2007-1
55 Provides: texlive-doc-errata = %{version}-%{release}
56
57 %description doc
58 This package includes errata to the texlive documentation.
59
60 %package east-asian
61 Group: Applications/Publishing
62 Summary: Errata for texlive-texmf-east-asian
63 Obsoletes: texlive-texmf-errata-japanese < 2007-3
64 Provides: texlive-texmf-errata-japanese = %{version}-%{release}
65
66 %description east-asian
67 This package is where errata to the texlive-texmf-east-asian package will appear,
68 when needed.
69
70 %package context
71 Group: Applications/Publishing
72 Summary: Errata for texlive-texmf-context
73
74 %description context
75 This package is where errata to the texlive-texmf-context package will appear,
76 when needed.
77
78 %package xetex
79 Group: Applications/Publishing
80 Summary: Errata for texlive-texmf-xetex
81
82 %description xetex
83 This package is where errata to the texlive-texmf-xetex package will appear,
84 when needed.
85
86 %prep
87
88
89 %build
90
91
92 %install
93 rm -rf %{buildroot}
94 install -d -m755 %{buildroot}%{_datadir}/texmf-errata/doc/texlive
95 install -d -m755 %{buildroot}%{_datadir}/texmf-errata/dvips
96 install -d -m755 %{buildroot}%{_datadir}/texmf-errata/fonts/afm
97 install -d -m755 %{buildroot}%{_datadir}/texmf-errata/tex/latex
98 install -d -m755 %{buildroot}%{_datadir}/texmf-errata/ptex
99 install -d -m755 %{buildroot}%{_datadir}/texmf-errata/jbibtex
100 install -m644 %{SOURCE999} %{buildroot}%{_datadir}/texmf-errata/doc/texlive/README
101 touch %{buildroot}%{_datadir}/texmf-errata/ls-R
102
103
104 %clean
105 rm -rf %{buildroot}
106
107 # turn these off until there is a need for them
108 #%%%post
109 #%%#[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
110
111 #%%%post afm
112 #%%#[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
113
114 #%%%post common
115 #%%#[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
116
117 #%%%post dvips
118 #%%#[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
119
120 #%%%post fonts
121 #%%#[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
122
123 #%%%post latex
124 #%%#[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
125
126 #%%%post -n texlive-doc-errata
127 #%%#[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
128
129 #%%%postun
130 #%%#[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
131
132 #%%%postun afm
133 #%%#[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
134
135 #%%%postun common
136 #%%#[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
137
138 #%%%postun dvips
139 #%%#[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
140
141 #%%%postun fonts
142 #%%#[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
143
144 #%%%postun latex
145 #%%#[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
146
147 #%%%postun -n texlive-doc-errata
148 #%%#[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
149
150
151 %files
152 %defattr(-,root,root,-)
153 %dir %{_datadir}/texmf-errata
154 %dir %{_datadir}/texmf-errata/tex
155
156 %files afm
157 %defattr(-,root,root,-)
158 %dir %{_datadir}/texmf-errata
159 %dir %{_datadir}/texmf-errata/fonts
160 %dir %{_datadir}/texmf-errata/fonts/afm
161
162 %files dvips
163 %defattr(-,root,root,-)
164 %dir %{_datadir}/texmf-errata
165 %dir %{_datadir}/texmf-errata/dvips
166
167 %files fonts
168 %defattr(-,root,root,-)
169 %dir %{_datadir}/texmf-errata
170 %dir %{_datadir}/texmf-errata/fonts
171 %ghost %{_datadir}/texmf-errata/ls-R
172
173 %files latex
174 %defattr(-,root,root,-)
175 %dir %{_datadir}/texmf-errata
176 %dir %{_datadir}/texmf-errata/tex
177 %dir %{_datadir}/texmf-errata/tex/latex
178
179 %files doc
180 %defattr(-,root,root,-)
181 %dir %{_datadir}/texmf-errata
182 %doc %{_datadir}/texmf-errata/doc/
183
184 %files east-asian
185 %defattr(-,root,root,-)
186 %dir %{_datadir}/texmf-errata
187 %doc %{_datadir}/texmf-errata/ptex/
188 %doc %{_datadir}/texmf-errata/jbibtex/
189
190 %files context
191 %defattr(-,root,root,-)
192
193 %files xetex
194 %defattr(-,root,root,-)
195
196 %changelog
197 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2007-7
198 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
199
200 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2007-6
201 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
202
203 * Thu Dec 18 2008 Ondrej Vasik <ovasik@redhat.com> - 2007-5
204 - do own directories properly(#474028)
205
206 * Mon Mar 03 2008 Jindrich Novy <jnovy@redhat.com> - 2007-4
207 - add texlive-texmf-errata-xetex
208
209 * Thu Feb 28 2008 Jindrich Novy <jnovy@redhat.com> - 2007-3
210 - rename japanese to east-asian
211 - fix description, obsolete old japanese package
212
213 * Tue Feb 19 2008 Jindrich Novy <jnovy@redhat.com> - 2007-2
214 - add errata packages for japanese/ConTeXt
215
216 * Mon Jan 14 2008 Jindrich Novy <jnovy@redhat.com> - 2007-1
217 - texlive-doc-errata -> texlive-texmf-errata-doc
218
219 * Tue Sep 18 2007 Jindrich Novy <jnovy@redhat.com> - 2007-0.10
220 - remove common subpackage
221
222 * Wed Aug 15 2007 Jindrich Novy <jnovy@redhat.com> - 2007-0.9
223 - update License tag, it texmf-errata doesn't contain anything
224 but will contain the stuff licensed under the same license
225 like texlive-texmf
226
227 * Tue Aug 07 2007 Jindrich Novy <jnovy@redhat.com> - 2007-0.8
228 - bump
229
230 * Tue Jul 24 2007 Jindrich Novy <jnovy@redhat.com> - 2007-0.7
231 - fix summary of latex errata subpackage
232 - use better rehashing when needed
233 - update README file
234
235 * Wed Jul 18 2007 Jindrich Novy <jnovy@redhat.com> - 2007-0.6
236 - sync with texlive and texlive-texmf packages
237
238 * Wed Jul 04 2007 Jindrich Novy <jnovy@redhat.com> - 2007-0.5
239 - bump release again
240
241 * Mon Jul 02 2007 Jindrich Novy <jnovy@redhat.com> - 2007-0.4
242 - sync with texlive and texlive-texmf packages
243
244 * Thu Feb 15 2007 Jindrich Novy <jnovy@redhat.com> - 2007-0.1.20070212.rc
245 - update to TeXLive 2007 release candidate
246 - clean buildroot in %%install
247
248 * Tue May 30 2006 Michael A. Peters <mpeters@mac.com> - 2005-0.3
249 - some directory ownership cleanup
250
251 * Mon May 28 2006 Michael A. Peters <mpeters@mac.com> - 2005-0.2
252 - initial mock build
253
254 * Fri May 26 2006 Michael A. Peters <mpeters@mac.com> - 2005-0.1
255 - initial spec file

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2