SPECS: maxima.spec - pl for -xmaxima - fixed shellglob

qboosh qboosh at pld-linux.org
Mon May 26 21:26:44 CEST 2008


Author: qboosh                       Date: Mon May 26 19:26:44 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl for -xmaxima
- fixed shellglob

---- Files affected:
SPECS:
   maxima.spec (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: SPECS/maxima.spec
diff -u SPECS/maxima.spec:1.36 SPECS/maxima.spec:1.37
--- SPECS/maxima.spec:1.36	Sat May 17 15:01:10 2008
+++ SPECS/maxima.spec	Mon May 26 21:26:39 2008
@@ -54,7 +54,8 @@
 licencji GPL.
 
 %package xmaxima
-Summary:	Tcl/Tk GUI interface for maxima
+Summary:	Tcl/Tk GUI interface for Maxima
+Summary(pl.UTF-8):	Graficzny interfejs Tcl/Tk dla Maximy
 Group:		Applications/Math
 Requires:	%{name} = %{epoch}:%{version}-%{release}
 Requires:	tk
@@ -62,6 +63,9 @@
 %description xmaxima
 Tcl/Tk GUI interface for maxima.
 
+%description xmaxima -l pl.UTF-8
+Graficzny interfejs Tcl/Tk dla Maximy.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -89,15 +93,15 @@
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir*
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 cp -f $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/xmaxima/%{name}-icon.png \
-	$RPM_BUILD_ROOT%{_pixmapsdir}/
+	$RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p	/sbin/postshell
+%post	-p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun	-p	/sbin/postshell
+%postun	-p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
@@ -108,7 +112,7 @@
 %attr(755,root,root) %{_libdir}/%{name}
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/%{version}
-%{_datadir}/%{name}/%{version}/[^x]*
+%{_datadir}/%{name}/%{version}/[!x]*
 %{_mandir}/man?/*
 %{_infodir}/maxima.info*
 
@@ -125,6 +129,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2008-05-26 19:26:39  qboosh
+- pl for -xmaxima
+- fixed shellglob
+
 Revision 1.36  2008-05-17 13:01:10  draenog
 - subpackage for xmaxima
 - fix previous log message
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/maxima.spec?r1=1.36&r2=1.37&f=u



More information about the pld-cvs-commit mailing list