Run spec-cleaner

This commit is contained in:
Georg Pfuetzenreuter 2021-06-04 19:23:20 +02:00
parent 3c2a780ecc
commit 3c2ac7b7db
Signed by: Georg
GPG Key ID: 0EC71AFA80C807E3
2 changed files with 29 additions and 24 deletions

11
+
View File

@ -1,11 +0,0 @@
<services>
<service>
<service name="obs_scm" mode="enabled">
<param name="filename">tdfiglet</param>
<param name="url">https://github.com/tat3r/tdfiglet</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,16 +1,34 @@
Name: tdfiglet
Version: 0.5+3
Release: 0
Summary: Shell Art
License: BSD-3-Clause
URL: https://github.com/tat3r/tdfiglet
Source0: %{name}-%{version}.tar.gz
Patch0: Makefile-0.1.patch
#
# spec file for package tdfiglet
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: tdfiglet
Version: 0.5+3
Release: 0
Summary: Shell Art
License: BSD-3-Clause
URL: https://github.com/tat3r/tdfiglet
Source0: %{name}-%{version}.tar.gz
Patch0: Makefile-0.1.patch
%if 0%{?fedora}
BuildRequires: glibc
BuildRequires: glibc
%endif
%if 0%{?centos_version}
BuildRequires: glibc
BuildRequires: glibc
%endif
%description
@ -26,7 +44,7 @@ Because figlet ASCII is not as cool.
%patch0 -p1
%build
make %{?_smp_mflags} -f Makefile
%make_build -f Makefile
%install
%make_install
@ -36,5 +54,3 @@ make %{?_smp_mflags} -f Makefile
%{_bindir}/%{name}
%changelog
* Fri Jun 04 2021 Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net> - 0.5-0.1
- Initial RPM package