[kdesrc-build: 1/2] Specify perl modules instead of packages, fixes build on fc19

brummbq brummbq at fedoraproject.org
Sat Feb 16 22:08:24 UTC 2013


commit 7e90720d346c1c3f6b2e7bd6e77bb7cfacf602e9
Author: Gregor Tätzner <gregor at freenet.de>
Date:   Sat Feb 16 23:05:21 2013 +0100

    Specify perl modules instead of packages, fixes build on fc19

 kdesrc-build.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/kdesrc-build.spec b/kdesrc-build.spec
index e00345c..982e84e 100644
--- a/kdesrc-build.spec
+++ b/kdesrc-build.spec
@@ -1,7 +1,7 @@
 
 Name:           kdesrc-build
 Version:        1.15.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A tool to easily build KDE from its source repositories
 
 License:        GPLv2+ and LGPLv3+ and BSD and GFDL
@@ -11,12 +11,11 @@ Source0:        ftp://ftp.kde.org/pub/kde/stable/kdesrc-build/1.15.1/src/%{name}
 # add missing key "Type"
 Patch0:         %{name}-desktop-file.patch
 
-BuildRequires:  perl-Test-Simple
-BuildRequires:  perl-libwww-perl
-BuildRequires:  perl-XML-Parser
-BuildRequires:  perl-Data-Dumper
 BuildRequires:  desktop-file-utils
 BuildRequires:  kdelibs4-devel
+# reqs for test suite
+BuildRequires:  perl(Text::ParseWords) perl(Test::More) perl(Digest::MD5) perl(Scalar::Util) perl(Getopt::Long)
+BuildRequires:  perl(File::Temp) perl(Storable) perl(LWP::UserAgent) perl(XML::Parser)
 
 BuildArch:      noarch
 
@@ -72,6 +71,9 @@ desktop-file-install --dir %{buildroot}%{_kde4_datadir}/applications/kde4 doc/%{
 
 
 %changelog
+* Sat Feb 16 2013 Gregor Tätzner <brummbq at fedoraproject.org> - 1.15.1-6
+- Specify perl modules instead of packages, fixes build on fc19
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.15.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list