Skip to content

Commit 72e78a0

Browse files
committedNov 13, 2022
Proper versioning, 29349
1 parent 2fa6780 commit 72e78a0

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed
 

‎.abf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sources:
2-
mp3d.doc.tar.xz: 546ecaa18c0180b3d956afdd36639ab6e3656739
3-
mp3d.tar.xz: fce78fbd8032b3d7a25b500dd8b0010bc4b16d76
2+
mp3d.doc.r29349.tar.xz: c484a9e824069a82406f76b81c63191e07de3398
3+
mp3d.r29349.tar.xz: c7c88136bf076eea177055c3446d5892d64c07f6

‎texlive-mp3d.spec

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
# revision 29349
2-
# category Package
3-
# catalog-ctan /graphics/metapost/contrib/macros/mp3d
4-
# catalog-date 2012-05-25 16:08:07 +0200
5-
# catalog-license lppl
6-
# catalog-version 1.34
71
Name: texlive-mp3d
8-
Version: 1.34
9-
Release: 12
2+
Version: 29349
3+
Release: 1
104
Summary: 3D animations
115
Group: Publishing
126
URL: http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/mp3d
137
License: LPPL
14-
Source0: http://mirrors.ctan.org/systems/texlive/tlnet/archive/mp3d.tar.xz
15-
Source1: http://mirrors.ctan.org/systems/texlive/tlnet/archive/mp3d.doc.tar.xz
8+
Source0: http://mirrors.ctan.org/systems/texlive/tlnet/archive/mp3d.r%{version}.tar.xz
9+
Source1: http://mirrors.ctan.org/systems/texlive/tlnet/archive/mp3d.doc.r%{version}.tar.xz
1610
BuildArch: noarch
1711
BuildRequires: texlive-tlpkg
1812
Requires(pre): texlive-tlpkg
@@ -23,12 +17,12 @@ Create animations of 3-dimensional objects (such as polyhedra)
2317
in MetaPost.
2418

2519
%post
26-
%{_sbindir}/texlive.post
20+
%{_sbindir}/texlive.post
2721

2822
%postun
29-
if [ $1 -eq 0 ]; then
23+
if [ $1 -eq 0 ]; then
3024
%{_sbindir}/texlive.post
31-
fi
25+
fi
3226

3327
#-----------------------------------------------------------------------
3428
%files
@@ -75,7 +69,7 @@ in MetaPost.
7569

7670
#-----------------------------------------------------------------------
7771
%prep
78-
%setup -c -a0 -a1
72+
%autosetup -p1 -c -a1
7973

8074
%build
8175

0 commit comments

Comments
 (0)
Please sign in to comment.