- Spec file cleanups for merge review (#226230)
This commit is contained in:
parent
19cd527b15
commit
ca7e6d5dfd
17
parted.spec
17
parted.spec
@ -4,11 +4,12 @@
|
||||
Summary: The GNU disk partition manipulation program
|
||||
Name: parted
|
||||
Version: 1.8.6
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
||||
URL: http://www.gnu.org/software/parted
|
||||
|
||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
||||
Patch0: %{name}-1.8.6-warnings.patch
|
||||
Patch1: %{name}-1.8.6-notransname.patch
|
||||
Patch2: %{name}-1.8.6-off-by-one.patch
|
||||
@ -16,8 +17,8 @@ Patch3: %{name}-1.8.6-primary-boundary.patch
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: e2fsprogs-devel readline-devel ncurses-devel
|
||||
BuildRequires: automake libtool gettext-devel texinfo
|
||||
BuildRequires: device-mapper-devel, libselinux-devel libsepol-devel
|
||||
BuildRequires: libtool gettext-devel texinfo
|
||||
BuildRequires: device-mapper-devel libselinux-devel
|
||||
|
||||
Requires(post): /sbin/ldconfig
|
||||
Requires(post): /sbin/install-info
|
||||
@ -31,9 +32,9 @@ for new operating systems, reorganizing disk usage, and copying data
|
||||
to new hard disks.
|
||||
|
||||
%package devel
|
||||
Summary: Files for developing apps which will manipulate disk partitions.
|
||||
Summary: Files for developing apps which will manipulate disk partitions
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release} pkgconfig
|
||||
%description devel
|
||||
The GNU Parted library is a set of routines for hard disk partition
|
||||
manipulation. If you want to develop programs that manipulate disk
|
||||
@ -81,7 +82,6 @@ fi
|
||||
%{_mandir}/man8/parted.8.gz
|
||||
%{_mandir}/man8/partprobe.8.gz
|
||||
%{_libdir}/libparted-*.so.*
|
||||
%{_libdir}/libparted-*.so.*
|
||||
%{_infodir}/parted.info.gz
|
||||
|
||||
%files devel
|
||||
@ -91,6 +91,9 @@ fi
|
||||
%{_libdir}/pkgconfig/libparted.pc
|
||||
|
||||
%changelog
|
||||
* Thu Apr 19 2007 David Cantrell <dcantrell@redhat.com> - 1.8.6-5
|
||||
- Spec file cleanups for merge review (#226230)
|
||||
|
||||
* Fri Apr 13 2007 David Cantrell <dcantrell@redhat.com> - 1.8.6-4
|
||||
- Fix primary partition cylinder alignment error for DOS disk labels (#229745)
|
||||
- Do not build and package up libparted.a, only the shared library
|
||||
|
Loading…
Reference in New Issue
Block a user