Project import/texlive-play - Diff ebcce40108...26f2909412
... | ... | --- a/texlive-play.spec |
... | ... | +++ b/texlive-play.spec |
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
# catalog-version undef
|
7 | 7 |
Name: texlive-play
|
8 | 8 |
Version: 20070113
|
9 |
Release: 3
|
|
9 |
Release: 4
|
|
10 | 10 |
Summary: Typeset drama using LaTeX
|
11 | 11 |
Group: Publishing
|
12 | 12 |
URL: http://www.ctan.org/tex-archive/macros/latex/contrib/play
|
... | ... | @@ -23,13 +23,6 @@ Requires(post): texlive-kpathsea |
… | … | |
23 | 23 |
A class and style file that supports the typesetting of plays,
|
24 | 24 |
including options for line numbering.
|
25 | 25 |
|
26 |
%post
|
|
27 |
%{_sbindir}/texlive.post
|
|
28 |
|
|
29 |
%postun
|
|
30 |
if [ $1 -eq 0 ]; then
|
|
31 |
%{_sbindir}/texlive.post
|
|
32 |
fi
|
|
33 | 26 |
|
34 | 27 |
#-----------------------------------------------------------------------
|
35 | 28 |
%files
|