packages: ppl/ppl.spec - pl, unified
qboosh
qboosh at pld-linux.org
Fri Jan 13 22:06:28 CET 2012
Author: qboosh Date: Fri Jan 13 21:06:28 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- pl, unified
---- Files affected:
packages/ppl:
ppl.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/ppl/ppl.spec
diff -u packages/ppl/ppl.spec:1.2 packages/ppl/ppl.spec:1.3
--- packages/ppl/ppl.spec:1.2 Thu Dec 29 21:24:34 2011
+++ packages/ppl/ppl.spec Fri Jan 13 22:06:23 2012
@@ -17,14 +17,15 @@
%endif
Summary: The Parma Polyhedra Library: a library of numerical abstractions
+Summary(pl.UTF-8): Parma Polyhedra Library - biblioteka abstrakcji matematycznych
Name: ppl
Version: 0.11.2
Release: 1
License: GPL v3+
-Group: Development/Libraries
-URL: http://www.cs.unipr.it/ppl/
+Group: Libraries
Source0: ftp://ftp.cs.unipr.it/pub/ppl/releases/%{version}/%{name}-%{version}.tar.bz2
# Source0-md5: c24429e6c3bc97d45976a63f40f489a1
+URL: http://www.cs.unipr.it/ppl/
BuildRequires: glpk-devel >= 4.13
BuildRequires: gmp-c++-devel >= 4.1.3
BuildRequires: gmp-devel >= 4.1.3
@@ -62,8 +63,23 @@
software. This package provides all what is necessary to run
applications using the PPL through its C and C++ interfaces.
+%description -l pl.UTF-8
+Parma Polyhedra Library (PPL) to biblioteka do operacji na
+(niekoniecznie domkniętych) wielościanach wypukłych i innych
+abstrakcjach matematycznych. Zastosowania wielościanów wypukłych
+obejmują analizę programów, kompilację z optymalizacją, optymalizację
+całkowitoliczbową i kombinatoryczną oraz obróbkę danych
+statystycznych. Biblioteka PPL jest dostarczana z kilkoma przyjaznymi
+interfejsami, jest w pełni dynamiczna (jedynym ograniczeniem wymiarów
+jest dostępna pamięć wirtualna), napisana zgodnie ze wszystkimi
+mającymi zastosowanie standardami, jest bezpieczna pod kątem wyjątków,
+w miarę wydajna, dobrze udokumentowana i wolnodostępna. Ten pakiet
+zawiera wszystko, co jest potrzebne aplikacjom korzystającym z PPL
+poprzez interfejsy dla C i C++.
+
%package devel
-Summary: Development tools for the Parma Polyhedra Library C and C++ interfaces
+Summary: Development files for the Parma Polyhedra Library C and C++ interfaces
+Summary(pl.UTF-8): Pliki programistyczne intefejsów C i C++ biblioteki PPL
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: gmp-devel >= 4.1.3
@@ -73,8 +89,14 @@
developing applications using the Parma Polyhedra Library through its
C and C++ interfaces.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe, makra Autoconfa oraz minimalna dokumentacja do
+tworzenia aplikacji wykorzystujących bibliotekę Parma Polyhedra
+Library poprzez interfejsy C i C++.
+
%package static
Summary: Static archives for the Parma Polyhedra Library C and C++ interfaces
+Summary(pl.UTF-8): Biblioteki statyczne interfejsów C i C++ biblioteki PPL
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
@@ -82,19 +104,111 @@
The static archives for the Parma Polyhedra Library C and C++
interfaces.
+%description static -l pl.UTF-8
+Biblioteki statyczne interfejsów C i C++ biblioteki Parma Polyhedra
+Library.
+
+%package docs
+Summary: Documentation for the Parma Polyhedra Library
+Summary(pl.UTF-8): Dokumentacja biblioteki Parma Polyhedra Library
+Group: Documentation
+Requires: %{name} = %{version}-%{release}
+
+%description docs
+This package contains all the documentations required by programmers
+using the Parma Polyhedra Library (PPL). Install this package if you
+want to program with the PPL.
+
+%description docs -l pl.UTF-8
+Ten pakiet zawiera całą dokumentację potrzebną programistom
+korzystającym z biblioteki Parma Polyhedra Library (PPL). Warto
+zainstalować ten pakiet, aby programować z użyciem PPL.
+
+%package pwl
+Summary: The Parma Watchdog Library: a C++ library for watchdog timers
+Summary(pl.UTF-8): Biblioteka Parma Watchdog Library: biblioteka C++ ze stoperami kontrolującymi
+Group: Libraries
+
+%description pwl
+The Parma Watchdog Library (PWL) provides support for multiple,
+concurrent watchdog timers on systems providing setitimer(2). This
+package provides all what is necessary to run applications using the
+PWL. The PWL is currently distributed with the Parma Polyhedra
+Library, but is totally independent from it.
+
+%description pwl -l pl.UTF-8
+Biblioteka Parma Watchdog Library (PWL) zapewnia obsługę wielu
+jednocześnie działających stoperów na systemach z funkcją
+setitimer(2). Ten pakiet zawiera wszystko, co jest potrzebne do
+uruchamiania aplikacji wykorzystujących PWL. PWL jest rozprowadzana
+z biblioteką Parma Polyhedra Library, ale jest od niej całkowicie
+niezależna.
+
+%package pwl-devel
+Summary: Development files for the Parma Watchdog Library
+Summary(pl.UTF-8): Pliki programistyczne biblioteki Parma Watchdog Library
+Group: Development/Libraries
+Requires: %{name}-pwl = %{version}-%{release}
+
+%description pwl-devel
+The header files and minimal documentation for developing applications
+using the Parma Watchdog Library.
+
+%description pwl-devel -l pl.UTF-8
+Pliki nagłówkowe i minimalna dokumentacja do tworzenia aplikacji
+wykorzystujących bibliotekę Parma Watchdog Library.
+
+%package pwl-static
+Summary: Static archive for the Parma Watchdog Library
+Summary(pl.UTF-8): Biblioteka statyczna Parma Watchdog Library
+Group: Development/Libraries
+Requires: %{name}-pwl-devel = %{version}-%{release}
+
+%description pwl-static
+This package contains the static archive for the Parma Watchdog
+Library.
+
+%description pwl-static -l pl.UTF-8
+Ten pakiet zawiera bibliotekę statyczną Parma Watchdog Library.
+
+%package pwl-docs
+Summary: Documentation for the Parma Watchdog Library
+Summary(pl.UTF-8): Dokumentacja biblioteki Parma Watchdog Library
+Group: Documentation
+Requires: %{name}-pwl = %{version}-%{release}
+
+%description pwl-docs
+This package contains all the documentations required by programmers
+using the Parma Watchdog Library (PWL). Install this package if you
+want to program with the PWL.
+
+%description pwl-docs -l pl.UTF-8
+Ten pakiet zawiera całą dokumentację potrzebną programistom
+korzystającym z biblioteki Parma Watchdog Library (PWL). Warto
+zainstalować ten pakiet, aby programować z użyciem PWL.
+
%package utils
Summary: Utilities using the Parma Polyhedra Library
+Summary(pl.UTF-8): Narzędzia wykorzystujące bibliotekę PPL
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description utils
This package contains the mixed integer linear programming solver
-ppl_lpsol. the program ppl_lcdd for vertex/facet enumeration of convex
+ppl_lpsol, the program ppl_lcdd for vertex/facet enumeration of convex
polyhedra, and the parametric integer programming solver ppl_pips.
+%description utils -l pl.UTF-8
+Tan pakiet zawiera program do rozwiązywania mieszanych
+całkowitoliczbowych problemów programowania liniowego ppl_lpsol,
+program ppl_lcdd do numerowania wierzchołków i ścian wielościanów
+wypukłych oraz program do rozwiązywania parametrycznych
+całkowitoliczbowych problemów programowania liniowego ppl_pips.
+
%package gprolog
Summary: The GNU Prolog interface of the Parma Polyhedra Library
-Group: Development/Libraries
+Summary(pl.UTF-8): Interfejs GNU Prologa do biblioteki Parma Polyhedra Library
+Group: Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name}-pwl = %{version}-%{release}
Requires: gprolog >= 1.2.19
@@ -104,8 +218,14 @@
(PPL). Install this package if you want to use the library in GNU
Prolog programs.
+%description gprolog -l pl.UTF-8
+Ten pakiet dodaje obsługę GNU Prologa do biblioteki Parma Polyhedra
+Library (PPL). Należy go zainstalować, aby móc korzystać z biblioteki
+w GNU Prologu.
+
%package gprolog-static
Summary: The static archive for the GNU Prolog interface of the Parma Polyhedra Library
+Summary(pl.UTF-8): Statyczna biblioteka interfejsu GNU Prologa do biblioteki PPL
Group: Development/Libraries
Requires: %{name}-gprolog = %{version}-%{release}
@@ -113,9 +233,14 @@
This package contains the static archive for the GNU Prolog interface
of the Parma Polyhedra Library.
+%description gprolog-static -l pl.UTF-8
+Statyczna biblioteka interfejsu GNU Prologa do biblioteki Parma
+Polyhedra Library.
+
%package swiprolog
Summary: The SWI-Prolog interface of the Parma Polyhedra Library
-Group: Development/Libraries
+Summary(pl.UTF-8): Interfejs SWI-Prologa do biblioteki Parma Polyhedra Library
+Group: Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name}-pwl = %{version}-%{release}
Requires: pl >= 5.10.2-3
@@ -125,8 +250,14 @@
Install this package if you want to use the library in SWI-Prolog
programs.
+%description swiprolog -l pl.UTF-8
+Ten pakiet dodaje obsługę SWI-Prologa do biblioteki Parma Polyhedra
+Library (PPL). Należy go zainstalować, aby móc korzystać z biblioteki
+w SWI-Prologu.
+
%package swiprolog-static
Summary: The static archive for the SWI-Prolog interface of the Parma Polyhedra Library
+Summary(pl.UTF-8): Statyczna biblioteka interfejsu SWI-Prologa do biblioteki PPL
Group: Development/Libraries
Requires: %{name}-swiprolog = %{version}-%{release}
@@ -134,9 +265,14 @@
This package contains the static archive for the SWI-Prolog interface
of the Parma Polyhedra Library.
+%description swiprolog-static -l pl.UTF-8
+Statyczna biblioteka interfejsu SWI-Prologa do biblioteki Parma
+Polyhedra Library.
+
%package yap
Summary: The YAP Prolog interface of the Parma Polyhedra Library
-Group: Development/Libraries
+Summary(pl.UTF-8): Interfejs YAP Prologa do biblioteki Parma Polyhedra Library
+Group: Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name}-pwl = %{version}-%{release}
Requires: yap >= 5.1.1
@@ -147,9 +283,15 @@
(PPL). Install this package if you want to use the library in YAP
Prolog programs.
+%description yap -l pl.UTF-8
+Ten pakiet dodaje obsługę YAP Prologa do biblioteki Parma Polyhedra
+Library (PPL). Należy go zainstalować, aby móc korzystać z biblioteki
+w YAP Prologu.
+
%package -n ocaml-ppl
Summary: The OCaml interface of the Parma Polyhedra Library
-Group: Development/Libraries
+Summary(pl.UTF-8): Interfejs OCamla do biblioteki Parma Polyhedra Library
+Group: Libraries
Requires: %{name} = %{version}-%{release}
%description -n ocaml-ppl
@@ -157,8 +299,14 @@
Polyhedra Library. Install this package if you want to use the library
in OCaml programs.
+%description -n ocaml-ppl -l pl.UTF-8
+Ten pakiet dodaje obsługę Objective Camla (OCamla) do biblioteki Parma
+Polyhedra Library (PPL). Należy go zainstalować, aby móc korzystać z
+biblioteki w OCamlu.
+
%package -n ocaml-ppl-devel
-Summary: The OCaml interface of the Parma Polyhedra Library
+Summary: Development files for OCaml interface of the Parma Polyhedra Library
+Summary(pl.UTF-8): Pliki programistyczne interfejsu OCamla biblioteki PPL
Group: Development/Libraries
Requires: ocaml-ppl = %{version}-%{release}
@@ -166,9 +314,14 @@
This package contains libraries and signature files for developing
applications using the OCaml interface of the Parma Polyhedra Library.
+%description -n ocaml-ppl-devel -l pl.UTF-8
+Ten pakiet zawiera pliki bibliotek i sygnatur do tworzenia aplikacji
+wykorzystujących interfejs OCamla biblioteki Parma Polyhedra Library.
+
%package -n java-ppl
Summary: The Java interface of the Parma Polyhedra Library
-Group: Development/Libraries
+Summary(pl.UTF-8): Interfejs Javy do biblioteki Parma Polyhedra Library
+Group: Libraries
Requires: %{name} = %{version}-%{release}
Requires: jpackage-utils
@@ -176,8 +329,13 @@
This package adds Java support to the Parma Polyhedra Library. Install
this package if you want to use the library in Java programs.
+%description -n java-ppl -l pl.UTF-8
+Ten pakiet dodaje obsługę Javy do biblioteki Parma Polyhedra Library.
+Należy go zainstalować, aby móc korzystać z biblioteki w Javie.
+
%package -n java-ppl-javadoc
Summary: Javadocs for java-ppl
+Summary(pl.UTF-8): Dokumentacja Javadoc do pakietu java-ppl
Group: Documentation
Requires: java-ppl = %{version}-%{release}
Requires: jpackage-utils
@@ -186,54 +344,9 @@
This package contains the API documentation for Java interface of the
Parma Polyhedra Library.
-%package docs
-Summary: Documentation for the Parma Polyhedra Library
-Group: Documentation
-Requires: %{name} = %{version}-%{release}
-
-%description docs
-This package contains all the documentations required by programmers
-using the Parma Polyhedra Library (PPL). Install this package if you
-want to program with the PPL.
-
-%package pwl
-Summary: The Parma Watchdog Library: a C++ library for watchdog timers
-Group: Development/Libraries
-
-%description pwl
-The Parma Watchdog Library (PWL) provides support for multiple,
-concurrent watchdog timers on systems providing setitimer(2). This
-package provides all what is necessary to run applications using the
-PWL. The PWL is currently distributed with the Parma Polyhedra
-Library, but is totally independent from it.
-
-%package pwl-devel
-Summary: Development tools for the Parma Watchdog Library
-Group: Development/Libraries
-Requires: %{name}-pwl = %{version}-%{release}
-
-%description pwl-devel
-The header files, documentation and static libraries for developing
-applications using the Parma Watchdog Library.
-
-%package pwl-static
-Summary: Static archive for the Parma Watchdog Library
-Group: Development/Libraries
-Requires: %{name}-pwl-devel = %{version}-%{release}
-
-%description pwl-static
-This package contains the static archive for the Parma Watchdog
-Library.
-
-%package pwl-docs
-Summary: Documentation for the Parma Watchdog Library
-Group: Documentation
-Requires: %{name}-pwl = %{version}-%{release}
-
-%description pwl-docs
-This package contains all the documentations required by programmers
-using the Parma Watchdog Library (PWL). Install this package if you
-want to program with the PWL.
+%description -n java-ppl-javadoc -l pl.UTF-8
+Ten pakiet zawiera dokumentację API do interfejsu Javy biblioteki
+Parma Polyhedra Library.
%prep
%setup -q
@@ -265,7 +378,7 @@
INSTALL="%{__install} -p" \
DESTDIR=$RPM_BUILD_ROOT
-%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/*.la $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
%if %{with java}
# Install the Javadocs for ppl-java.
@@ -296,18 +409,18 @@
%doc %{_docdir}/%{name}-%{version}/TODO
%doc %{_docdir}/%{name}-%{version}/gpl.txt
%attr(755,root,root) %{_libdir}/libppl.so.*.*.*
-%ghost %{_libdir}/libppl.so.9
+%attr(755,root,root) %ghost %{_libdir}/libppl.so.9
%attr(755,root,root) %{_libdir}/libppl_c.so.*.*.*
-%ghost %{_libdir}/libppl_c.so.4
+%attr(755,root,root) %ghost %{_libdir}/libppl_c.so.4
%dir %{_libdir}/%{name}
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/ppl-config
+%attr(755,root,root) %{_libdir}/libppl.so
+%attr(755,root,root) %{_libdir}/libppl_c.so
%{_includedir}/ppl*.hh
%{_includedir}/ppl_c*.h
-%{_libdir}/libppl.so
-%{_libdir}/libppl_c.so
%{_mandir}/man1/ppl-config.1*
%{_mandir}/man3/libppl.3*
%{_mandir}/man3/libppl_c.3*
@@ -359,13 +472,13 @@
#%doc %{_docdir}/%{name}-%{version}/pwl/README
#%doc %{_docdir}/%{name}-%{version}/pwl/gpl.txt
%attr(755,root,root) %{_libdir}/libpwl.so.*.*.*
-%ghost %{_libdir}/libpwl.so.5
+%attr(755,root,root) %ghost %{_libdir}/libpwl.so.5
%files pwl-devel
%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libpwl.so
%doc Watchdog/doc/README.doc
%{_includedir}/pwl*.hh
-%{_libdir}/libpwl.so
%files pwl-static
%defattr(644,root,root,755)
@@ -453,6 +566,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2012/01/13 21:06:23 qboosh
+- pl, unified
+
Revision 1.2 2011/12/29 20:24:34 arekm
- rel 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ppl/ppl.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list