]> git.pld-linux.org Git - packages/dx.git/commitdiff
- builds... needs polishing though RA-1_0 STABLE dx-4_2_0-1
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 10 Nov 2002 22:58:54 +0000 (22:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dx.spec -> 1.14

dx.spec

diff --git a/dx.spec b/dx.spec
index a0d468c1b8eee576164d2d8ffcef494821eea1ea..984f71c7c08228afccda48d2fb3a007861d64159 100644 (file)
--- a/dx.spec
+++ b/dx.spec
@@ -8,7 +8,7 @@ Group:          Applications
 Source0:       http://opendx.npaci.edu/source/%{name}-%{version}.tar.gz
 Source1:       http://opendx.npaci.edu/source/%{name}samples-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
-#Patch1:               %{name}-acfix.patch
+Patch1:                %{name}-ac_fix.patch
 URL:           http://www.opendx.org/
 BuildRequires: ImageMagick-devel
 BuildRequires: autoconf
@@ -36,15 +36,15 @@ daje u
 %prep
 %setup  -q
 %patch0 -p1
-#%patch1 -p1
+%patch1 -p1
 
 %build
-rm -f missing
-%{__autoheader}
+rm -f missing aclocal.m4
 %{__aclocal}
+%{__autoheader}
 %{__autoconf}
-%{__automake} -a
-%configure2_13 \
+%{__automake}
+%configure \
        --prefix=%{_prefix} \
        --datadir=%{_datadir} \
        --mandir=%{_mandir} \
This page took 0.128805 seconds and 4 git commands to generate.