This commit is contained in:
parent
9f29d098b1
commit
0e8d6f8444
17
deco.spec
17
deco.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package deco
|
# spec file for package deco
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -20,9 +20,8 @@ Name: deco
|
|||||||
Version: 1.6.4
|
Version: 1.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Deco Archive File Extractor
|
Summary: Deco Archive File Extractor
|
||||||
License: GPL-3.0
|
License: GPL-3.0-only
|
||||||
Group: Productivity/Archiving/Compression
|
URL: https://github.com/peha/deco
|
||||||
Url: https://github.com/peha/deco
|
|
||||||
Source: https://github.com/peha/deco/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/peha/deco/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
Requires: gzip
|
Requires: gzip
|
||||||
@ -55,17 +54,17 @@ strange permissions. 33 archive file extensions are supported out of the box,
|
|||||||
and adding support for others requires very little work.
|
and adding support for others requires very little work.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} CC="cc" CFLAGS="%{optflags}"
|
%make_build CC="cc" CFLAGS="%{optflags}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install PREFIX="%{_prefix}"
|
%make_install PREFIX="%{_prefix}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license LICENSE
|
||||||
%doc LICENSE NEWS README.md
|
%doc NEWS README.md
|
||||||
%{_bindir}/deco
|
%{_bindir}/deco
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user