packages: prl-tools/prl-tools.spec - builds with 2.6.16 as well

glen glen at pld-linux.org
Thu Apr 19 18:53:05 CEST 2012


Author: glen                         Date: Thu Apr 19 16:53:05 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- builds with 2.6.16 as well

---- Files affected:
packages/prl-tools:
   prl-tools.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/prl-tools/prl-tools.spec
diff -u packages/prl-tools/prl-tools.spec:1.1 packages/prl-tools/prl-tools.spec:1.2
--- packages/prl-tools/prl-tools.spec:1.1	Thu Apr 19 18:43:18 2012
+++ packages/prl-tools/prl-tools.spec	Thu Apr 19 18:53:00 2012
@@ -1,12 +1,19 @@
 # $Revision$, $Date$
-# TODO
-# - https://wiki.archlinux.org/index.php/Parallels
+# NOTE
+# - some useful urls:
+#   - https://wiki.archlinux.org/index.php/Parallels
+#   - http://download.parallels.com/desktop/v6/docs/en/Parallels_Desktop_Users_Guide/22570.htm
 #
 # Conditional build:
 %bcond_without	kernel		# without kernel modules
 %bcond_without	dist_kernel	# without distribution kernel
 %bcond_without	userspace	# without userspace package
 
+# this bcond needed to build 2.6.16 kernel, just up for now
+%if "%{pld_release}" == "ac"
+%bcond_without	up
+%endif
+
 %define		rel    	0.1
 Summary:	Parallels Guest Utilities
 Name:		prl-tools
@@ -17,13 +24,14 @@
 # Get this from your Mac having Parallels installed: /Library/Parallels/Tools/
 Source0:	%{name}-lin.iso
 # Source0-md5:	f3c1e1f57127a06d17bbb3ccb086f657
-URL:		http://download.parallels.com/desktop/v6/docs/en/Parallels_Desktop_Users_Guide/22570.htm
+URL:		http://download.parallels.com/desktop/v6/docs/en/Parallels_Desktop_Users_Guide/22272.htm
 BuildRequires:	/usr/bin/isoinfo
+BuildRequires:	rpm >= 4.4.9-56
 BuildRequires:	rpmbuild(macros) >= 1.453
 %if %{with userspace}
 %endif
 %if %{with kernel} && %{with dist_kernel}
-BuildRequires:	kernel%{_alt_kernel}-module-build >= 3:2.6.27
+BuildRequires:	kernel%{_alt_kernel}-module-build >= 3:2.6.16
 %endif
 ExclusiveArch:	%{ix86} %{x8664}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,7 +47,6 @@
 Release:	%{rel}@%{_kernel_ver_str}
 Group:		Base/Kernel
 Requires(post,postun):	/sbin/depmod
-Requires:	dev >= 2.9.0-7
 %if %{with dist_kernel}
 %requires_releq_kernel
 Requires(postun):	%releq_kernel
@@ -138,6 +145,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2012/04/19 16:53:00  glen
+- builds with 2.6.16 as well
+
 Revision 1.1  2012/04/19 16:43:18  glen
 - new; builds with 2.6.27.54-1 kernel
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/prl-tools/prl-tools.spec?r1=1.1&r2=1.2



More information about the pld-cvs-commit mailing list