rpms/eclipse-eclox/devel eclipse-eclox-bin_excludes.patch, NONE, 1.1 eclipse-eclox-download.sh, NONE, 1.1 eclipse-eclox-help_excludes.patch, NONE, 1.1 eclipse-eclox.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chitlesh GOORAH chitlesh at fedoraproject.org
Sun Jul 12 18:13:43 UTC 2009


Author: chitlesh

Update of /cvs/pkgs/rpms/eclipse-eclox/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8906/devel

Modified Files:
	.cvsignore sources 
Added Files:
	eclipse-eclox-bin_excludes.patch eclipse-eclox-download.sh 
	eclipse-eclox-help_excludes.patch eclipse-eclox.spec 
	import.log 
Log Message:
new package

eclipse-eclox-bin_excludes.patch:

--- NEW FILE eclipse-eclox-bin_excludes.patch ---
--- eclox.feature/build.properties	2005-12-13 17:57:36.000000000 +0100
+++ build.properties	2009-06-18 14:14:01.357179960 +0200
@@ -1,10 +1,4 @@
-bin.includes = feature.xml,\
-               AUTHORS,\
-               CHANGES,\
-               COPYING,\
-               MANUAL,\
-               README,\
-               TODO
+bin.includes = feature.xml
 src.includes = AUTHORS,\
                CHANGES,\
                COPYING,\


--- NEW FILE eclipse-eclox-download.sh ---
#!/bin/bash

# Script to download the sources of eclox
# It then generates a tarball which is used for packaging

version=0.8.0

svn export http://svn.gna.org/svn/eclox/trunk org.gna.eclox_$version
tar cvf org.gna.eclox_$version.tar.gz org.gna.eclox_$version


eclipse-eclox-help_excludes.patch:

--- NEW FILE eclipse-eclox-help_excludes.patch ---
--- eclox.help/build.properties	2005-12-12 10:07:08.000000000 +0100
+++ build.properties	2009-07-02 11:01:35.304799589 +0200
@@ -1,13 +1,7 @@
 bin.includes = META-INF/,\
                plugin.xml,\
                html/,\
-               toc.xml,\
-               AUTHORS,\
-               CHANGES,\
-               COPYING,\
-               MANUAL,\
-               README,\
-               TODO
+               toc.xml
 src.includes = .project,\
                META-INF/,\
                build.properties,\


--- NEW FILE eclipse-eclox.spec ---
%global install_loc  %{_datadir}/eclipse/dropins
%global eclipse_base %{_libdir}/eclipse

%global pkgname      eclox

Name:           eclipse-%{pkgname}
Version:        0.8.0
Release:        2.20090616svn%{?dist}
Summary:        Eclipse-based doxygen plugin

Group:          System Environment/Libraries
License:        GPLv2+
URL:            http://eclox.eu/

Source0:        org.gna.%{pkgname}_%{version}.tar.gz
# Source1 is used to download Source0
Source1:        eclipse-%{pkgname}-download.sh

# These excludes are pulled as %%docs instead
Patch0:         eclipse-eclox-bin_excludes.patch
Patch1:         eclipse-eclox-help_excludes.patch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  eclipse-pde
BuildRequires:  java-devel

Requires:       doxygen
Requires:       eclipse-platform

BuildArch:      noarch

%description
Eclox is a doxygen frontend plug-in for eclipse.
It aims to provide a slim and sleek integration of the
code documentation process into eclipse.

%prep
%setup -q -n org.gna.%{pkgname}_%{version}

find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \;

# Remove unneccessary files
%patch0 -p0 -b .exclude
%patch1 -p0 -b .exclude

%build
cd %{pkgname}.feature

%{eclipse_base}/buildscripts/pdebuild -o `pwd`/..


%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{install_loc}

unzip -d %{buildroot}%{install_loc} -q eclox.feature/build/rpmBuild/org.gna.%{pkgname}.zip


%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc %{pkgname}.feature/{AUTHORS,CHANGES,COPYING,MANUAL,README,TODO}
%{install_loc}/*

%changelog
* Thu Jul 02 2009 Chitlesh GOORAH <chitlesh [AT] fedoraproject DOT org> - 0.8.0-2.20090616svn
- Packaging - Put documentation into %%doc

* Sun Dec 07 2008 Chitlesh GOORAH <chitlesh [AT] fedoraproject DOT org> - 0.8.0-1.20090616svn
- Initial packaging.


--- NEW FILE import.log ---
eclipse-eclox-0_8_0-2_20090616svn_fc11:HEAD:eclipse-eclox-0.8.0-2.20090616svn.fc11.src.rpm:1247422352


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-eclox/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	12 Jul 2009 17:01:16 -0000	1.1
+++ .cvsignore	12 Jul 2009 18:13:42 -0000	1.2
@@ -0,0 +1 @@
+org.gna.eclox_0.8.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-eclox/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	12 Jul 2009 17:01:17 -0000	1.1
+++ sources	12 Jul 2009 18:13:43 -0000	1.2
@@ -0,0 +1 @@
+959cd553f39b79a7b2d0a775c22acc79  org.gna.eclox_0.8.0.tar.gz




More information about the fedora-extras-commits mailing list