packages: muparser/muparser.spec - pl, unified
qboosh
qboosh at pld-linux.org
Sun Jan 29 13:33:38 CET 2012
Author: qboosh Date: Sun Jan 29 12:33:38 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- pl, unified
---- Files affected:
packages/muparser:
muparser.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/muparser/muparser.spec
diff -u packages/muparser/muparser.spec:1.3 packages/muparser/muparser.spec:1.4
--- packages/muparser/muparser.spec:1.3 Sun Feb 6 19:07:06 2011
+++ packages/muparser/muparser.spec Sun Jan 29 13:33:33 2012
@@ -1,11 +1,12 @@
# $Revision$, $Date$
Summary: A fast math parser library
+Summary(pl.UTF-8): Biblioteka szybkiego analizatora matematycznego
Name: muparser
Version: 1.30
Release: 1
License: MIT
-Group: Development/Libraries
-Source0: http://dl.sourceforge.net/muparser/%{name}_v130.tar.gz
+Group: Libraries
+Source0: http://downloads.sourceforge.net/muparser/%{name}_v130.tar.gz
# Source0-md5: f6b4d79aa0f762fd4bfeb38f47cf1d15
URL: http://muparser.sourceforge.net/
BuildRequires: dos2unix
@@ -18,14 +19,24 @@
library. It is based on transforming an expression into a bytecode and
precalculating constant parts of it.
+%description -l pl.UTF-8
+Wiele aplikacji wymaga analizowania wyrażeń matematycznych. Głównym
+celem tego projektu jest zapewnienie szybkiego i wygodnego sposobu
+wykonywania tego zadania. muParser to bardzo wydajna, rozszerzalna
+biblioteka analizatora matematycznego. Opiera się na przekształcaniu
+wyrażenia na bajtkod oraz wstępnym obliczaniu jego stałych części.
+
%package devel
-Summary: Development and doc files for %{name}
+Summary: Development and doc files for muParser library
+Summary(pl.UTF-8): Pliki programistyczne i dokumentacja do biblioteki muParser
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig
%description devel
-Development files and the documentation
+Development and doc files for muParser library.
+
+%description devel -l pl.UTF-8
+Pliki programistyczne i dokumentacja do biblioteki muParser.
%prep
%setup -q -n muparser
@@ -36,7 +47,8 @@
--enable-debug=no \
--enable-samples=no \
-%{__make} CXXFLAGS="$RPM_OPT_FLAGS"
+%{__make} \
+ CXXFLAGS="%{rpmcflags}"
mv docs/html .
dos2unix *.txt
dos2unix html/sources/*
@@ -48,12 +60,12 @@
libdir=$RPM_BUILD_ROOT%{_libdir} \
prefix=$RPM_BUILD_ROOT%{_prefix}
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
%clean
rm -rf $RPM_BUILD_ROOT
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
%files
%defattr(644,root,root,755)
%doc Changes.txt Credits.txt License.txt
@@ -63,9 +75,9 @@
%files devel
%defattr(644,root,root,755)
%doc html
-%{_libdir}/libmuparser.so
-%{_pkgconfigdir}/muparser.pc
+%attr(755,root,root) %{_libdir}/libmuparser.so
%{_includedir}/*
+%{_pkgconfigdir}/muparser.pc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -73,6 +85,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2012/01/29 12:33:33 qboosh
+- pl, unified
+
Revision 1.3 2011/02/06 18:07:06 sparky
- don't mess with _smp_mflags
@@ -87,4 +102,3 @@
Revision 1.1 2009/10/05 19:47:58 blues
- rename
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/muparser/muparser.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list