summaryrefslogtreecommitdiff
path: root/3DLDF.spec
diff options
context:
space:
mode:
authorJakub Bogusz2003-12-30 19:40:30 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit741b659de0fa5218ab592c0222b213d3ab978ae6 (patch)
treefe11ecdf85e57205dc42088cf43eb2866d1f5f4a /3DLDF.spec
parent25e413255e365793f7410f21e831559d944f12f3 (diff)
download3DLDF-741b659de0fa5218ab592c0222b213d3ab978ae6.zip
3DLDF-741b659de0fa5218ab592c0222b213d3ab978ae6.tar.gz
- new; rather unusable yet in binary form (input is source code)
Changed files: 3DLDF.spec -> 1.1
Diffstat (limited to '3DLDF.spec')
-rw-r--r--3DLDF.spec55
1 files changed, 55 insertions, 0 deletions
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*