From 2d0cf5525eae1e638276de5e579c0a698cdc4d5d Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 12 Feb 2010 23:29:29 +0000 Subject: [PATCH] * Fri Feb 12 2010 Eric Sandeen 3.1.1-4 - Fix up -devel package descriptions --- xfsprogs.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/xfsprogs.spec b/xfsprogs.spec index d4e5135..7904f68 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs Version: 3.1.1 -Release: 3%{?dist} +Release: 4%{?dist} # Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # in source, with no mention of version. # doc/COPYING file specifies what is GPL and what is LGPL @@ -37,27 +37,27 @@ for complete details. This implementation is on-disk compatible with the IRIX version of XFS. %package devel -Summary: XFS filesystem-specific static libraries and headers +Summary: XFS filesystem-specific headers Group: Development/Libraries Requires: xfsprogs = %{version}-%{release} %description devel -xfsprogs-devel contains the libraries and header files needed to -develop XFS filesystem-specific programs. +xfsprogs-devel contains the header files needed to develop XFS +filesystem-specific programs. You should install xfsprogs-devel if you want to develop XFS filesystem-specific programs, If you install xfsprogs-devel, you'll also want to install xfsprogs. %package qa-devel -Summary: XFS QA filesystem-specific static libraries and headers +Summary: XFS QA filesystem-specific headers Group: Development/Libraries Requires: xfsprogs = %{version}-%{release} Requires: xfsprogs-devel = %{version}-%{release} %description qa-devel -xfsprogs-qa-devel contains headers and libraries needed to build -the xfstests QA suite. +xfsprogs-qa-devel contains headers needed to build the xfstests +QA suite. You should install xfsprogs-qa-devel only if you are interested in building or running the xfstests QA suite. @@ -194,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xfs/xfs_types.h %changelog +* Fri Feb 12 2010 Eric Sandeen 3.1.1-4 +- Fix up -devel package descriptions + * Fri Feb 12 2010 Eric Sandeen 3.1.1-3 - Drop static libs (#556102)