Compare commits
4 Commits
0.6.21-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
ae237b0e16 | |||
1d5a602215 | |||
bc8ad70a2c | |||
4e9107fb2d |
41
libexif.spec
41
libexif.spec
@@ -1,13 +1,14 @@
|
||||
%define gitver %(echo %version | tr . _)
|
||||
Name: libexif
|
||||
Version: 0.6.21
|
||||
Version: 0.6.25
|
||||
Release: 1mamba
|
||||
Summary: The EXIF library allows you to parse an EXIF file and read the data from those tags
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://sourceforge.net/projects/libexif
|
||||
Source: http://heanet.dl.sourceforge.net/sourceforge/libexif/libexif-%{version}.tar.bz2
|
||||
URL: https://sourceforge.net/projects/libexif
|
||||
Source: https://github.com/libexif/libexif.git/v%{version}/libexif-%{version}.tar.bz2
|
||||
Patch: %{name}-0.6.16-pkgconfig.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@@ -16,8 +17,7 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: doxygen
|
||||
Provides: libexif6
|
||||
Obsoletes: libexif6
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: libexif6 < 0.6.25
|
||||
|
||||
%description
|
||||
Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image.
|
||||
@@ -28,16 +28,17 @@ Summary: Static libraries and headers for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libexif6-devel
|
||||
Obsoletes: libexif6-devel
|
||||
Obsoletes: libexif6-devel < 0.6.25
|
||||
|
||||
%description devel
|
||||
Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image.
|
||||
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 needed for development.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
%patch 0 -p1
|
||||
autoreconf -f -i
|
||||
|
||||
%build
|
||||
%configure
|
||||
@@ -52,26 +53,36 @@ This package contains static libraries and header files need for development.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f libexif-12.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%{_libdir}/libexif.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libexif.a
|
||||
%{_libdir}/libexif.so
|
||||
%dir %{_includedir}/libexif
|
||||
%{_includedir}/libexif/*
|
||||
%{_libdir}/pkgconfig/libexif.pc
|
||||
%dir %{_datadir}/doc/libexif
|
||||
%{_datadir}/doc/libexif/*
|
||||
%doc NEWS README
|
||||
|
||||
%changelog
|
||||
* Sun Mar 02 2025 Automatic Build System <autodist@openmamba.org> 0.6.25-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 25 2021 Automatic Build System <autodist@mambasoft.it> 0.6.24-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 12 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.23-1mamba
|
||||
- update to 0.6.23
|
||||
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user