update to 0.6.22 [release 0.6.22-1mamba;Mon Jul 27 2020]
This commit is contained in:
parent
f71c39f222
commit
4e9107fb2d
21
libexif.spec
21
libexif.spec
@ -1,5 +1,6 @@
|
|||||||
|
%define gitver %(echo %version | tr . _)
|
||||||
Name: libexif
|
Name: libexif
|
||||||
Version: 0.6.21
|
Version: 0.6.22
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The EXIF library allows you to parse an EXIF file and read the data from those tags
|
Summary: The EXIF library allows you to parse an EXIF file and read the data from those tags
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/libexif
|
URL: http://sourceforge.net/projects/libexif
|
||||||
Source: http://heanet.dl.sourceforge.net/sourceforge/libexif/libexif-%{version}.tar.bz2
|
Source: https://github.com/libexif/libexif/releases/download/libexif-%{gitver}-release/libexif-%{version}.tar.xz
|
||||||
Patch: %{name}-0.6.16-pkgconfig.patch
|
Patch: %{name}-0.6.16-pkgconfig.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -35,6 +36,8 @@ Most digital cameras produce EXIF files, which are JPEG files with extra tags th
|
|||||||
The EXIF library allows you to parse an EXIF file and read the data from those tags.
|
The EXIF library allows you to parse an EXIF file and read the data from those tags.
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch -p1
|
||||||
@ -57,21 +60,25 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files -f libexif-12.lang
|
%files -f libexif-12.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libexif.so.*
|
||||||
%doc AUTHORS COPYING NEWS README
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libexif.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libexif.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libexif.so
|
||||||
%dir %{_includedir}/libexif
|
%dir %{_includedir}/libexif
|
||||||
%{_includedir}/libexif/*
|
%{_includedir}/libexif/*
|
||||||
%{_libdir}/pkgconfig/libexif.pc
|
%{_libdir}/pkgconfig/libexif.pc
|
||||||
%dir %{_datadir}/doc/libexif
|
%dir %{_datadir}/doc/libexif
|
||||||
%{_datadir}/doc/libexif/*
|
%{_datadir}/doc/libexif/*
|
||||||
|
%doc NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.22-1mamba
|
||||||
|
- update to 0.6.22
|
||||||
|
|
||||||
* Sat Jul 14 2012 Automatic Build System <autodist@mambasoft.it> 0.6.21-1mamba
|
* Sat Jul 14 2012 Automatic Build System <autodist@mambasoft.it> 0.6.21-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user