]> git.pld-linux.org Git - packages/dvipng.git/commitdiff
- initial import (almost raw)
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 19 Oct 2003 20:26:02 +0000 (20:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvipng.spec -> 1.1

dvipng.spec [new file with mode: 0644]

diff --git a/dvipng.spec b/dvipng.spec
new file mode 100644 (file)
index 0000000..96e81c8
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       -
+Summary(pl):   -
+Name:          dvipng
+Version:       0.7
+Release:       0.1
+License:       GPL v2  
+Group:         Applcations/Console
+Source0:       http://dl.sourceforge.net/preview-latex/%{name}-%{version}.tar.gz
+# Source0-md5: 00a8c39343d277f4d25878d6faf5689b
+Patch0:                %{name}-DESTDIR.patch
+URL:           http://www.sourceforge.net/projects/preview-latex/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+foo
+
+%description -l pl
+shmoo
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README RELEASE
+%attr(755,root,root) %{_bindir}/*
This page took 0.062537 seconds and 4 git commands to generate.