]> git.pld-linux.org Git - packages/dx.git/commitdiff
- adapterized, pl description, fixes in %%files
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 Nov 2001 10:40:16 +0000 (10:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dx.spec -> 1.6

dx.spec

diff --git a/dx.spec b/dx.spec
index d9dcda734f90320a26c5c61ef8a8cef7dec4aac5..5dc171c8ad8c13b97c4fab744d7aa4ea767da56d 100644 (file)
--- a/dx.spec
+++ b/dx.spec
@@ -1,9 +1,11 @@
-Summary:       Excelent tool to making visualization of data.  
-Summary(pl):   Doskonale narzedzie do vizualizacji danych
+Summary:       Excelent tool to making visualization of data
+Summary(pl):   Doskona³e narzêdzie do wizualizacji danych
 Name:          dx      
 Version:       4.1.3
 Release:       1
 Group:         Applications
+Group(de):     Applikationen
+Group(pl):     Aplikacje
 License:       IPL
 Source0:       http://opendx.npaci.edu/source/%{name}-%{version}.tar.gz
 Source1:       http://opendx.npaci.edu/source/%{name}samples-%{version}.tar.gz
@@ -25,6 +27,11 @@ sophisticated data model provides users with great flexibility in
 creating visualizations.
 
 %description -l pl
+OpenDX jest w pe³ni funkcjonalnym, o unikalnych mo¿liwo¶ciach,
+pakietem do wizualizacji danych naukowych, in¿ynierskich i
+analitycznych. Zosta³ zaprojektowany w sposób otwarty, w oparciu o
+standardowe ¶rodowiska interfejstów. Jego przemy¶lany model danych
+daje u¿ytkownikom du¿± elastyczno¶æ w tworzeniu wizualizacji.
 
 %prep
 %setup  -q
@@ -32,7 +39,7 @@ creating visualizations.
 %patch1 -p1
 
 %build
-rm missing
+rm -f missing
 #autoheader
 #aclocal
 #autoconf
@@ -51,10 +58,8 @@ rm -rf $RPM_BUILD_ROOT
 #install -d $RPM_BUILD_ROOT%{_includedir}/%{name}
 #install -d $RPM_BUILD_ROOT%{_libdir}/%{name}
 
-
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-
 gzip -9nf README ChangeLog 
 
 %clean
@@ -64,10 +69,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %{_includedir}/*
-%{_includedir}/dx/*
 %{_libdir}/*
 %doc *.gz
-%{_datadir}/dx/fonts/*
-%{_datadir}/dx/bin/*
-%{_datadir}/dx/help/*
-%{_datadir}/dx/ui/*
+%dir %{_datadir}/dx
+%{_datadir}/dx/fonts
+%{_datadir}/dx/bin
+%{_datadir}/dx/help
+%{_datadir}/dx/ui
This page took 0.08167 seconds and 4 git commands to generate.