From: Jakub Bogusz Date: Tue, 4 Dec 2001 15:05:11 +0000 (+0000) Subject: - adapterized, pl translations, cosmetics; release 2 X-Git-Tag: libmng-1_0_3-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Flibmng.git;a=commitdiff_plain;h=ac3a8c7ddc6df85a50e79ad8b03ecbb6f0ee6a54 - adapterized, pl translations, cosmetics; release 2 Changed files: libmng.spec -> 1.16 --- diff --git a/libmng.spec b/libmng.spec index 4a6307c..1f49a47 100644 --- a/libmng.spec +++ b/libmng.spec @@ -1,18 +1,22 @@ Summary: A library of functions for manipulating MNG format files +Summary(pl): Biblioteka do obróbki plików w formacie MNG Name: libmng Version: 1.0.3 -Release: 1 +Release: 2 License: BSD-like Group: Libraries Group(de): Libraries Group(es): Bibliotecas Group(fr): Librairies Group(pl): Biblioteki +Group(pt_BR): Bibliotecas +Group(ru): âÉÂÌÉÏÔÅËÉ +Group(uk): â¦Â̦ÏÔÅËÉ Source0: http://prdownloads.sourceforge.net/libmng/%{name}-%{version}.tar.gz Patch0: %{name}-automake.patch URL: http://www.libmng.com/ -BuildRequires: automake BuildRequires: autoconf >= 2.50 +BuildRequires: automake BuildRequires: libjpeg-devel BuildRequires: libtool BuildRequires: zlib-devel @@ -23,36 +27,58 @@ libmng - library for reading, writing, displaying and examing Multiple-Image Network Graphics. MNG is the animation extension to the popular PNG image-format. +%description -l pl +libmng - biblioteka do czytania, zapisywania, wy¶wietlania i +pobierania informacji z plików MNG (Multiple-Image Network Graphics). +MNG to rozszerzenie o animacje popularnego formatu obrazków PNG. + %package devel Summary: Development tools for programs to manipulate MNG format files +Summary(pl): Pakiet do tworzenia programów obrabiaj±cych pliki MNG Group: Development/Libraries Group(de): Entwicklung/Libraries +Group(es): Desarrollo/Bibliotecas Group(fr): Development/Librairies Group(pl): Programowanie/Biblioteki +Group(pt_BR): Desenvolvimento/Bibliotecas +Group(ru): òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ +Group(uk): òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ Requires: %{name} = %{version} Requires: libjpeg-devel Requires: zlib-devel %description devel -The libmng-devel package contains the header files and static -libraries necessary for developing programs using the MNG -(Multiple-Image Network Graphics) library. +The libmng-devel package contains the header files necessary for +developing programs using the MNG (Multiple-Image Network Graphics) +library. If you want to develop programs which will manipulate MNG image format files, you should install libmng-devel. You'll also need to install the libmng package. +%description devel -l pl +Ten pakiet zawiera pliki nag³ówkowe potrzebne do tworzenia programów +u¿ywaj±cych biblioteki libmng do obróbki plików MNG. + %package static Summary: Static MNG libraries +Summary(pl): Biblioteki statyczne MNG Group: Development/Libraries Group(de): Entwicklung/Libraries +Group(es): Desarrollo/Bibliotecas Group(fr): Development/Librairies Group(pl): Programowanie/Biblioteki +Group(pt_BR): Desenvolvimento/Bibliotecas +Group(ru): òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ +Group(uk): òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ Requires: %{name}-devel = %{version} %description static Static MNG libraries. +%description static -l pl +Biblioteki statyczne MNG. + %prep %setup -q %patch -p1 @@ -77,12 +103,12 @@ rm -rf $RPM_BUILD_ROOT gzip -9nf Changes README* doc/{doc.readme,libmng.txt} -%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) %attr(755,root,root) %{_libdir}/lib*.so.*.*