From ca7e6d5dfd26c9e50b44c317d64681db9d9f9dde Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 19 Apr 2007 18:52:23 +0000 Subject: [PATCH] - Spec file cleanups for merge review (#226230) --- parted.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/parted.spec b/parted.spec index 15bd305..b8baaee 100644 --- a/parted.spec +++ b/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 - 1.8.6-5 +- Spec file cleanups for merge review (#226230) + * Fri Apr 13 2007 David Cantrell - 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