rpms/netbeans/devel netbeans.spec,1.8,1.9

Victor G. Vasilyev victorv at fedoraproject.org
Thu Feb 5 07:08:17 UTC 2009


Author: victorv

Update of /cvs/pkgs/rpms/netbeans/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9613

Modified Files:
	netbeans.spec 
Log Message:
Bug #483384 - "netbeans : Unowned directories" is fixed.



Index: netbeans.spec
===================================================================
RCS file: /cvs/pkgs/rpms/netbeans/devel/netbeans.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- netbeans.spec	16 Jan 2009 16:53:06 -0000	1.8
+++ netbeans.spec	5 Feb 2009 07:07:47 -0000	1.9
@@ -80,7 +80,7 @@
 
 Name:           %{nb_}
 Version:        %{nb_ver}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Integrated Development Environment (IDE)
 Group:          Development/Tools
 License:        GPLv2 with exceptions or CDDL
@@ -190,7 +190,8 @@
 Requires: subversion-javahl >= 1.5.0
 Requires: jakarta-commons-logging >= 1.0.4
 Requires: jakarta-oro >= 2.0.8
-Provides: libnb-%{nb_ide} = %{version}
+# A requirement for the owner of the /usr/share/netbeans directory
+Requires: %{nb_platform_pkg}   >= %{version}
 
 %description %{nb_ide}
 Common languages independent libraries for use in the IDE.
@@ -211,7 +212,8 @@
 Requires: ant-junit >= 0:1.7.0
 Requires: ant-nodeps >= 0:1.7.0
 Requires: ant-trax >= 0:1.7.0
-Provides: libnb-%{nb_java} = %{version}
+# A requirement for the owner of the /usr/share/netbeans directory
+Requires: %{nb_platform_pkg}   >= %{version}
 
 %description %{nb_java}
 Common libraries for the NetBeans Java IDE.
@@ -463,6 +465,10 @@
 %doc nbbuild/standard-nbm-license.txt
 
 %changelog
+* Wed Feb 04 2009 Victor Vasilyev <victor.vasilyev at sun.com> 6.5-2
+- Bug #483384 - "netbeans : Unowned directories" is fixed.
+  Dependencies on the netbeans-platform package are added for both ide and java subpackages.
+
 * Tue Dec 09 2008 Victor Vasilyev <victor.vasilyev at sun.com> 6.5-1
 - Bootstrapping of the spec for IDE of the NetBeans 6.5
 - Removing of all binaries-list files




More information about the fedora-extras-commits mailing list