Remove eclipse plugin from BuildRequires
This commit is contained in:
parent
ee5e43147b
commit
f2284b53d3
32
0005-Remove-eclipse-plugin.patch
Normal file
32
0005-Remove-eclipse-plugin.patch
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
From 709d4e6424139863289fad36c7cc88c6a2949f03 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
|
||||||
|
Date: Wed, 18 Apr 2012 18:30:33 +0200
|
||||||
|
Subject: [PATCH 5/5] Remove eclipse plugin
|
||||||
|
|
||||||
|
---
|
||||||
|
pom.xml | 9 ---------
|
||||||
|
1 files changed, 0 insertions(+), 9 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/pom.xml b/pom.xml
|
||||||
|
index 443b4c8..713c1a2 100644
|
||||||
|
--- a/pom.xml
|
||||||
|
+++ b/pom.xml
|
||||||
|
@@ -424,15 +424,6 @@
|
||||||
|
<arguments>-Prelease</arguments>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
- <plugin>
|
||||||
|
- <groupId>org.apache.maven.plugins</groupId>
|
||||||
|
- <artifactId>maven-eclipse-plugin</artifactId>
|
||||||
|
- <version>2.8</version>
|
||||||
|
- <configuration>
|
||||||
|
- <downloadSources>true</downloadSources>
|
||||||
|
- <addVersionToProjectName>true</addVersionToProjectName>
|
||||||
|
- </configuration>
|
||||||
|
- </plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</project>
|
||||||
|
--
|
||||||
|
1.7.7.6
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: netty
|
Name: netty
|
||||||
Version: 3.2.4
|
Version: 3.2.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: An asynchronous event-driven network application framework and tools for Java
|
Summary: An asynchronous event-driven network application framework and tools for Java
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -12,6 +12,7 @@ Patch0: 0001-Remove-optional-deps.patch
|
|||||||
Patch1: 0002-Replace-jboss-logger-with-jdk-logger.patch
|
Patch1: 0002-Replace-jboss-logger-with-jdk-logger.patch
|
||||||
Patch2: 0003-Fix-javadoc-plugin-configuration.patch
|
Patch2: 0003-Fix-javadoc-plugin-configuration.patch
|
||||||
Patch3: 0004-Remove-antun-execution-for-removing-examples.patch
|
Patch3: 0004-Remove-antun-execution-for-removing-examples.patch
|
||||||
|
Patch4: 0005-Remove-eclipse-plugin.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -20,7 +21,6 @@ BuildRequires: maven
|
|||||||
BuildRequires: maven-antrun-plugin
|
BuildRequires: maven-antrun-plugin
|
||||||
BuildRequires: maven-assembly-plugin
|
BuildRequires: maven-assembly-plugin
|
||||||
BuildRequires: maven-compiler-plugin
|
BuildRequires: maven-compiler-plugin
|
||||||
BuildRequires: maven-eclipse-plugin
|
|
||||||
BuildRequires: maven-javadoc-plugin
|
BuildRequires: maven-javadoc-plugin
|
||||||
BuildRequires: maven-resources-plugin
|
BuildRequires: maven-resources-plugin
|
||||||
BuildRequires: maven-release-plugin
|
BuildRequires: maven-release-plugin
|
||||||
@ -77,6 +77,7 @@ rm -rf src/main/java/org/jboss/netty/example/localtime
|
|||||||
rm src/main/java/org/jboss/netty/logging/JBossLogger*.java
|
rm src/main/java/org/jboss/netty/logging/JBossLogger*.java
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# skipping tests because we don't have all dependencies in Fedora
|
# skipping tests because we don't have all dependencies in Fedora
|
||||||
@ -110,6 +111,9 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
|
|||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 18 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.2.4-3
|
||||||
|
- Remove eclipse plugin from BuildRequires
|
||||||
|
|
||||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.4-2
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user