]> git.pld-linux.org Git - packages/dx.git/commitdiff
- 4.1.3
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 26 Jul 2001 18:55:19 +0000 (18:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- some work to make it working... but unsuccesfull (I've got terrible day)

Changed files:
    dx.spec -> 1.5

dx.spec

diff --git a/dx.spec b/dx.spec
index b8753757d54619511bd9c80c27a5cfccc0b5b63a..d9dcda734f90320a26c5c61ef8a8cef7dec4aac5 100644 (file)
--- a/dx.spec
+++ b/dx.spec
@@ -1,15 +1,17 @@
 Summary:       Excelent tool to making visualization of data.  
 Summary(pl):   Doskonale narzedzie do vizualizacji danych
 Name:          dx      
-Version:       4.1.0
+Version:       4.1.3
 Release:       1
 Group:         Applications
-Copyright:     IPL
+License:       IPL
 Source0:       http://opendx.npaci.edu/source/%{name}-%{version}.tar.gz
-Source1:       http://opendx.npaci.edu/source/%{name}samples-4.0.8.tar.gz
+Source1:       http://opendx.npaci.edu/source/%{name}samples-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-acfix.patch
 URL:           http://www.opendx.org   
+BuildRequires: flex
+BuildRequires: ImageMagick-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define         _prefix         /usr/X11R6
@@ -30,27 +32,30 @@ creating visualizations.
 %patch1 -p1
 
 %build
-autoheader;autoconf;automake; 
-
-%configure     --prefix=%{_prefix}     \
-               --datadir=%{_datadir}   \
-               --mandir=%{_mandir}     
+rm missing
+#autoheader
+#aclocal
+#autoconf
+#automake -a -c
+%configure2_13 \
+       --prefix=%{_prefix} \
+       --datadir=%{_datadir} \
+       --mandir=%{_mandir}     
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
-install -d $RPM_BUILD_ROOT%{_docdir}/%{name}
-install -d $RPM_BUILD_ROOT%{_includedir}/%{name}
-install -d $RPM_BUILD_ROOT%{_libdir}/%{name}
+#install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
+#install -d $RPM_BUILD_ROOT%{_docdir}/%{name}
+#install -d $RPM_BUILD_ROOT%{_includedir}/%{name}
+#install -d $RPM_BUILD_ROOT%{_libdir}/%{name}
 
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
-       README ChangeLog 
+gzip -9nf README ChangeLog 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -61,8 +66,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*
 %{_includedir}/dx/*
 %{_libdir}/*
-%doc /usr/share/doc/dx/*
-%doc /usr/share/doc/dx/html/*
+%doc *.gz
 %{_datadir}/dx/fonts/*
 %{_datadir}/dx/bin/*
 %{_datadir}/dx/help/*
This page took 0.082154 seconds and 4 git commands to generate.