[mt-daapd/f13/master] Remove the INSTALL file from the files list as per the packaging guidelines http://fedoraproject.org

tremble tremble at fedoraproject.org
Sat Oct 2 10:36:21 UTC 2010


commit ec31f5405d54de3be1b73dd369715068d89a8131
Author: Mark Chappell <tremble at fedoraproject.org>
Date:   Sat Oct 2 11:59:23 2010 +0200

    Remove the INSTALL file from the files list as per the packaging guidelines
    http://fedoraproject.org/wiki/Packaging/Guidelines#PackageDocumentation
    Any relevant documentation included in the source distribution should be included in the package.
    *Irrelevant documentation include build instructions, the omnipresent INSTALL file containing generic build instructions*

 mt-daapd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mt-daapd.spec b/mt-daapd.spec
index 5b60fb9..03b4ca5 100644
--- a/mt-daapd.spec
+++ b/mt-daapd.spec
@@ -11,7 +11,7 @@ Summary: An iTunes-compatible media server
 Name: mt-daapd
 Epoch: 1
 Version: 0.2.4.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group: Applications/Multimedia
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -83,9 +83,12 @@ rm -rf %{buildroot}
 %{_datadir}/mt-daapd
 %{_sysconfdir}/rc.d/init.d/mt-daapd
 %attr(0700,mt-daapd,root) %{_localstatedir}/cache/mt-daapd
-%doc AUTHORS COPYING CREDITS INSTALL NEWS README TODO
+%doc AUTHORS COPYING CREDITS NEWS README TODO
 
 %changelog
+* Sat Oct  2 2010 Mark Chappell <tremble at fedoraproject.org> - 1:0.2.4.2-7
+- Remove INSTALL from files list as per package guidelines
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.2.4.2-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list