From 741b659de0fa5218ab592c0222b213d3ab978ae6 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 30 Dec 2003 19:40:30 +0000 Subject: [PATCH] - new; rather unusable yet in binary form (input is source code) Changed files: 3DLDF.spec -> 1.1 --- 3DLDF.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 3DLDF.spec diff --git a/3DLDF.spec b/3DLDF.spec new file mode 100644 index 0000000..6482951 --- /dev/null +++ b/3DLDF.spec @@ -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* -- 2.44.0