1 Commits

View File

@@ -1,6 +1,6 @@
%define gitver %(echo %version | tr . _) %define gitver %(echo %version | tr . _)
Name: libexif Name: libexif
Version: 0.6.24 Version: 0.6.25
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
@@ -17,7 +17,7 @@ BuildRequires: glibc-devel
BuildRequires: gettext-devel BuildRequires: gettext-devel
BuildRequires: doxygen BuildRequires: doxygen
Provides: libexif6 Provides: libexif6
Obsoletes: libexif6 Obsoletes: libexif6 < 0.6.25
%description %description
Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image.
@@ -28,18 +28,16 @@ Summary: Static libraries and headers for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Provides: libexif6-devel Provides: libexif6-devel
Obsoletes: libexif6-devel Obsoletes: libexif6-devel < 0.6.25
%description devel %description devel
Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. 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. 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.
%debug_package
%prep %prep
%setup -q %setup -q
%patch -p1 %patch 0 -p1
autoreconf -f -i autoreconf -f -i
%build %build
@@ -55,8 +53,6 @@ autoreconf -f -i
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f libexif-12.lang %files -f libexif-12.lang
%defattr(-,root,root) %defattr(-,root,root)
@@ -66,7 +62,6 @@ autoreconf -f -i
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libexif.a %{_libdir}/libexif.a
%{_libdir}/libexif.la
%{_libdir}/libexif.so %{_libdir}/libexif.so
%dir %{_includedir}/libexif %dir %{_includedir}/libexif
%{_includedir}/libexif/* %{_includedir}/libexif/*
@@ -76,6 +71,9 @@ autoreconf -f -i
%doc NEWS README %doc NEWS README
%changelog %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 * Thu Nov 25 2021 Automatic Build System <autodist@mambasoft.it> 0.6.24-1mamba
- automatic version update by autodist - automatic version update by autodist