Accepting request 82872 from home:jengelh:bl-b
- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/82872 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=8
This commit is contained in:
parent
7e5ee92ad9
commit
d3df28279a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 19:22:25 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 8 12:06:23 UTC 2010 - mvyskocil@suse.cz
|
Mon Nov 8 12:06:23 UTC 2010 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
10
bcel.spec
10
bcel.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bcel (Version 5.2)
|
# spec file for package bcel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
|
|
||||||
@ -99,8 +98,6 @@ standard JVM message.
|
|||||||
%if %manual
|
%if %manual
|
||||||
|
|
||||||
%package manual
|
%package manual
|
||||||
|
|
||||||
|
|
||||||
Summary: Manual for bcel
|
Summary: Manual for bcel
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
|
|
||||||
@ -156,9 +153,6 @@ export LC_ALL="en_US.UTF-8" # necessary for javadoc
|
|||||||
%__mkdir_p %{buildroot}%{_javadocdir}/%{name}-%{version}
|
%__mkdir_p %{buildroot}%{_javadocdir}/%{name}-%{version}
|
||||||
%__cp -a dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
|
%__cp -a dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user