6 Commits

Author SHA256 Message Date
Flavio Castelli
5c53eb053f Accepting request 143897 from home:sbrabec:gpg-offline-verify
Verify GPG signature: Perform build-time offline GPG verification.
Please verify that included keyring matches your needs.
For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System.
See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO.

If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO:
you can link or aggregate gpg-offline from
devel:tools:building or use following trick with "osc meta prjconf":

--- Cut here ----
%if 0%{?suse_version} <= 1220
Substitute: gpg-offline
%endif

Macros:
%gpg_verify(dnf) \
%if 0%{?suse_version} > 1220\
echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\
gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\
%else\
echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\
%endif\
%nil
-----------------

OBS-URL: https://build.opensuse.org/request/show/143897
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=6
2012-12-05 09:28:10 +00:00
Stephan Kulow
9a704eeb4b Accepting request 120833 from devel:libraries:c_c++
dependency to libteam

OBS-URL: https://build.opensuse.org/request/show/120833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjansson?expand=0&rev=1
2012-05-14 14:15:11 +00:00
Stephan Kulow
473d337275 Accepting request 120779 from home:jengelh:branches:devel:libraries:c_c++
Please also submit to factory!
- Update to new upstream release 2.3.1

OBS-URL: https://build.opensuse.org/request/show/120779
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=4
2012-05-13 15:31:52 +00:00
1b97350748 pkgconfig provides
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=3
2012-01-31 16:51:36 +00:00
4cdf493d6d Accepting request 89023 from home:jengelh:bl-new
- Remove redundant tags/sections (cf. specfile guidelines)
- Centralize the shlib package name

OBS-URL: https://build.opensuse.org/request/show/89023
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=2
2011-10-21 16:16:23 +00:00
6ec98c7f11 Accepting request 88958 from home:ctso
Jansson is a C library for encoding, decoding and manipulating JSON data. It features:

* Simple and intuitive API and data model
* Comprehensive documentation
* No dependencies on other libraries
* Full Unicode support (UTF-8)
* Extensive test suite
Jansson is licensed under the MIT license.

OBS-URL: https://build.opensuse.org/request/show/88958
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=1
2011-10-21 15:03:39 +00:00