[mingw-libtiff: 16/18] Renamed the source package to mingw-libtiff (#800437)

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 19:48:24 UTC 2012


commit a1ab900f7fbb5208ca657d7cfb923009380d447c
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 6 21:43:21 2012 +0200

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

 mingw32-libtiff.spec => mingw-libtiff.spec |   30 +++++++++++++++++++++------
 1 files changed, 23 insertions(+), 7 deletions(-)
---
diff --git a/mingw32-libtiff.spec b/mingw-libtiff.spec
similarity index 94%
rename from mingw32-libtiff.spec
rename to mingw-libtiff.spec
index ea5c579..478caaa 100644
--- a/mingw32-libtiff.spec
+++ b/mingw-libtiff.spec
@@ -6,9 +6,9 @@
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 Summary: MinGW Windows port of the LibTIFF library
-Name: mingw32-libtiff
+Name: mingw-libtiff
 Version: 3.9.5
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: libtiff
 Group: System Environment/Libraries
 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.
 
 
-%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
-Requires:       %{name} = %{version}-%{release}
+Requires:       mingw32-libtiff = %{version}-%{release}
 Group:          Development/Libraries
 
-%description static
+%description -n mingw32-libtiff-static
 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
 
 
-%files
+%files -n mingw32-libtiff
 %defattr(-,root,root,-)
 %doc COPYRIGHT README RELEASE-DATE VERSION TODO ChangeLog
 %{_mingw32_bindir}/libtiff-3.dll
@@ -96,13 +109,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_libdir}/libtiff.la
 %{_mingw32_libdir}/libtiffxx.la
 
-%files static
+%files -n mingw32-libtiff-static
 %defattr(-,root,root,-)
 %{_mingw32_libdir}/libtiff.a
 %{_mingw32_libdir}/libtiffxx.a
 
 
 %changelog
+* Tue Mar 06 2012 Kalev Lember <kalevlember at gmail.com> - 3.9.5-5
+- Renamed the source package to mingw-libtiff (#800437)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.9.5-4
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list