]> git.pld-linux.org Git - packages/eclipse-plugin-cdt.git/commitdiff
- initial release.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 6 Jul 2004 10:00:04 +0000 (10:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-plugin-cdt.spec -> 1.1

eclipse-plugin-cdt.spec [new file with mode: 0644]

diff --git a/eclipse-plugin-cdt.spec b/eclipse-plugin-cdt.spec
new file mode 100644 (file)
index 0000000..ebfeb95
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       CDT - a set of plugins for Eclipse that implement a C/C++ IDE
+Name:          eclipse-plugin-cdt
+%define                _ver_major      2.0
+%define                _ver_minor      0
+Version:       %{_ver_major}
+Release:       0.1
+License:       CPL
+Group:         Development/Languages
+Source0:       http://download.eclipse.org/tools/cdt/releases/new/zips/org.eclipse.cdt-%{version}-linux.gtk.x86.zip
+# Source0-md5: 15fbefa22a0baf1e9ed4139ce219ade4
+URL:           http://www.eclipse.org/cdt/
+Requires:      eclipse >= 3.0
+ExclusiveArch: %{ix86} ppc
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _eclipsedir  %{_datadir}/eclipse
+
+%description
+The CDT project provides a set of plugins that implement a C/C++ IDE.
+It adds a C/C++ Perspective to the Eclipse Workbench that supports
+C/C++ development with a number of views, wizards, a powerful editor,
+and a debugger.
+
+%prep
+%setup -q -c
+
+%build
+%ifarch %{ix86}
+rm -r eclipse/plugins/org.eclipse.cdt.core.linux_%{_ver_major}.%{_ver_minor}/os/linux/ppc
+%endif
+%ifarch ppc
+rm -r eclipse/plugins/org.eclipse.cdt.core.linux_%{_ver_major}.%{_ver_minor}/os/linux/x86
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
+cp -r * $RPM_BUILD_ROOT%{_datadir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_eclipsedir}/features/*
+%{_eclipsedir}/plugins/*
This page took 0.082226 seconds and 4 git commands to generate.