rpms/eclipse-gef/devel eclipse-gef.spec,1.2,1.3

Andrew Overholt (overholt) fedora-extras-commits at redhat.com
Thu Oct 19 20:34:39 UTC 2006


Author: overholt

Update of /cvs/extras/rpms/eclipse-gef/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24544

Modified Files:
	eclipse-gef.spec 
Log Message:
* Thu Oct 19 2006 Andrew Overholt <overholt at redhat.com> 3.2.1-2
- Fix buildroot (don't know how the wrong one slipped in).



Index: eclipse-gef.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-gef/devel/eclipse-gef.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eclipse-gef.spec	19 Oct 2006 18:18:38 -0000	1.2
+++ eclipse-gef.spec	19 Oct 2006 20:34:09 -0000	1.3
@@ -16,7 +16,7 @@
 Summary:        Graphical Editor Framework (GEF) plugin for Eclipse
 Name:           %{eclipse_name}-gef
 Version:        %{majmin}.%{micro}
-Release:        1
+Release:        2%{?dist}
 License:        Eclipse Public License
 Group:          System Environment/Libraries
 URL:            http://www.eclipse.org/gef/
@@ -104,7 +104,7 @@
 
 Requires:       eclipse-platform >= 1:3.2.1
 
-BuildRoot: %{_tmppath}/%{name}-buildroot
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %package        sdk
 Summary:        Eclipse GEF SDK
@@ -222,6 +222,9 @@
 %{_libdir}/gcj/%{name}/org.eclipse.draw2d_*
 %{_libdir}/gcj/%{name}/org.eclipse.gef_*
 %endif
+%doc %{eclipse_base}/readme/*
+%doc %{eclipse_base}/features/org.eclipse.gef_*/notice.html
+%doc %{eclipse_base}/features/org.eclipse.gef_*/epl-v10.html
 
 %files sdk
 %defattr(-,root,root)
@@ -246,11 +249,10 @@
 %{_libdir}/gcj/%{name}/org.eclipse.gef.examples.shapes_*
 %endif
 
-%doc %{eclipse_base}/readme/*
-%doc %{eclipse_base}/features/org.eclipse.gef_*/notice.html
-%doc %{eclipse_base}/features/org.eclipse.gef_*/epl-v10.html
-
 %changelog
+* Thu Oct 19 2006 Andrew Overholt <overholt at redhat.com> 3.2.1-2
+- Fix buildroot (don't know how the wrong one slipped in).
+
 * Thu Oct 19 2006 Andrew Overholt <overholt at redhat.com> 3.2.1-1
 - 3.2.1.
 




More information about the scm-commits mailing list