Changeset 1786
- Timestamp:
- 12/31/07 15:11:53
(1 year ago)
- Author:
- dsugar
- Message:
Update ant build scripts - should be a bit faster to build this way!
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1785 |
r1786 |
|
| 1 | 1 | #ExclusiveArch: i386 x86 x86_64 |
|---|
| 2 | 2 | ExclusiveOS: linux |
|---|
| | 3 | |
|---|
| | 4 | %define slide_min_ver 1.3.4 |
|---|
| 3 | 5 | |
|---|
| 4 | 6 | BuildRequires: eclipse-pde |
|---|
| … | … | |
| 38 | 40 | |
|---|
| 39 | 41 | #%define slide_min_ver %(wget -q -O - %{svnbase}/framework-plugin/META-INF/MANIFEST.MF | grep slide | cut -d '"' -f 2) |
|---|
| 40 | | %define slide_min_ver 1.3.4 |
|---|
| 41 | 42 | |
|---|
| 42 | 43 | #%define cds_feature_dir %{eclipse_base}/features/com.tresys.cdsframework_%{cds_fet_version} |
|---|
| … | … | |
| 66 | 67 | Requires: eclipse-slide >= %{slide_min_ver} |
|---|
| 67 | 68 | |
|---|
| 68 | | BuildRoot: %(mktmp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) |
|---|
| | 69 | BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) |
|---|
| 69 | 70 | |
|---|
| 70 | 71 | %description |
|---|
| … | … | |
| 164 | 165 | |
|---|
| 165 | 166 | #libselinuxjava plugin |
|---|
| 166 | | install -p -m644 ${RPM_BUILD_DIR}/libselinux-plugin/plugin.jar ${RPM_BUILD_ROOT}${LSEL_PLUGIN_DIR} |
|---|
| | 167 | install -p -m644 ${RPM_BUILD_DIR}/libselinuxjava-plugin/plugin.jar ${RPM_BUILD_ROOT}${LSEL_PLUGIN_DIR} |
|---|
| 167 | 168 | |
|---|
| 168 | 169 | |
|---|
| r1785 |
r1786 |
|
| 39 | 39 | svn export ${SVNROOT}/oss-feature ${TMPDIR}/framework-feature |
|---|
| 40 | 40 | svn export ${SVNROOT}/helpfiles ${TMPDIR}/framework-help |
|---|
| 41 | | svn export ${SVNROOT}/libselinuxjava-plugin ${TMPDIR}/libselinux-plugin |
|---|
| | 41 | svn export ${SVNROOT}/libselinuxjava-plugin ${TMPDIR}/libselinuxjava-plugin |
|---|
| 42 | 42 | svn export ${SVNROOT}/libselinux.linux.x86 ${TMPDIR}/libselinux.linux.x86 |
|---|
| 43 | 43 | svn export ${SVNROOT}/libselinux.linux.x86_64 ${TMPDIR}/libselinux.linux.x86_64 |
|---|
| … | … | |
| 46 | 46 | svn export ${SVNROOT}/build/SPEC/eclipse-cdsframework.spec ${TOPDIR}/SPECS/eclipse-cdsframework.spec |
|---|
| 47 | 47 | |
|---|
| 48 | | VERSION=`grep VERSION: ${TOPDIR}/SPECS/eclipse-cdsframework.spec | cut -d ' ' -f 2` |
|---|
| | 48 | VERSION=`grep Version: ${TOPDIR}/SPECS/eclipse-cdsframework.spec | cut -d ' ' -f 2` |
|---|
| 49 | 49 | tar -czf ${TOPDIR}/SOURCES/eclipse-cdsframework-${VERSION}.tar.gz * |
|---|
| 50 | 50 | |
|---|
| 51 | | #rpmbuild -ba SPEC/eclipse-framework.spec |
|---|
| | 51 | #rpmbuild -ba ${TOPDIR}/SPEC/eclipse-framework.spec |
|---|
| r1647 |
r1786 |
|
| 26 | 26 | |
|---|
| 27 | 27 | <fileset dir="/usr"> |
|---|
| 28 | | <include name="**/eclipse/**/*.jar" /> |
|---|
| | 28 | <include name="lib/eclipse/**/*.jar" /> |
|---|
| | 29 | <include name="lib64/eclipse/**/*.jar" /> |
|---|
| | 30 | <include name="share/eclipse/**/*.jar" /> |
|---|
| 29 | 31 | </fileset> |
|---|
| 30 | 32 | <!-- |
|---|
| r1643 |
r1786 |
|
| 4 | 4 | <path id="project.classpath"> |
|---|
| 5 | 5 | <fileset dir="/usr"> |
|---|
| 6 | | <include name="**/eclipse/**/*.jar" /> |
|---|
| | 6 | <include name="lib/eclipse/**/*.jar" /> |
|---|
| | 7 | <include name="lib64/eclipse/**/*.jar" /> |
|---|
| | 8 | <include name="share/eclipse/**/*.jar" /> |
|---|
| 7 | 9 | </fileset> |
|---|
| 8 | 10 | </path> |
|---|
| r1643 |
r1786 |
|
| 4 | 4 | <path id="project.classpath"> |
|---|
| 5 | 5 | <fileset dir="/usr"> |
|---|
| 6 | | <include name="**/eclipse/**/*.jar" /> |
|---|
| | 6 | <include name="lib/eclipse/**/*.jar" /> |
|---|
| | 7 | <include name="lib64/eclipse/**/*.jar" /> |
|---|
| | 8 | <include name="share/eclipse/**/*.jar" /> |
|---|
| 7 | 9 | </fileset> |
|---|
| 8 | 10 | </path> |
|---|
| r1644 |
r1786 |
|
| 7 | 7 | <path id="project.classpath"> |
|---|
| 8 | 8 | <fileset dir="/usr"> |
|---|
| 9 | | <include name="**/eclipse/**/*.jar" /> |
|---|
| | 9 | <include name="lib/eclipse/**/*.jar" /> |
|---|
| | 10 | <include name="lib64/eclipse/**/*.jar" /> |
|---|
| | 11 | <include name="share/eclipse/**/*.jar" /> |
|---|
| 10 | 12 | </fileset> |
|---|
| 11 | 13 | </path> |
|---|
Download in other formats:
* Generating other formats may take time.