SHA256
1
0
forked from pool/ecj

Accepting request 84371 from Java:packages

- Remove redundant/obsolete tags/sections from specfile
  (cf. packaging guidelines) (forwarded request 83395 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/84371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ecj?expand=0&rev=9
This commit is contained in:
Sascha Peilicke 2011-09-23 08:24:35 +00:00 committed by Git OBS Bridge
parent c6ea2dce59
commit ce843a87c6
2 changed files with 8 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant/obsolete tags/sections from specfile
(cf. packaging guidelines)
-------------------------------------------------------------------
Thu Nov 22 10:52:43 CET 2007 - anosek@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package ecj (Version 3.3)
# spec file for package ecj
#
# Copyright (c) 2009 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
# remain the property of their copyright owners, unless otherwise agreed
@ -82,7 +82,6 @@ unset CLASSPATH
%endif
%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__mkdir_p} ${RPM_BUILD_ROOT}%{_javadir}
%{__install} -m 0644 %{name}.jar \
${RPM_BUILD_ROOT}%{_javadir}/%{name}-%{version}.jar
@ -93,8 +92,6 @@ popd
aot-compile-rpm
%endif
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%if %{gcj_support}
%post
@ -118,5 +115,3 @@ fi
%endif
%changelog
* Thu Nov 22 2007 anosek@suse.cz
- new package, initial version 3.3