- 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
|
Summary: The GNU disk partition manipulation program
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.8.6
|
Version: 1.8.6
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
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
|
Patch0: %{name}-1.8.6-warnings.patch
|
||||||
Patch1: %{name}-1.8.6-notransname.patch
|
Patch1: %{name}-1.8.6-notransname.patch
|
||||||
Patch2: %{name}-1.8.6-off-by-one.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)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: e2fsprogs-devel readline-devel ncurses-devel
|
BuildRequires: e2fsprogs-devel readline-devel ncurses-devel
|
||||||
BuildRequires: automake libtool gettext-devel texinfo
|
BuildRequires: libtool gettext-devel texinfo
|
||||||
BuildRequires: device-mapper-devel, libselinux-devel libsepol-devel
|
BuildRequires: device-mapper-devel libselinux-devel
|
||||||
|
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
@ -31,9 +32,9 @@ for new operating systems, reorganizing disk usage, and copying data
|
|||||||
to new hard disks.
|
to new hard disks.
|
||||||
|
|
||||||
%package devel
|
%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
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release} pkgconfig
|
||||||
%description devel
|
%description devel
|
||||||
The GNU Parted library is a set of routines for hard disk partition
|
The GNU Parted library is a set of routines for hard disk partition
|
||||||
manipulation. If you want to develop programs that manipulate disk
|
manipulation. If you want to develop programs that manipulate disk
|
||||||
@ -81,7 +82,6 @@ fi
|
|||||||
%{_mandir}/man8/parted.8.gz
|
%{_mandir}/man8/parted.8.gz
|
||||||
%{_mandir}/man8/partprobe.8.gz
|
%{_mandir}/man8/partprobe.8.gz
|
||||||
%{_libdir}/libparted-*.so.*
|
%{_libdir}/libparted-*.so.*
|
||||||
%{_libdir}/libparted-*.so.*
|
|
||||||
%{_infodir}/parted.info.gz
|
%{_infodir}/parted.info.gz
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -91,6 +91,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/libparted.pc
|
%{_libdir}/pkgconfig/libparted.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 13 2007 David Cantrell <dcantrell@redhat.com> - 1.8.6-4
|
||||||
- Fix primary partition cylinder alignment error for DOS disk labels (#229745)
|
- Fix primary partition cylinder alignment error for DOS disk labels (#229745)
|
||||||
- Do not build and package up libparted.a, only the shared library
|
- Do not build and package up libparted.a, only the shared library
|
||||||
|
Loading…
Reference in New Issue
Block a user