[X2Go-Commits] [cups-x2go] 06/06: cups-x2go.spec: add proper dependencies on perl and File::Temp module.

git-admin at x2go.org git-admin at x2go.org
Mon Jun 15 15:05:15 CEST 2015


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

x2go pushed a commit to branch master
in repository cups-x2go.

commit 49d2041f82b07f3c08ca31274c25573589644a85
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Jun 15 15:04:16 2015 +0200

    cups-x2go.spec: add proper dependencies on perl and File::Temp module.
    
    Hopefully pulls in perl-base with the core modules or the like...
---
 cups-x2go.spec   |   13 +++++++++++++
 debian/changelog |    3 +++
 2 files changed, 16 insertions(+)

diff --git a/cups-x2go.spec b/cups-x2go.spec
index 4cee376..6a5756f 100644
--- a/cups-x2go.spec
+++ b/cups-x2go.spec
@@ -44,6 +44,19 @@ BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %endif
 
+# Perl stuff.
+%if 0%{?suse_version}
+%if 0%{?suse_version} < 1140
+Requires:       perl = %{perl_version}
+%else
+%{perl_requires}
+%endif
+%else
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+%endif
+
+Requires:       perl(File::Temp)
+
 %description
 X2Go is a server based computing environment with
     - session resuming
diff --git a/debian/changelog b/debian/changelog
index ff8c185..45d27a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ cups-x2go (3.0.1.3-0x2go1) UNRELEASED; urgency=low
   * debian/control:
     - Add dependencies on perl-modules for core modules and ${perl:Depends}
       for perl itself.
+  * cups-x2go.spec:
+    - Add proper dependencies on perl and File::Temp module. Hopefully pulls
+      in perl-base with the core modules or the like...
 
  -- X2Go Release Manager <git-admin at x2go.org>  Sun, 14 Jun 2015 18:37:33 +0200
 

--
Alioth's /srv/git/code.x2go.org/cups-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git


More information about the x2go-commits mailing list