From ac237ca5a1fa1b813a0c4a65f0d0a5b03a396360 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 8 Jan 2009 21:18:16 +0000 Subject: [PATCH] move pkgconfig Requires to -devel package where it belongs --- ntfs-3g.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ntfs-3g.spec b/ntfs-3g.spec index a11116f..86106ca 100644 --- a/ntfs-3g.spec +++ b/ntfs-3g.spec @@ -7,7 +7,7 @@ Name: ntfs-3g Summary: Linux NTFS userspace driver Version: 1.5222 -Release: 0.1.%{subrel}%{?dist} +Release: 0.2.%{subrel}%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://ntfs-3g.org/ntfs-3g-%{version}-%{subrel}.tgz @@ -19,7 +19,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fuse-devel Requires: fuse %endif -Requires: pkgconfig Epoch: 2 Provides: ntfsprogs-fuse = %{epoch}:%{version}-%{release} Obsoletes: ntfsprogs-fuse @@ -43,6 +42,7 @@ driver for Linux that supports unlimited file creation and deletion. Summary: Development files and libraries for ntfs-3g Group: Development/Libraries Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: pkgconfig %description devel Headers and libraries for developing applications that use ntfs-3g @@ -130,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libntfs-3g.pc %changelog +* Thu Jan 8 2009 Tom "spot" Callaway - 2:1.5222-0.2.RC +- move pkgconfig Requires to -devel package where it belongs + * Mon Dec 22 2008 Tom "spot" Callaway - 2:1.5222-0.1.RC - 1.5222-RC