Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 158554 Details for
Bug 246138
Review Request: eclipse-quickrex - QuickREx is a regular-expression test Eclipse Plug-In
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
specfile patch
eclipse-QuickREx.spec.patch (text/plain), 3.94 KB, created by
Andrew Overholt
on 2007-07-04 21:15:02 UTC
(
hide
)
Description:
specfile patch
Filename:
MIME Type:
Creator:
Andrew Overholt
Created:
2007-07-04 21:15:02 UTC
Size:
3.94 KB
patch
obsolete
>--- eclipse-QuickREx.spec.orig 2007-07-04 15:55:54.000000000 -0400 >+++ eclipse-QuickREx.spec 2007-07-04 17:03:25.000000000 -0400 >@@ -1,21 +1,27 @@ > %define gcj_support 1 > %define eclipse_base %{_datadir}/eclipse > %define upstream_name QuickREx >-%define oro_version jakarta-oro-2.0.8.jar >-%define cvs 27062007cvs >+%define cvs_tag QuickREx_3_5_0 >+%define oro_jar jakarta-oro-2.0.8.jar >+%define regexp_jar jakarta-regexp-1.4.jar > > Name: eclipse-%{upstream_name} > Version: 3.5.0 >-Release: 1.%{cvs}%{?dist} >+Release: 1%{?dist} > Summary: %{upstream_name} is a regular-expression test Eclipse Plug-In > > Group: Development/Tools > License: Eclipse Public License > URL: http://www.bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html >-Source0: http://download.tuxfamily.org/borsalino/7/SOURCES/QuickREx-%{cvs}.tar.bz2 >+# This tarball was made using the included script, like so: >+# sh ./make-QuickREx-sources.sh %{cvs_tag} >+Source0: QuickREx-fetched-src-%{cvs_tag}.tar.bz2 > Source1: make-QuickREx-sources.sh >+# FIXME: we need a comment and some source and licence for this > Source2: build.properties >+# FIXME: we need a comment and some source and licence for this > Source3: feature.xml >+# FIXME: include the comments at the top of the patch here > Patch0: disable-jregex-and-jakarta-regexp-capabilities.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >@@ -33,24 +39,20 @@ > > BuildRequires: eclipse-pde >= 1:3.2.0 > Requires: eclipse-platform >= 3.2.1 >+BuildRequires: jakarta-oro > Requires: jakarta-oro >+BuildRequires: jakarta-regexp >+Requires: jakarta-regexp > > %description >-%{upstream_name} gives you a view in which you can enter test-texts and try >-regular expressions.The expressions are evaluated against the test-text on the >-fly, matches are highlighted and you can navigate between the matches. >-You can also navigate through groups within each match (if groups are defined >-in your regular expression). Regular Expressions are edited either within the >-view or within a composition-dialog which offers the most useful >-building-blocks grouped in categories and accompanied by short explanations. >- >-This version of %{upstream_name} use only the JDK and Jakarta ORO regular >-expression API. We have drop jregex and jakarta-regxep support because of >-the fact that there isn't Fedora packages for both of them and they >-given't nothing more than the two supported other API. >+%{upstream_name} provides an Eclipse view in which you can enter >+test-texts and try regular expressions. >+ >+# Note: This version of %{upstream_name} disables jregex support due to >+# the fact that there isn't a Fedora package of it. > > %prep >-%setup -q -n %{upstream_name}-%{cvs} >+%setup -q -n %{upstream_name}-fetched-src-%{cvs_tag} > # create the feature plugin > mkdir %{upstream_name}-feature > cp %{SOURCE2} %{SOURCE3} %{upstream_name}-feature >@@ -58,11 +60,8 @@ > pushd Plug-In > %patch0 -p0 > pushd lib >-# remove no used jars >-rm -f jakarta-*.jar >-rm -f jregex*.jar >- >-ln -s %{_javadir}/%{oro_version} ./ >+ln -s %{_javadir}/%{oro_jar} >+ln -s %{_javadir}/regexp.jar %{regexp_jar} > popd > popd > >@@ -92,8 +91,7 @@ > rm -rf %{buildroot} > install -d -m 755 $RPM_BUILD_ROOT%{eclipse_base} > unzip -q -d $RPM_BUILD_ROOT%{eclipse_base}/.. \ >- build/rpmBuild/de.babe.eclipse.plugins.QuickREx.zip \ >- >+ build/rpmBuild/de.babe.eclipse.plugins.QuickREx.zip > > %if %{gcj_support} > %{_bindir}/aot-compile-rpm >@@ -122,11 +120,9 @@ > %{eclipse_base}/features/de.babe.eclipse.plugins.QuickREx_%{version}/* > %if %{gcj_support} > %{_libdir}/gcj/%{name}/%{upstream_name}.* >-%{_libdir}/gcj/%{name}/%{oro_version}.* > %dir %{_libdir}/gcj/%{name} > %endif > > %changelog >-* Tue Jun 26 2007 Alphonse Van Assche <alcapcom@gmail.com> 3.5.0-1.27062007cvs >+* Tue Jun 26 2007 Alphonse Van Assche <alcapcom@gmail.com> 3.5.0-1 > - initial package. >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246138
:
158554
|
158555
|
158881