- Drop gcj support.
This commit is contained in:
parent
733f617999
commit
d4beef20f4
51
regexp.spec
51
regexp.spec
@ -28,15 +28,11 @@
|
|||||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
|
|
||||||
%define _with_gcj_support 1
|
%global full_name jakarta-%{name}
|
||||||
|
|
||||||
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
|
|
||||||
|
|
||||||
%define full_name jakarta-%{name}
|
|
||||||
|
|
||||||
Name: regexp
|
Name: regexp
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 4.3%{dist}
|
Release: 5%{dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Simple regular expressions API
|
Summary: Simple regular expressions API
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -49,16 +45,8 @@ Requires(postun): jpackage-utils >= 0:1.6
|
|||||||
Requires: java
|
Requires: java
|
||||||
|
|
||||||
BuildRequires: ant >= 1.6
|
BuildRequires: ant >= 1.6
|
||||||
%if ! %{gcj_support}
|
BuildArch: noarch
|
||||||
Buildarch: noarch
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
%endif
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
%if %{gcj_support}
|
|
||||||
BuildRequires: java-gcj-compat-devel
|
|
||||||
Requires(post): java-gcj-compat
|
|
||||||
Requires(postun): java-gcj-compat
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Regexp is a 100% Pure Java Regular Expression package that was
|
Regexp is a 100% Pure Java Regular Expression package that was
|
||||||
@ -98,44 +86,23 @@ ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
|
|||||||
%{__cp} -r docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
|
%{__cp} -r docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
|
||||||
%{__rm} -rf docs/api
|
%{__rm} -rf docs/api
|
||||||
|
|
||||||
%if %{gcj_support}
|
|
||||||
%{_bindir}/aot-compile-rpm
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%if %{gcj_support}
|
|
||||||
%post
|
|
||||||
if [ -x %{_bindir}/rebuild-gcj-db ]
|
|
||||||
then
|
|
||||||
%{_bindir}/rebuild-gcj-db
|
|
||||||
fi
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{gcj_support}
|
|
||||||
%postun
|
|
||||||
if [ -x %{_bindir}/rebuild-gcj-db ]
|
|
||||||
then
|
|
||||||
%{_bindir}/rebuild-gcj-db
|
|
||||||
fi
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
%{_javadir}/*.jar
|
%{_javadir}/*.jar
|
||||||
|
|
||||||
%if %{gcj_support}
|
|
||||||
%attr(-,root,root) %{_libdir}/gcj/%{name}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files javadoc
|
%files javadoc
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(-,root,root,-)
|
||||||
%{_javadocdir}/%{name}-%{version}
|
%{_javadocdir}/%{name}-%{version}
|
||||||
%doc %{_javadocdir}/%{name}
|
%doc %{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 6 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5-5
|
||||||
|
- Drop gcj support.
|
||||||
|
|
||||||
* Fri Jan 08 2010 Andrew Overholt <overholt@redhat.com> 1.5-4.3
|
* Fri Jan 08 2010 Andrew Overholt <overholt@redhat.com> 1.5-4.3
|
||||||
- Remove javadoc ghost symlinking.
|
- Remove javadoc ghost symlinking.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user