Merge branch 'upstream' into tizen_base 56/286956/1 accepted/tizen_8.0_base accepted/tizen_base_tool tizen_8.0_base accepted/tizen/8.0/base/20231005.044847 accepted/tizen/base/20230714.003351 accepted/tizen/base/tool/20230130.031624 submit/tizen_base/20230130.022540 tizen_8.0_m2_release
authorDariusz Michaluk <d.michaluk@samsung.com>
Tue, 17 Jan 2023 09:11:52 +0000 (10:11 +0100)
committerDariusz Michaluk <d.michaluk@samsung.com>
Tue, 17 Jan 2023 09:44:29 +0000 (10:44 +0100)
Change-Id: I0940ba0e798dda602b80991153af292da3bfb3b7

1  2 
packaging/libgpg-error.spec

index 8765c36,0000000..fbede3d
mode 100644,000000..100644
--- /dev/null
@@@ -1,71 -1,0 +1,68 @@@
- Version:        1.43
 +Name:           libgpg-error
- %configure --disable-static --with-pic
++Version:        1.46
 +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
- %{_infodir}/*
- %{_datarootdir}/libgpg-error/*
- %{_mandir}/man1/*
++%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