summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-07 09:26:03 -0800
committerJohn L. Whiteman <john.l.whiteman@intel.com>2014-08-14 15:32:28 -0700
commit8ba39f8825c80bf81115b973f794e0f6a8723703 (patch)
treebf56072e5d64a381a6653e33c181c4dbb3e101df
parent2e1700b9893e87ca90c20eb1bdcfda72ddcd5aff (diff)
downloadlibgpg-error-8ba39f8825c80bf81115b973f794e0f6a8723703.tar.gz
libgpg-error-8ba39f8825c80bf81115b973f794e0f6a8723703.tar.bz2
libgpg-error-8ba39f8825c80bf81115b973f794e0f6a8723703.zip
remove patches
-rw-r--r--packaging/libgpg-error-nld-build.diff88
-rw-r--r--packaging/libgpg-error.spec19
2 files changed, 0 insertions, 107 deletions
diff --git a/packaging/libgpg-error-nld-build.diff b/packaging/libgpg-error-nld-build.diff
deleted file mode 100644
index 19a5f48..0000000
--- a/packaging/libgpg-error-nld-build.diff
+++ /dev/null
@@ -1,88 +0,0 @@
---- po/Makevars
-+++ po/Makevars 2004/07/14 08:56:43
-@@ -1,7 +1,7 @@
- # Makefile variables for PO directory in any package using GNU gettext.
-
- # Usually the message domain is the same as the package name.
--DOMAIN = $(PACKAGE)
-+DOMAIN = $(PACKAGE)-nld
-
- # These two variables depend on the location of this directory.
- subdir = po
---- src/gpg-error-config.in
-+++ src/gpg-error-config.in 2004/07/14 08:57:04
-@@ -65,7 +65,7 @@
- if test "x$libdir" != "x/usr/lib" -a "x$libdir" != "x/lib"; then
- output="$output -L$libdir"
- fi
-- output="$output -lgpg-error"
-+ output="$output -lgpg-error-nld"
- ;;
- *)
- usage 1 1>&2
---- src/Makefile.am
-+++ src/Makefile.am 2004/07/14 08:56:43
-@@ -37,19 +37,19 @@
-
- include_HEADERS = gpg-error.h
-
--lib_LTLIBRARIES = libgpg-error.la
-+lib_LTLIBRARIES = libgpg-error-nld.la
-
--libgpg_error_la_LDFLAGS = -version-info \
-+libgpg_error_nld_la_LDFLAGS = -version-info \
- @LIBGPG_ERROR_LT_CURRENT@:@LIBGPG_ERROR_LT_REVISION@:@LIBGPG_ERROR_LT_AGE@
-
--libgpg_error_la_SOURCES = gpg-error.h gettext.h \
-+libgpg_error_nld_la_SOURCES = gpg-error.h gettext.h \
- strsource.c strerror.c code-to-errno.c code-from-errno.c
-
--libgpg_error_la_LIBADD = @LTLIBINTL@
-+libgpg_error_nld_la_LIBADD = @LTLIBINTL@
-
- bin_PROGRAMS = gpg-error
- gpg_error_SOURCES = strsource-sym.c strerror-sym.c gpg-error.c
--gpg_error_LDADD = ./libgpg-error.la
-+gpg_error_LDADD = ./libgpg-error-nld.la
-
- err-sources.h: Makefile mkstrtable.awk err-sources.h.in
- $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=3 \
---- src/strerror.c
-+++ src/strerror.c 2004/07/14 08:56:43
-@@ -47,7 +47,7 @@
- else
- code = GPG_ERR_UNKNOWN_ERRNO;
- }
-- return dgettext (PACKAGE, msgstr + msgidx[msgidxof (code)]);
-+ return dgettext (PACKAGE"-nld", msgstr + msgidx[msgidxof (code)]);
- }
-
-
-@@ -158,7 +158,7 @@
- code = GPG_ERR_UNKNOWN_ERRNO;
- }
-
-- errstr = dgettext (PACKAGE, msgstr + msgidx[msgidxof (code)]);
-+ errstr = dgettext (PACKAGE"-nld", msgstr + msgidx[msgidxof (code)]);
- errstr_len = strlen (errstr) + 1;
- cpy_len = errstr_len < buflen ? errstr_len : buflen;
- memcpy (buf, errstr, cpy_len);
---- src/strsource.c
-+++ src/strsource.c 2004/07/14 08:56:43
-@@ -33,5 +33,5 @@
- gpg_strsource (gpg_error_t err)
- {
- gpg_err_source_t source = gpg_err_source (err);
-- return dgettext (PACKAGE, msgstr + msgidx[msgidxof (source)]);
-+ return dgettext (PACKAGE"-nld", msgstr + msgidx[msgidxof (source)]);
- }
---- tests/Makefile.am
-+++ tests/Makefile.am 2004/07/14 08:56:43
-@@ -23,6 +23,6 @@
-
- INCLUDES = -I$(top_builddir)/src
-
--LDADD = ../src/libgpg-error.la
-+LDADD = ../src/libgpg-error-nld.la
-
- noinst_PROGRAMS = $(TESTS)
diff --git a/packaging/libgpg-error.spec b/packaging/libgpg-error.spec
index aa6b582..173c597 100644
--- a/packaging/libgpg-error.spec
+++ b/packaging/libgpg-error.spec
@@ -1,21 +1,3 @@
-#
-# spec file for package libgpg-error
-#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#
-# All modifications and additions to the file contributed by third parties
-# remain the property of their copyright owners, unless otherwise agreed
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An "Open Source License" is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
-
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
-
Name: libgpg-error
Version: 1.10
Release: 0
@@ -25,7 +7,6 @@ Url: http://www.gnupg.org/
Group: Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
Source2: baselibs.conf
-Patch0: %{name}-nld-build.diff
BuildRequires: gettext-tools
BuildRequires: libtool
BuildRoot: %{_tmppath}/%{name}-%{version}-build