rpms/bcel/devel bcel.spec,1.31,1.32

Permaine Cheung (pcheung) fedora-extras-commits at redhat.com
Tue Jan 22 23:16:32 UTC 2008


Author: pcheung

Update of /cvs/pkgs/rpms/bcel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20235

Modified Files:
	bcel.spec 
Log Message:
Merge with upstream




Index: bcel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bcel/devel/bcel.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- bcel.spec	7 Jan 2008 22:10:32 -0000	1.31
+++ bcel.spec	22 Jan 2008 23:15:56 -0000	1.32
@@ -43,7 +43,7 @@
 
 Name:           bcel
 Version:        5.2
-Release:        2jpp.2%{?dist}
+Release:        3jpp.2%{?dist}
 Epoch:          0
 Summary:        Byte Code Engineering Library
 License:        ASL 2.0
@@ -213,12 +213,15 @@
 )
 # depmap frags
 %add_to_maven_depmap %{name} %{name} %{version} JPP %{name}
+%add_to_maven_depmap org.apache.bcel %{name} %{version} JPP %{name}
 # pom
-%if %{with_maven}
 %{__mkdir_p} %{buildroot}%{_datadir}/maven2/poms
 %{__install} -m 0644 %{SOURCE7} \
-    %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}.pom
-%endif
+    %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom
+%{__mkdir_p} %{buildroot}%{_datadir}/maven2/default_poms
+%{__install} -m 0644 %{SOURCE7} \
+    %{buildroot}%{_datadir}/maven2/default_poms/JPP-%{name}.pom
+
 # javadoc
 %{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
 %if %{with_maven}
@@ -269,6 +272,7 @@
 %{_javadir}/*
 %if %{with_maven}
 %{_datadir}/maven2/poms/*
+%{_datadir}/maven2/default_poms/*
 %endif
 %{_mavendepmapfragdir}
 %if %{gcj_support}
@@ -286,9 +290,17 @@
 %doc %{_docdir}/%{name}-%{version}
 
 %changelog
+* Tue Jan 22 2008 Permaine Cheung <pcheung at redhat.com> 0:5.2-3jpp.1
+- Merge with upstream
+
 * Mon Jan 07 2008 Permaine Cheung <pcheung at redhat.com> 0:5.2-2jpp.2
 - Fixed unowned directory (Bugzilla 246185)
 
+* Fri Nov 16 2007 Ralph Apel <r.apel at r-apel.de> 0:5.2-3jpp
+- Install poms unconditionally
+- Add pom in ./maven2/default_poms
+- Add org.apache.bcel:bcel depmap frag
+
 * Wed Sep 19 2007 Permaine Cheung <pcheung at redhat.com> 0:5.2-2jpp.1
 - Update to 5.2 in Fedora
 




More information about the fedora-extras-commits mailing list