From 4ebef48a36ffbadb87a2d2ec84e5c1fcf37ed81c Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Fri, 25 Dec 2009 17:03:12 +0000 Subject: [PATCH] removed broken install of example.py (%doc is much enough) --- file.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/file.spec b/file.spec index 5e1b1c5..2c75292 100644 --- a/file.spec +++ b/file.spec @@ -5,7 +5,7 @@ Summary: A utility for determining file types Name: file Version: 5.03 -Release: 16%{?dist} +Release: 17%{?dist} License: BSD Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -119,7 +119,6 @@ ln -s ../magic ${RPM_BUILD_ROOT}%{_datadir}/file/magic cd python %{__python} setup.py install -O1 --skip-build --root ${RPM_BUILD_ROOT} %{__install} -d ${RPM_BUILD_ROOT}%{_datadir}/%{name} -%{__install} -D example.py ${RPM_BUILD_ROOT}/%{_docdir}/python-magic-%{version} %clean rm -rf $RPM_BUILD_ROOT @@ -158,6 +157,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Dec 25 2009 Robert Scheck 5.03-17 +- removed broken install of example.py (%%doc is much enough) + * Mon Nov 30 2009 Daniel Novotny 5.03-16 - fixed the patch for multilib (#515767)