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
|
Name: libexempi
|
||||||
Version: 2.5.2
|
Version: 2.6.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: a library to parse XMP metadata.
|
Summary: a library to parse XMP metadata.
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://libopenraw.freedesktop.org/download/exempi-%{version}.tar.bz2
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -15,15 +15,10 @@ BuildRequires: libexpat-devel
|
|||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: pkg-config
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libboost-devel
|
BuildRequires: libboost-devel
|
||||||
#BuildRequires: libiconv-devel
|
|
||||||
BuildRequires: libXpm-devel
|
BuildRequires: libXpm-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
#BuildRequires: gdb
|
|
||||||
#BuildRequires: valgrind
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
%{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
|
%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.
|
%{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.
|
This package contains libraries and header files need for development.
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
@ -45,11 +39,20 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description static
|
%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.
|
%{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
|
%prep
|
||||||
|
|
||||||
%setup -q -n exempi-%{version}
|
%setup -q -n exempi-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -73,27 +76,33 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/exempi
|
%{_libdir}/libexempi.so.*
|
||||||
%{_libdir}/*.so.*
|
|
||||||
%{_mandir}/man1/exempi.1.gz
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/exempi
|
||||||
|
%{_mandir}/man1/exempi.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/exempi-2.0
|
%dir %{_includedir}/exempi-2.0
|
||||||
%dir %{_includedir}/exempi-2.0/exempi
|
%dir %{_includedir}/exempi-2.0/exempi
|
||||||
%{_includedir}/exempi-2.0/exempi/*.h
|
%{_includedir}/exempi-2.0/exempi/*.h
|
||||||
%{_includedir}/exempi-2.0/exempi/xmp++.hpp
|
%{_includedir}/exempi-2.0/exempi/xmp++.hpp
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libexempi.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libexempi.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libexempi.la
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jul 05 2020 Automatic Build System <autodist@mambasoft.it> 2.5.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user