rpms/eclipse-changelog/devel eclipse-changelog.spec,1.68,1.69

Andrew Overholt (overholt) fedora-extras-commits at redhat.com
Wed Aug 6 17:33:25 UTC 2008


Author: overholt

Update of /cvs/pkgs/rpms/eclipse-changelog/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19533

Modified Files:
	eclipse-changelog.spec 
Log Message:
* Wed Aug 06 2008 Andrew Overholt <overholt at redhat.com> 1:2.6.2-2
- Add "-d cdt" to build


Index: eclipse-changelog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-changelog/devel/eclipse-changelog.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- eclipse-changelog.spec	5 Aug 2008 13:15:02 -0000	1.68
+++ eclipse-changelog.spec	6 Aug 2008 17:32:55 -0000	1.69
@@ -69,11 +69,11 @@
 %setup -q -c -n eclipse-changelog-%{version}
 
 %build
-%{eclipse_base}/buildscripts/pdebuild
+%{eclipse_base}/buildscripts/pdebuild -d cdt
 
 %install
 rm -rf $RPM_BUILD_ROOT
-installDir=%{eclipse_base}/dropins/changelog
+installDir=$RPM_BUILD_ROOT/%{eclipse_base}/dropins/changelog
 install -d -m 755 $installDir
 unzip -q -d $installDir \
  build/rpmBuild/org.eclipse.linuxtools.changelog.zip
@@ -102,6 +102,9 @@
 %endif
 
 %changelog
+* Wed Aug 06 2008 Andrew Overholt <overholt at redhat.com> 1:2.6.2-2
+- Add "-d cdt" to build
+
 * Wed Jul 30 2008 Andrew Overholt <overholt at redhat.com> 1:2.6.2-2
 - Update for Eclipse SDK 3.4
 




More information about the fedora-extras-commits mailing list