]> git.pld-linux.org Git - packages/3DLDF.git/blobdiff - 3DLDF.spec
- new; rather unusable yet in binary form (input is source code)
[packages/3DLDF.git] / 3DLDF.spec
diff --git a/3DLDF.spec b/3DLDF.spec
new file mode 100644 (file)
index 0000000..6482951
--- /dev/null
@@ -0,0 +1,55 @@
+Summary:       Three-dimensional drawing with MetaPost output
+Summary(pl):   Tworzenie trójwymiarowej grafiki z wyj¶ciem w formacie MetaPost
+Name:          3DLDF
+Version:       1.1.4
+Release:       1
+License:       GPL v2+
+Group:         Applications/Graphics
+Source0:       ftp://ftp.gnu.org/gnu/3dldf/%{name}-%{version}.tar.gz
+# Source0-md5: 7a957d3d4578261cabcb707649a74abd
+Patch0:                %{name}-info.patch
+URL:           http://wwwuser.gwdg.de/~lfinsto1/
+BuildRequires: libstdc++-devel
+BuildRequires: tetex
+BuildRequires: texinfo
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+3DLDF is a package for three-dimensional drawing with MetaPost output.
+It is intended, among other things, to provide a convenient way of
+creating 3D graphics for inclusion in TeX documents.
+%description -l pl
+3DLF to pakiet do tworzenia trójwymiarowej grafiki z wyj¶ciem w
+formacie MetaPost. Ma on s³u¿yæ miêdzy innymi do udostêpnienia
+wygodnego sposobu tworzenia grafiki 3D w celu w³±czenia do dokumentów
+w TeXu.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README DOC/TEXINFO/3DLDF.ps
+%attr(755,root,root) %{_bindir}/*
+%{_infodir}/*.info*
This page took 0.138864 seconds and 4 git commands to generate.