Compare commits
33 Commits
1.16-1mamb
...
main
Author | SHA1 | Date | |
---|---|---|---|
d3efb46bbc | |||
28f3a1814d | |||
a8c880b75a | |||
e4f22aac44 | |||
ce7f2550b1 | |||
13120a604d | |||
7240b91b67 | |||
5f4d4f4b82 | |||
3f620fd31f | |||
6687c4b79c | |||
119dec8a09 | |||
6912b2e159 | |||
609b33fa77 | |||
3423535964 | |||
b92d590e16 | |||
80a7f86e66 | |||
f106ca3bb4 | |||
f4f5e62402 | |||
0076e33750 | |||
57c51d8645 | |||
10d8ccb25d | |||
eede6d2281 | |||
baff605283 | |||
7787a5f96f | |||
9e0030f103 | |||
8ee09cce42 | |||
ceda11c8cf | |||
dd4d33d6e7 | |||
38d858c4b0 | |||
af56eaa9d5 | |||
f81eb71432 | |||
1513cad8d1 | |||
18cf08d539 |
@ -1,16 +1,18 @@
|
||||
Name: libgpg-error
|
||||
Release: 1mamba
|
||||
Version: 1.16
|
||||
Version: 1.51
|
||||
Summary: Error handling functions and error codes used by GnuPG and Libgcrypt
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnupg.org
|
||||
Source: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
|
||||
URL: https://www.gnupg.org
|
||||
Source: https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gettext-devel >= 0.14.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The package libgpg-error contains common error codes and error handling functions used by GnuPG, Libgcrypt, GPGME and more packages.
|
||||
@ -24,8 +26,18 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
The package libgpg-error contains common error codes and error handling functions used by GnuPG, Libgcrypt, GPGME and more packages.
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%package tools
|
||||
Group: Applications/Security
|
||||
Summary: Utility applications for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description tools
|
||||
This package contains utility applications for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -37,29 +49,142 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gpg-error
|
||||
%{_libdir}/libgpg-error.so.*
|
||||
%doc AUTHORS COPYING.LIB ChangeLog NEWS README
|
||||
%doc AUTHORS COPYING.LIB
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gpg-error-config
|
||||
%{_includedir}/gpg-error.h
|
||||
%{_bindir}/gpgrt-config
|
||||
%{_bindir}/yat2m
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/libgpg-error.a
|
||||
%{_libdir}/libgpg-error.la
|
||||
%{_libdir}/libgpg-error.so
|
||||
%{_libdir}/pkgconfig/gpg-error.pc
|
||||
%{_datadir}/aclocal/gpgrt.m4
|
||||
%{_datadir}/aclocal/gpg-error.m4
|
||||
%{_datadir}/common-lisp/source/gpg-error/
|
||||
%dir %{_datadir}/libgpg-error
|
||||
%{_datadir}/libgpg-error/errorref.txt
|
||||
%{_infodir}/gpgrt.info*
|
||||
%{_mandir}/man1/gpgrt-config.1*
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gpg-error
|
||||
#%{_mandir}/man1/gpg-error-config.1*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 12 2024 Automatic Build System <autodist@openmamba.org> 1.51-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 20 2024 Automatic Build System <autodist@openmamba.org> 1.50-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 25 2024 Automatic Build System <autodist@openmamba.org> 1.49-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 25 2024 Automatic Build System <autodist@openmamba.org> 1.48-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 11 2023 Automatic Build System <autodist@mambasoft.it> 1.47-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 17 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.46-2mamba
|
||||
- move libgpg-error/errorref.txt to devel package to fix multilib installation conflict
|
||||
|
||||
* Tue Oct 11 2022 Automatic Build System <autodist@mambasoft.it> 1.46-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 07 2022 Automatic Build System <autodist@mambasoft.it> 1.45-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 27 2022 Automatic Build System <autodist@mambasoft.it> 1.44-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 03 2021 Automatic Build System <autodist@mambasoft.it> 1.43-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 24 2021 Automatic Build System <autodist@mambasoft.it> 1.42-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 25 2020 Automatic Build System <autodist@mambasoft.it> 1.41-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 26 2020 Automatic Build System <autodist@mambasoft.it> 1.39-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 01 2020 Automatic Build System <autodist@mambasoft.it> 1.38-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 11 2020 Automatic Build System <autodist@mambasoft.it> 1.37-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 20 2019 Automatic Build System <autodist@mambasoft.it> 1.36-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 01 2019 Automatic Build System <autodist@mambasoft.it> 1.35-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 1.34-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 28 2018 Automatic Build System <autodist@mambasoft.it> 1.33-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 18 2018 Automatic Build System <autodist@mambasoft.it> 1.32-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 08 2018 Automatic Build System <autodist@mambasoft.it> 1.31-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 12 2018 Automatic Build System <autodist@mambasoft.it> 1.29-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 22 2018 Automatic Build System <autodist@mambasoft.it> 1.28-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 07 2017 Automatic Build System <autodist@mambasoft.it> 1.27-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 24 2017 Automatic Build System <autodist@mambasoft.it> 1.26-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 26 2016 Automatic Build System <autodist@mambasoft.it> 1.25-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 17 2016 Automatic Build System <autodist@mambasoft.it> 1.24-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 04 2016 Automatic Build System <autodist@mambasoft.it> 1.23-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 05 2016 Automatic Build System <autodist@mambasoft.it> 1.22-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 16 2015 Automatic Build System <autodist@mambasoft.it> 1.21-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 01 2015 Automatic Build System <autodist@mambasoft.it> 1.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 02 2015 Automatic Build System <autodist@mambasoft.it> 1.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 08 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18-1mamba
|
||||
- update to 1.18
|
||||
|
||||
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 1.17-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 23 2014 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user