|
|
Author: gbenson
Update of /cvs/dist/rpms/joram/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17507
Modified Files:
joram.spec sources
Log Message:
Remove warfile from the tarball too
Index: joram.spec
===================================================================
RCS file: /cvs/dist/rpms/joram/devel/joram.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- joram.spec 16 Jun 2005 13:12:26 -0000 1.4
+++ joram.spec 22 Jun 2005 09:04:14 -0000 1.5
@@ -1,6 +1,6 @@
%define name joram
%define version 4.1.5
-%define release 1jpp_1fc
+%define release 1jpp_2fc
%define section free
@@ -78,6 +78,7 @@
# clean jarfiles
find . -name "*.jar" -exec rm -f {} \;
+find . -name "*.war" -exec rm -f {} \;
# remove classes that don't build without said jarfiles
rm -f src/fr/dyade/aaa/jndi2/soap/SoapExt_*.java
@@ -143,6 +144,9 @@
%ghost %doc %{_javadocdir}/%{name}
%changelog
+* Wed Jun 22 2005 Gary Benson <gbenson@xxxxxxxxxx> 0:4.1.5-1jpp_2fc
+- Remove warfile from the tarball too.
+
* Thu Jun 16 2005 Gary Benson <gbenson@xxxxxxxxxx> 0:4.1.5-1jpp_1fc
- Build into Fedora.
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/joram/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 9 Jun 2005 18:04:06 -0000 1.4
+++ sources 22 Jun 2005 09:04:14 -0000 1.5
@@ -1 +1 @@
-b72ce6a3077511145471752e352e5216 joram-4.1.5-src-RHCLEAN.tar.bz2
+89a06cb9813a8a05b18e1853f19e2d4a joram-4.1.5-src-RHCLEAN.tar.bz2
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|