Merge branch 'upstream' into tizen_base 82/306282/1 accepted/tizen_9.0_base accepted/tizen_base accepted/tizen_base_asan accepted/tizen_base_toolchain accepted/tizen_base_x accepted/tizen_base_x_asan tizen_9.0_base tizen_base accepted/tizen/9.0/base/20241030.075317 accepted/tizen/base/20240221.052812 accepted/tizen/base/asan/20240305.000540 accepted/tizen/base/toolchain/20240301.141905 accepted/tizen/base/toolchain/20240301.142005 accepted/tizen/base/x/20240221.211819 accepted/tizen/base/x/20240222.075719 accepted/tizen/base/x/asan/20240412.002942 tizen_9.0_m2_release
authorDaniel Kita <d.kita@samsung.com>
Mon, 19 Feb 2024 10:59:46 +0000 (11:59 +0100)
committerDaniel Kita <d.kita@samsung.com>
Mon, 19 Feb 2024 11:54:38 +0000 (12:54 +0100)
Change-Id: I0279a5c07930225c0ef5efbbdf4bad5c9617d8f7

1  2 
packaging/libgpg-error.spec

index fbede3d,0000000..086b967
mode 100644,000000..100644
--- /dev/null
@@@ -1,68 -1,0 +1,68 @@@
- Version:        1.46
 +Name:           libgpg-error
++Version:        1.47
 +Release:        0
 +License:        LGPL-2.1+
 +Summary:        Library That Defines Common Error Values for All GnuPG Components
 +Url:            http://www.gnupg.org/
 +Group:          Security/Crypto Libraries
 +Source:         %{name}-%{version}.tar.bz2
 +Source1:        baselibs.conf
 +Source1001:   libgpg-error.manifest
 +BuildRequires:  gettext-tools
 +BuildRequires:  libtool
 +
 +%description
 +This is a library that defines common error values for all GnuPG
 +components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
 +pinentry, SmartCard Daemon, and possibly more in the future.
 +
 +%package devel
 +License:        LGPL-2.1+ and GPL-2.0+ and X11
 +Summary:        Development package for libgpg-error
 +Group:          Development/Libraries
 +Requires:       glibc-devel
 +Requires:       libgpg-error = %{version}
 +
 +%description devel
 +Files needed for software development using libgpg-error.
 +
 +%prep
 +%setup -q -n libgpg-error-%{version}
 +cp %{SOURCE1001} .
 +
 +%build
 +export CPPFLAGS+=" -P"
 +autoreconf -fiv
 +%configure --disable-static --with-pic --disable-doc
 +make %{?_smp_mflags}
 +
 +%install
 +%make_install
 +rm -r %{buildroot}%{_datadir}/common-lisp
 +%find_lang %{name}
 +
 +%post  -p /sbin/ldconfig
 +
 +%postun -p /sbin/ldconfig
 +
 +%lang_package
 +
 +
 +%files
 +%manifest %{name}.manifest
 +%defattr(-,root,root)
 +%license COPYING.LIB
 +%{_libdir}/libgpg-error*.so.*
 +
 +%files devel
 +%manifest %{name}.manifest
 +%defattr(-,root,root)
 +%license COPYING.MIT COPYING
 +%{_datadir}/aclocal/gpg-error.m4
 +%{_datadir}/aclocal/gpgrt.m4
 +%{_includedir}/*
 +%{_bindir}/*
 +%{_libdir}/libgpg-error*.so
 +%{_libdir}/pkgconfig/gpg-error.pc
 +
 +%changelog