]> git.pld-linux.org Git - packages/3DLDF.git/blob - 3DLDF.spec
- 1.1.5.1, updated info patch
[packages/3DLDF.git] / 3DLDF.spec
1 Summary:        Three-dimensional drawing with MetaPost output
2 Summary(pl):    Tworzenie trójwymiarowej grafiki z wyj¶ciem w formacie MetaPost
3 Name:           3DLDF
4 Version:        1.1.5.1
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Graphics
8 Source0:        ftp://ftp.gnu.org/gnu/3dldf/%{name}-%{version}.tar.gz
9 # Source0-md5:  abe73cec9db802c039c2399b87e2528b
10 Patch0:         %{name}-info.patch
11 URL:            http://wwwuser.gwdg.de/~lfinsto1/
12 BuildRequires:  libstdc++-devel
13 BuildRequires:  tetex
14 BuildRequires:  texinfo
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 3DLDF is a package for three-dimensional drawing with MetaPost output.
19 It is intended, among other things, to provide a convenient way of
20 creating 3D graphics for inclusion in TeX documents.
21  
22 %description -l pl
23 3DLF to pakiet do tworzenia trójwymiarowej grafiki z wyj¶ciem w
24 formacie MetaPost. Ma on s³u¿yæ miêdzy innymi do udostêpnienia
25 wygodnego sposobu tworzenia grafiki 3D w celu w³±czenia do dokumentów
26 w TeXu.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %post
46 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
47
48 %postun
49 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog NEWS README DOC/TEXINFO/3DLDF.ps
54 %attr(755,root,root) %{_bindir}/*
55 %{_infodir}/*.info*
This page took 0.078585 seconds and 3 git commands to generate.