rpms/eclipse-shelled/devel eclipse-shelled.spec, NONE, 1.1 fetch-shelled.sh, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Dec 2 11:30:10 UTC 2008


Author: akurtakov

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

Modified Files:
	.cvsignore sources 
Added Files:
	eclipse-shelled.spec fetch-shelled.sh 
Log Message:
Initial import.


--- NEW FILE eclipse-shelled.spec ---
%define eclipse_base     %{_libdir}/eclipse
%define install_loc      %{_datadir}/eclipse/dropins/shelled

Summary:          Eclipse Shell script editor
Name:             eclipse-shelled
Version:          1.0.3
Release:          3%{?dist}
License:          CPL
URL:              http://sourceforge.net/projects/shelled
Group:            Development/Tools
## sh fetch-shelled.sh
Source0:          %{name}-src-%{version}.tar.bz2
Source1:          fetch-shelled.sh
Requires:         eclipse-platform >= 1:3.4.0
BuildRequires:    eclipse-pde
BuildRequires:    java-devel >= 0:1.5
BuildArch:        noarch
BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root

%description
ShellEd is a superb shell script editor for Eclipse. 
The great benefit of this plugin is the integration of man page information
 for content assist and text hover.

%prep
%setup -q -c 

%build
# build the main shelled feature
%{eclipse_base}/buildscripts/pdebuild

%install
rm -rf $RPM_BUILD_ROOT
install -d -m 755 $RPM_BUILD_ROOT%{install_loc}

# shelled main feature
unzip -q -d $RPM_BUILD_ROOT%{install_loc} \
            build/rpmBuild/com.something.eclipse.shelled.zip

%clean 
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{install_loc}
%doc com.something.eclipse.shelled-feature/license.html
%doc com.something.eclipse.shelled-feature/cpl-v10.html
%doc com.something.eclipse.shelled.resources/about.html

%changelog
* Thu Nov 27 2008 Alexander Kurtakov <akurtakov at redhat.com> 1.0.3-3
- FIx %%doc handling.

* Wed Nov 26 2008 Alexander Kurtakov <akurtakov at redhat.com> 1.0.3-2
- Drop unneeded BRs - zip and lzma.
- Fix %%defattr.
- Use %%{version} macro for the Source0.
- Add %%doc.

* Fri Oct 31 2008 Alexander Kurtakov <akurtako at redhat.com> 1.0.3-1 
- Provide fetch script.
- Fix license.
- Initial version


--- NEW FILE fetch-shelled.sh ---
#! /bin/sh

mkdir eclipse-shelled
cd eclipse-shelled
for f in \
 com.something.eclipse.script \
 com.something.eclipse.shelled \
 com.something.eclipse.shelled-feature \
 com.something.eclipse.shelled.resources \
 com.something.eclipse.shelled.ui \
 ;
 do 
  cvs -z3 -d:pserver:anonymous at shelled.cvs.sourceforge.net:/cvsroot/shelled export -r R1_0_3 $f
 done
tar -cjf  ../eclipse-shelled-src-1.0.3.tar.bz2 *

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-shelled/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Dec 2008 20:54:02 -0000	1.1
+++ .cvsignore	2 Dec 2008 11:29:40 -0000	1.2
@@ -0,0 +1 @@
+eclipse-shelled-src-1.0.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-shelled/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Dec 2008 20:54:02 -0000	1.1
+++ sources	2 Dec 2008 11:29:40 -0000	1.2
@@ -0,0 +1 @@
+98cfa7cf5ab33802f2940066acca254e  eclipse-shelled-src-1.0.3.tar.bz2




More information about the fedora-extras-commits mailing list