Project import/texlive-present - Diff 475a3b702f...397d2fb360
... | ... | --- a/texlive-present.spec |
... | ... | +++ b/texlive-present.spec |
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
# catalog-version 2.2
|
7 | 7 |
Name: texlive-present
|
8 | 8 |
Version: 2.2
|
9 |
Release: 2
|
|
9 |
Release: 3
|
|
10 | 10 |
Summary: Presentations with Plain TeX
|
11 | 11 |
Group: Publishing
|
12 | 12 |
URL: http://www.ctan.org/tex-archive/macros/plain/contrib/present
|
... | ... | @@ -28,13 +28,6 @@ between slides or frames. The structure of the macros is not |
… | … | |
28 | 28 |
overly complex, so that users should find it easy to adapt the
|
29 | 29 |
macros to their specific needs.
|
30 | 30 |
|
31 |
%post
|
|
32 |
%{_sbindir}/texlive.post
|
|
33 |
|
|
34 |
%postun
|
|
35 |
if [ $1 -eq 0 ]; then
|
|
36 |
%{_sbindir}/texlive.post
|
|
37 |
fi
|
|
38 | 31 |
|
39 | 32 |
#-----------------------------------------------------------------------
|
40 | 33 |
%files
|