automatic version update by autodist [release 2.6.1-1mamba;Sat Feb 19 2022]
This commit is contained in:
parent
4a0095bd25
commit
0f45bfde22
@ -1,12 +1,12 @@
|
||||
Name: libexempi
|
||||
Version: 2.5.2
|
||||
Version: 2.6.1
|
||||
Release: 1mamba
|
||||
Summary: a library to parse XMP metadata.
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://libopenraw.freedesktop.org/wiki/Exempi
|
||||
URL: https://libopenraw.freedesktop.org/wiki/Exempi/
|
||||
Source: http://libopenraw.freedesktop.org/download/exempi-%{version}.tar.bz2
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -15,15 +15,10 @@ BuildRequires: libexpat-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pkg-config
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libboost-devel
|
||||
#BuildRequires: libiconv-devel
|
||||
BuildRequires: libXpm-devel
|
||||
BuildRequires: pkgconfig
|
||||
#BuildRequires: gdb
|
||||
#BuildRequires: valgrind
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{name} provides a library for easy parsing of XMP metadata. It is a port of Adobe XMP SDK to work on UNIX and to be build with GNU automake. It includes XMPCore and XMPFiles.
|
||||
@ -35,7 +30,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
%{name} provides a library for easy parsing of XMP metadata. It is a port of Adobe XMP SDK to work on UNIX and to be build with GNU automake. It includes XMPCore and XMPFiles.
|
||||
|
||||
This package contains libraries and header files need for development.
|
||||
|
||||
%package static
|
||||
@ -45,11 +39,20 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description static
|
||||
%{name} provides a library for easy parsing of XMP metadata. It is a port of Adobe XMP SDK to work on UNIX and to be build with GNU automake. It includes XMPCore and XMPFiles.
|
||||
This package contains static libraries needed for development.
|
||||
|
||||
This package contains static libraries need for development.
|
||||
%package tools
|
||||
Group: Development/Tools
|
||||
Summary: Tools provided with %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description tools
|
||||
%{name} provides a library for easy parsing of XMP metadata. It is a port of Adobe XMP SDK to work on UNIX and to be build with GNU automake. It includes XMPCore and XMPFiles.
|
||||
This package contains the tools provided with %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q -n exempi-%{version}
|
||||
|
||||
%build
|
||||
@ -73,27 +76,33 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/exempi
|
||||
%{_libdir}/*.so.*
|
||||
%{_mandir}/man1/exempi.1.gz
|
||||
%{_libdir}/libexempi.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/exempi
|
||||
%{_mandir}/man1/exempi.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/exempi-2.0
|
||||
%dir %{_includedir}/exempi-2.0/exempi
|
||||
%{_includedir}/exempi-2.0/exempi/*.h
|
||||
%{_includedir}/exempi-2.0/exempi/xmp++.hpp
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libexempi.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc ChangeLog NEWS README
|
||||
%doc ChangeLog NEWS
|
||||
|
||||
%files static
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/libexempi.a
|
||||
%{_libdir}/libexempi.la
|
||||
|
||||
%changelog
|
||||
* Sat Feb 19 2022 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 05 2020 Automatic Build System <autodist@mambasoft.it> 2.5.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user