[packages/elfio] - pl, devel dependency on libstdc++-devel
qboosh
qboosh at pld-linux.org
Sat May 11 20:20:13 CEST 2013
commit 50c84fea7892088f32a47ca496c10d579f3d8cfa
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat May 11 20:20:06 2013 +0200
- pl, devel dependency on libstdc++-devel
elfio.spec | 25 ++++++++++++++++++++-----
1 file changed, 20 insertions(+), 5 deletions(-)
---
diff --git a/elfio.spec b/elfio.spec
index 83ff891..e1f9e07 100644
--- a/elfio.spec
+++ b/elfio.spec
@@ -1,10 +1,11 @@
Summary: ELF (Executable and Linkable Format) reader and producer implemented as a C++ library
+Summary(pl.UTF-8): Biblioteka C++ do odczytu i tworzenia plików w formacie ELF
Name: elfio
Version: 2.1
Release: 1
License: MIT
Group: Libraries
-Source0: https://downloads.sourceforge.net/project/elfio/ELFIO-sources/ELFIO-%{version}/%{name}-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/elfio/%{name}-%{version}.tar.gz
# Source0-md5: d370c4e4ff432626dba661f9a30ff2f1
URL: http://elfio.sourceforge.net/
BuildRequires: libstdc++-devel
@@ -16,13 +17,27 @@ binary format. This library is unique and not based on any other
product. It is also platform independent. The library uses standard
ANSI C++ constructions and runs on a wide variety of architectures.
+%description -l pl.UTF-8
+ELFIO to biblioteka C++ do odczytu i tworzenia plików w formacie
+binarnym ELF (Executable and Linkable Format). Biblioteka ta jest
+unikalna, nie oparta na żadnym innym produkcie. Jest także niezależna
+od platformy. Wykorzystuje standardowe konstrukcje ANSI C++ i działa
+na wielu architekturach.
+
%package devel
-Summary: Development tools for programs using the elfio library
+Summary: Development headers for programs using the elfio library
+Summary(pl.UTF-8): Pliki nagłówkowe dla programów wykorzystujących bibliotekę elfio
Group: Development/Libraries
+Requires: libstdc++-devel
+# doesn't require base (header-only library)
%description devel
-This package contains the header files and libraries needed for
-developing programs using the elfio library.
+This package contains the header files needed for developing programs
+using the elfio library.
+
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkowe niezbędne do tworzenia programów
+wykorzystujących bibliotekę elfio.
%prep
%setup -q
@@ -43,7 +58,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc AUTHORS
+%doc AUTHORS COPYING README
%attr(755,root,root) %{_bindir}/elfdump
%files devel
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/elfio.git/commitdiff/50c84fea7892088f32a47ca496c10d579f3d8cfa
More information about the pld-cvs-commit
mailing list