|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
Summary: MinGW Windows port of the LibTIFF library
|
|
|
|
|
Name: mingw-libtiff
|
|
|
|
|
Version: 3.9.5
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
License: libtiff
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://www.remotesensing.org/libtiff/
|
|
|
|
@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT%{mingw32_mandir}
|
|
|
|
|
# remove binaries
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{mingw32_bindir}/*.exe
|
|
|
|
|
|
|
|
|
|
# Drop all .la files
|
|
|
|
|
find $RPM_BUILD_ROOT -name "*.la" -delete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n mingw32-libtiff
|
|
|
|
|
%doc COPYRIGHT README RELEASE-DATE VERSION TODO ChangeLog
|
|
|
|
@ -96,8 +99,6 @@ rm -f $RPM_BUILD_ROOT%{mingw32_bindir}/*.exe
|
|
|
|
|
%{mingw32_includedir}/*
|
|
|
|
|
%{mingw32_libdir}/libtiff.dll.a
|
|
|
|
|
%{mingw32_libdir}/libtiffxx.dll.a
|
|
|
|
|
%{mingw32_libdir}/libtiff.la
|
|
|
|
|
%{mingw32_libdir}/libtiffxx.la
|
|
|
|
|
|
|
|
|
|
%files -n mingw32-libtiff-static
|
|
|
|
|
%{mingw32_libdir}/libtiff.a
|
|
|
|
@ -105,6 +106,9 @@ rm -f $RPM_BUILD_ROOT%{mingw32_bindir}/*.exe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Mar 09 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.9.5-6
|
|
|
|
|
- Dropped .la files
|
|
|
|
|
|
|
|
|
|
* Tue Mar 06 2012 Kalev Lember <kalevlember@gmail.com> - 3.9.5-5
|
|
|
|
|
- Renamed the source package to mingw-libtiff (#800437)
|
|
|
|
|
- Spec clean up
|
|
|
|
|