summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2004-02-15 22:57:54 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commite0e9b3c04ee34ed7a99a067c82073c761dca2bdc (patch)
tree9aff0a5b5b8c348f5f85c2cf7b28e693bbc59987
parent1288cdec27df5f0403d33e026ddf9091e07e21c6 (diff)
downloadlibgpg-error-e0e9b3c04ee34ed7a99a067c82073c761dca2bdc.zip
libgpg-error-e0e9b3c04ee34ed7a99a067c82073c761dca2bdc.tar.gz
- added pl.po, strict internal deps, release 3auto/ac/libgpg-error-0_6-3
Changed files: libgpg-error.spec -> 1.7
-rw-r--r--libgpg-error.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/libgpg-error.spec b/libgpg-error.spec
index c19c74c..751807b 100644
--- a/libgpg-error.spec
+++ b/libgpg-error.spec
@@ -2,11 +2,12 @@ Summary: Library libgpg-error
Summary(pl): Biblioteka libgpg-error
Name: libgpg-error
Version: 0.6
-Release: 2
+Release: 3
License: LGPL v2.1+
Group: Libraries
Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/%{name}-%{version}.tar.gz
# Source0-md5: 516623893401d391b6c346cba543681d
+Source1: %{name}-pl.po
Patch0: %{name}-am18.patch
URL: http://www.gnupg.org/
BuildRequires: autoconf >= 2.57
@@ -29,7 +30,7 @@ libgcrypt, pinentry, SmartCard Daemon i inne - w przyszłości.
Summary: Header files for %{name}
Summary(pl): Pliki nagłówkowe dla %{name}
Group: Development/Libraries
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}
%description devel
libgpg-error is a library that defines common error values for all
@@ -51,7 +52,7 @@ używających biblioteki libgpg-error.
Summary: Static version of %{name} library
Summary(pl): Statyczna wersja biblioteki %{name}
Group: Development/Libraries
-Requires: %{name}-devel = %{version}
+Requires: %{name}-devel = %{version}-%{release}
%description static
libgpg-error is a library that defines common error values for all
@@ -71,6 +72,9 @@ Pakiet zawiera statyczne biblioteki libgpg-error.
%setup -q
%patch0 -p1
+cp %{SOURCE1} po/pl.po
+echo 'pl' >> po/LINGUAS
+
%build
%{__gettextize}
%{__libtoolize}