[libnet-dbus-perl] 135/335: Fix RPM spec

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:07:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit 16c5fab46f31f03f8ee0c4fc658aeae8d57afd32
Author: Daniel P. Berrange <dan at berrange.com>
Date:   Sat Oct 15 18:47:13 2005 +0000

    Fix RPM spec
---
 Net-DBus.spec.PL | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Net-DBus.spec.PL b/Net-DBus.spec.PL
index 20692c3..244e02a 100644
--- a/Net-DBus.spec.PL
+++ b/Net-DBus.spec.PL
@@ -1,6 +1,6 @@
 # Copyright (C) 2001-2004 Daniel Berrange <dan at berrange.com>
 #
-# $Id: Net-DBus.spec.PL,v 1.6 2005/09/02 14:24:57 dan Exp $
+# $Id: Net-DBus.spec.PL,v 1.7 2005/10/15 19:47:13 dan Exp $
 
 use strict;
 
@@ -42,13 +42,13 @@ Summary: Perl API to the DBus message system
 Name: perl-%{appname}
 Version: @VERSION@
 Release: 1%{_extra_release}
-Copyright: GPL/Artistic
+License: GPL
 Group: Applications/Internet
 Source: %{appname}-%{version}.tar.gz
 BuildRoot: /var/tmp/%{appname}-%{version}-root
 #BuildArchitectures: noarch
 Requires: perl = %{perlversion}
-Requires: dbus = 0.32
+Requires: dbus >= 0.32
 
 %description
 Provides a Perl API to the DBus message system
@@ -69,7 +69,8 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 make install INSTALLVENDORMAN3DIR=$RPM_BUILD_ROOT%{perlvendorman3}
-find $RPM_BUILD_ROOT%{perlvendorarch} -name perllocal.pod -exec rm -f {} \;
+find $RPM_BUILD_ROOT -name perllocal.pod -exec rm -f {} \;
+find $RPM_BUILD_ROOT -name .packlist -exec rm -f {} \;
 
 %clean
 rm -rf $RPM_BUILD_ROOT

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



More information about the Pkg-perl-cvs-commits mailing list