1
0

Accepting request 84368 from Java:packages

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

OBS-URL: https://build.opensuse.org/request/show/84368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dom2-core-tests?expand=0&rev=8
This commit is contained in:
Sascha Peilicke 2011-09-23 08:24:14 +00:00 committed by Git OBS Bridge
parent af6a4794f8
commit 4c51f2db9e
2 changed files with 8 additions and 11 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 11 10:44:13 CEST 2008 - mvyskocil@suse.cz Thu Sep 11 10:44:13 CEST 2008 - mvyskocil@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package dom2-core-tests (Version 0.0.1) # spec file for package dom2-core-tests
# #
# 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 # 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
%define section free %define section free
@ -91,9 +90,6 @@ install -d -m 0755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr %{name}-%{version}/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/ cp -pr %{name}-%{version}/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(0644,root,root,0755) %defattr(0644,root,root,0755)
%doc LICENSE.html %doc LICENSE.html
@ -105,8 +101,3 @@ rm -rf $RPM_BUILD_ROOT
%{_javadocdir}/%{name} %{_javadocdir}/%{name}
%changelog %changelog
* Thu Sep 11 2008 mvyskocil@suse.cz
- Used a gcj instead of java-devel to prevent of an bootstrapping problem with
openjdk
* Tue Sep 02 2008 mvyskocil@suse.cz
- Initial packaging ov 0.0.1 (based on Jpackage 1.7)