* Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-4
- Fix up -devel package descriptions
This commit is contained in:
parent
782e873e17
commit
2d0cf5525e
@ -1,7 +1,7 @@
|
|||||||
Summary: Utilities for managing the XFS filesystem
|
Summary: Utilities for managing the XFS filesystem
|
||||||
Name: xfsprogs
|
Name: xfsprogs
|
||||||
Version: 3.1.1
|
Version: 3.1.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
||||||
# in source, with no mention of version.
|
# in source, with no mention of version.
|
||||||
# doc/COPYING file specifies what is GPL and what is LGPL
|
# 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.
|
with the IRIX version of XFS.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: XFS filesystem-specific static libraries and headers
|
Summary: XFS filesystem-specific headers
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: xfsprogs = %{version}-%{release}
|
Requires: xfsprogs = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
xfsprogs-devel contains the libraries and header files needed to
|
xfsprogs-devel contains the header files needed to develop XFS
|
||||||
develop XFS filesystem-specific programs.
|
filesystem-specific programs.
|
||||||
|
|
||||||
You should install xfsprogs-devel if you want to develop XFS
|
You should install xfsprogs-devel if you want to develop XFS
|
||||||
filesystem-specific programs, If you install xfsprogs-devel, you'll
|
filesystem-specific programs, If you install xfsprogs-devel, you'll
|
||||||
also want to install xfsprogs.
|
also want to install xfsprogs.
|
||||||
|
|
||||||
%package qa-devel
|
%package qa-devel
|
||||||
Summary: XFS QA filesystem-specific static libraries and headers
|
Summary: XFS QA filesystem-specific headers
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: xfsprogs = %{version}-%{release}
|
Requires: xfsprogs = %{version}-%{release}
|
||||||
Requires: xfsprogs-devel = %{version}-%{release}
|
Requires: xfsprogs-devel = %{version}-%{release}
|
||||||
|
|
||||||
%description qa-devel
|
%description qa-devel
|
||||||
xfsprogs-qa-devel contains headers and libraries needed to build
|
xfsprogs-qa-devel contains headers needed to build the xfstests
|
||||||
the xfstests QA suite.
|
QA suite.
|
||||||
|
|
||||||
You should install xfsprogs-qa-devel only if you are interested
|
You should install xfsprogs-qa-devel only if you are interested
|
||||||
in building or running the xfstests QA suite.
|
in building or running the xfstests QA suite.
|
||||||
@ -194,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/xfs/xfs_types.h
|
%{_includedir}/xfs/xfs_types.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-4
|
||||||
|
- Fix up -devel package descriptions
|
||||||
|
|
||||||
* Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-3
|
* Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-3
|
||||||
- Drop static libs (#556102)
|
- Drop static libs (#556102)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user