Renamed the source package to mingw-libtiff (#800437)

epel9
Kalev Lember 13 years ago
parent 7d704df7e6
commit a1ab900f7f

@ -6,9 +6,9 @@
%define __debug_install_post %{_mingw32_debug_install_post} %define __debug_install_post %{_mingw32_debug_install_post}
Summary: MinGW Windows port of the LibTIFF library Summary: MinGW Windows port of the LibTIFF library
Name: mingw32-libtiff Name: mingw-libtiff
Version: 3.9.5 Version: 3.9.5
Release: 4%{?dist} Release: 5%{?dist}
License: libtiff License: libtiff
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.remotesensing.org/libtiff/ URL: http://www.remotesensing.org/libtiff/
@ -38,12 +38,25 @@ The libtiff package should be installed if you need to manipulate TIFF
format image files. format image files.
%package static %package -n mingw32-libtiff
Summary: MinGW Windows port of the LibTIFF library
%description -n mingw32-libtiff
The libtiff package contains a library of functions for manipulating
TIFF (Tagged Image File Format) image format files. TIFF is a widely
used file format for bitmapped images. TIFF files usually end in the
.tif extension and they are often quite large.
The libtiff package should be installed if you need to manipulate TIFF
format image files.
%package -n mingw32-libtiff-static
Summary: Static version of the MinGW Windows LibTIFF library Summary: Static version of the MinGW Windows LibTIFF library
Requires: %{name} = %{version}-%{release} Requires: mingw32-libtiff = %{version}-%{release}
Group: Development/Libraries Group: Development/Libraries
%description static %description -n mingw32-libtiff-static
Static version of the MinGW Windows LibTIFF library. Static version of the MinGW Windows LibTIFF library.
@ -85,7 +98,7 @@ rm -f $RPM_BUILD_ROOT%{_mingw32_bindir}/*.exe
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files %files -n mingw32-libtiff
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYRIGHT README RELEASE-DATE VERSION TODO ChangeLog %doc COPYRIGHT README RELEASE-DATE VERSION TODO ChangeLog
%{_mingw32_bindir}/libtiff-3.dll %{_mingw32_bindir}/libtiff-3.dll
@ -96,13 +109,16 @@ rm -rf $RPM_BUILD_ROOT
%{_mingw32_libdir}/libtiff.la %{_mingw32_libdir}/libtiff.la
%{_mingw32_libdir}/libtiffxx.la %{_mingw32_libdir}/libtiffxx.la
%files static %files -n mingw32-libtiff-static
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_mingw32_libdir}/libtiff.a %{_mingw32_libdir}/libtiff.a
%{_mingw32_libdir}/libtiffxx.a %{_mingw32_libdir}/libtiffxx.a
%changelog %changelog
* Tue Mar 06 2012 Kalev Lember <kalevlember@gmail.com> - 3.9.5-5
- Renamed the source package to mingw-libtiff (#800437)
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.9.5-4 * Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.9.5-4
- Rebuild against the mingw-w64 toolchain - Rebuild against the mingw-w64 toolchain
Loading…
Cancel
Save