Accepting request 586995 from home:jengelh:branches:multimedia:libs

- Extend descriptions.

OBS-URL: https://build.opensuse.org/request/show/586995
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal 2018-03-14 16:35:30 +00:00 committed by Git OBS Bridge
parent 98e5a07e80
commit c35347a472
2 changed files with 21 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 14 14:56:58 UTC 2018 - jengelh@inai.de
- Extend descriptions.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 14 13:20:57 UTC 2018 - kbabioch@suse.com Wed Mar 14 13:20:57 UTC 2018 - kbabioch@suse.com

View File

@ -40,30 +40,40 @@ BuildRequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
XMP parsing and IO library Exempi is a library for XMP parsing and I/O. XMP is a kind of
metadata for images and PDF.
%package -n libexempi3 %package -n libexempi3
Summary: XMP support library Summary: XMP support library
Group: System/Libraries Group: System/Libraries
%description -n libexempi3 %description -n libexempi3
XMP parsing and IO library Exempi is a library for XMP parsing and I/O. XMP (Extensible Metadata
Platform) facilitates embedding metadata in files using a subset of
RDF. Most notably, XMP supports embedding metadata in PDF and many
image formats.
%package tools %package tools
Summary: XMP support library -- Tools Summary: Tools from Exempi, an XMP support library
Group: Productivity/Graphics/Other Group: Productivity/Graphics/Other
%description tools %description tools
XMP parsing and IO library Exempi is a library for XMP parsing and I/O. XMP is a kind of
metadata for images and PDF.
This subpackage contains utilities from the Exempi project.
%package -n libexempi-devel %package -n libexempi-devel
Summary: XMP support library Summary: Development files for the Exempi XMP support library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: glibc-devel Requires: glibc-devel
Requires: libexempi3 = %{version} Requires: libexempi3 = %{version}
%description -n libexempi-devel %description -n libexempi-devel
XMP parsing and IO library Exempi is a library for XMP metadata parsing and doing I/O with it.
This subpackage contains the header files for building applications
with Exempi.
%prep %prep
%setup -q %setup -q