forked from pool/spec-cleaner
Accepting request 110547 from home:saschpe:branches:openSUSE:Tools
- Set license to SPDX style (BSD-3-Clause) OBS-URL: https://build.opensuse.org/request/show/110547 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=6
This commit is contained in:
parent
2af51ea2c2
commit
fcaa59cf55
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 22 08:51:31 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Set license to SPDX style (BSD-3-Clause)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 12 08:00:40 UTC 2011 - prusnak@opensuse.org
|
Mon Sep 12 08:00:40 UTC 2011 - prusnak@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package spec-cleaner
|
# spec file for package spec-cleaner
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 Vincent Untz <vuntz@opensuse.org>
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# Copyright (c) 2012 Vincent Untz <vuntz@opensuse.org>
|
||||||
#
|
#
|
||||||
# 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,13 +16,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: spec-cleaner
|
Name: spec-cleaner
|
||||||
Version: 0.2
|
Version: 0.2
|
||||||
Release: 1
|
Release: 0
|
||||||
License: BSD 3-Clause
|
|
||||||
Summary: .spec file cleaner
|
Summary: .spec file cleaner
|
||||||
Url: http://gitorious.org/opensuse/spec-cleaner
|
License: BSD-3-Clause
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
|
Url: http://gitorious.org/opensuse/spec-cleaner
|
||||||
Source0: spec-cleaner
|
Source0: spec-cleaner
|
||||||
Requires: python-base
|
Requires: python-base
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -39,9 +41,6 @@ will never be perfect.
|
|||||||
%install
|
%install
|
||||||
install -D -m 0755 %{SOURCE0} %{buildroot}%{_bindir}/spec-cleaner
|
install -D -m 0755 %{SOURCE0} %{buildroot}%{_bindir}/spec-cleaner
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_bindir}/spec-cleaner
|
%{_bindir}/spec-cleaner
|
||||||
|
Loading…
Reference in New Issue
Block a user