diff --git a/libpng.spec b/libpng.spec index fe1f396..d271d19 100644 --- a/libpng.spec +++ b/libpng.spec @@ -2,7 +2,7 @@ Summary: A library of functions for manipulating PNG image format files Name: libpng Epoch: 2 Version: 1.6.3 -Release: 1%{?dist} +Release: 2%{?dist} License: zlib Group: System Environment/Libraries URL: http://www.libpng.org/pub/png/ @@ -53,6 +53,14 @@ The libpng-static package contains the statically linkable version of libpng. Linking to static libraries is discouraged for most applications, but it is necessary for some boot packages. +%package tools +Summary: Tools for PNG image format file library +Group: Development/Libraries +Requires: %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release} + +%description tools +The libpng-tools package contains tools used by the authors of libpng. + %prep %setup -q @@ -98,7 +106,13 @@ make check %files static %{_libdir}/libpng*.a +%files tools +%{_bindir}/pngfix + %changelog +* Tue Aug 13 2013 Jaromir Koncicky 2:1.6.3-2 +- Added tools package with pngfix + * Tue Aug 13 2013 Jaromir Koncicky 2:1.6.3-1 - New upstream version 1.6.3 (#987368)