SPECS (AC-branch): eclipse.spec - do not provide libcairo.so.2

glen glen at pld-linux.org
Tue Apr 10 14:56:42 CEST 2007


Author: glen                         Date: Tue Apr 10 12:56:42 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- do not provide libcairo.so.2

---- Files affected:
SPECS:
   eclipse.spec (1.71.2.1 -> 1.71.2.2) 

---- Diffs:

================================================================
Index: SPECS/eclipse.spec
diff -u SPECS/eclipse.spec:1.71.2.1 SPECS/eclipse.spec:1.71.2.2
--- SPECS/eclipse.spec:1.71.2.1	Thu Mar 15 10:13:21 2007
+++ SPECS/eclipse.spec	Tue Apr 10 14:56:37 2007
@@ -12,7 +12,7 @@
 Summary(pl):	Eclipse - otwarte, rozszerzalne środowisko programistyczne
 Name:		eclipse
 Version:	%{_ver_major}
-Release:	1
+Release:	2
 License:	EPL v1.0
 Group:		Development/Tools
 Source0:	http://download.eclipse.org/eclipse/downloads/drops/R-%{_ver_major}-%{_buildid}/%{name}-sourceBuild-srcIncluded-%{_ver_major}.zip
@@ -37,6 +37,13 @@
 %define		_eclipse_arch	%(echo %{_target_cpu} | sed 's/i.86\\|athlon\\|pentium/x86/;s/amd64/x86_64/')
 %define		no_install_post_chrpath		1
 
+# list of script capabilities (regexps) not to be used in Provides
+%ifarch %{x8664}
+%define		_noautoprov			libcairo.so.2()(64bit)
+%else
+%define		_noautoprov			libcairo.so.2
+%endif
+
 %description
 Eclipse is a kind of universal tool platform - an open extensible IDE
 for anything and nothing in particular.
@@ -253,6 +260,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.71.2.2  2007/04/10 12:56:37  glen
+- do not provide libcairo.so.2
+
 Revision 1.71.2.1  2007/03/15 09:13:21  glen
 - 3.2.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eclipse.spec?r1=1.71.2.1&r2=1.71.2.2&f=u



More information about the pld-cvs-commit mailing list