Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0c322c94d6 | ||
|
|
66b936adc8 | ||
|
|
4fffaeec95 | ||
|
|
4a5895d372 | ||
|
|
e92051c492 | ||
|
|
0fc4840d47 | ||
|
|
94bc8439f6 | ||
|
|
0119a70e0b | ||
|
|
f100d379b9 | ||
|
|
d1c5fba12a | ||
|
|
a8cdc36a33 |
5 changed files with 1 additions and 1178 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -1,9 +0,0 @@
|
|||
/1.0.0.Beta3.tar.gz
|
||||
/1.0.0.Beta11.tar.gz
|
||||
/1.0.0.Beta7.tar.gz
|
||||
/1.0.0.Beta17.tar.gz
|
||||
/1.0.0.Beta30.tar.gz
|
||||
/1.0.0.Final.tar.gz
|
||||
/1.0.5.Final.tar.gz
|
||||
/1.0.15.Final.tar.gz
|
||||
/1.1.0.Final.tar.gz
|
||||
File diff suppressed because it is too large
Load diff
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
f2f2d3a7f434c08e3816aae23fb85580 1.1.0.Final.tar.gz
|
||||
120
undertow.spec
120
undertow.spec
|
|
@ -1,120 +0,0 @@
|
|||
%global namedreltag .Final
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
|
||||
Name: undertow
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Java web server using non-blocking IO
|
||||
License: ASL 2.0 and LGPLv2
|
||||
URL: http://undertow.io/
|
||||
Source0: https://github.com/undertow-io/undertow/archive/%{namedversion}.tar.gz
|
||||
|
||||
# Jetty alpn is not available in fedora, we need to remove spdy protocol
|
||||
Patch0: 0001-Remove-spdy-protocol-handler-alpn-is-not-available-i.patch
|
||||
|
||||
BuildArch: noarch
|
||||
Epoch: 1
|
||||
|
||||
BuildRequires: aether
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-checkstyle-plugin
|
||||
BuildRequires: apache-mime4j
|
||||
BuildRequires: jboss-parent
|
||||
BuildRequires: jboss-logging
|
||||
BuildRequires: jboss-logging-tools
|
||||
BuildRequires: jboss-logmanager
|
||||
BuildRequires: xnio >= 3.3.0-1
|
||||
BuildRequires: easymock3
|
||||
BuildRequires: junit
|
||||
BuildRequires: netty
|
||||
BuildRequires: jboss-classfilewriter
|
||||
BuildRequires: jboss-annotations-1.2-api
|
||||
BuildRequires: jboss-jsp-2.3-api
|
||||
BuildRequires: jboss-servlet-3.1-api
|
||||
BuildRequires: jastow >= 1.0.0-1
|
||||
BuildRequires: mvn(org.jboss.spec.javax.websocket:jboss-websocket-api_1.1_spec)
|
||||
|
||||
%description
|
||||
Java web server using non-blocking IO
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadocs for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n undertow-%{namedversion}
|
||||
|
||||
%patch0 -p1
|
||||
|
||||
rm -rf mac-jdk-fix
|
||||
|
||||
# Not needed
|
||||
%pom_disable_module examples
|
||||
# Missing mime4j dep
|
||||
%pom_add_dep org.apache.james:apache-mime4j-core:any:test servlet
|
||||
|
||||
%pom_remove_plugin :maven-checkstyle-plugin
|
||||
%pom_remove_plugin org.bitstrings.maven.plugins:dependencypath-maven-plugin core/pom.xml
|
||||
%pom_remove_plugin org.bitstrings.maven.plugins:dependencypath-maven-plugin servlet/pom.xml
|
||||
%pom_remove_dep io.undertow.build:undertow-checkstyle-config
|
||||
|
||||
# Not avialable in Fedora
|
||||
%pom_remove_dep org.eclipse.jetty.alpn:alpn-api core/pom.xml
|
||||
%pom_remove_dep org.eclipse.jetty.alpn:alpn-api servlet/pom.xml
|
||||
|
||||
%build
|
||||
%mvn_build -f
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%dir %{_javadir}/%{name}
|
||||
%doc LICENSE.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Mon Jan 12 2015 Marek Goldmann <mgoldman@redhat.com> - 1:1.1.0-1
|
||||
- Upstream release 1.1.0.Final
|
||||
|
||||
* Wed Jun 11 2014 Marek Goldmann <mgoldman@redhat.com> - 1:1.0.15-1
|
||||
- Upstream release 1.0.15.Final
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Wed Apr 23 2014 Marek Goldmann <mgoldman@redhat.com> - 1:1.0.5-1
|
||||
- Upstream release 1.0.5.Final
|
||||
|
||||
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 1:1.0.0-2
|
||||
- Use Requires: java-headless rebuild (#1067528)
|
||||
|
||||
* Thu Feb 13 2014 Marek Goldmann <mgoldman@redhat.com> - 1:1.0.0-1
|
||||
- Upstream release 1.0.0.Final
|
||||
|
||||
* Mon Dec 23 2013 Marek Goldmann <mgoldman@redhat.com> - 1:1.0.0-0.7.Beta30
|
||||
- Upstream release 1.0.0.Beta30
|
||||
|
||||
* Thu Dec 12 2013 Marek Goldmann <mgoldman@redhat.com> - 1:1.0.0-0.6.Beta27
|
||||
- Upstream release 1.0.0.Beta27
|
||||
|
||||
* Mon Oct 07 2013 Marek Goldmann <mgoldman@redhat.com> - 1:1.0.0-0.5.Beta17
|
||||
- Upstream release 1.0.0.Beta17
|
||||
|
||||
* Tue Sep 10 2013 Marek Goldmann <mgoldman@redhat.com> - 1:1.0.0-0.4.Beta7
|
||||
- Upstream release 1.0.0.Beta7
|
||||
- WildFly 1.0.0.Alpha4 doesn't like the Beta11, bumped Epoch
|
||||
|
||||
* Tue Sep 10 2013 Marek Goldmann <mgoldman@redhat.com> - 1.0.0-0.3.Beta11
|
||||
- Upstream release 1.0.0.Beta11
|
||||
|
||||
* Tue Jul 23 2013 Marek Goldmann <mgoldman@redhat.com> - 1.0.0-0.2.Beta3
|
||||
- Upstream release 1.0.0.Beta3
|
||||
|
||||
* Wed Jun 26 2013 Marek Goldmann <mgoldman@redhat.com> - 1.0.0-0.1.Alpha21
|
||||
- Initial packaging
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue