- Initial changelog entry for version 1.6.4
OBS-URL: https://build.opensuse.org/package/show/Archiving/deco?expand=0&rev=47
This commit is contained in:
parent
b07744e9e2
commit
9f29d098b1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e72011c56082ee469c57fde0baf9e1df0ea8223ec029cdbe1cc761621d8880f
|
||||
size 25056
|
3
deco-1.6.4.tar.gz
Normal file
3
deco-1.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6139b3efbe9df995ea0bb4506ba2edc00398d0dff6ba2728a1148366208cfdb7
|
||||
size 23150
|
4
deco.changes
Normal file
4
deco.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 17 13:55:20 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Initial changelog entry for version 1.6.4
|
147
deco.spec
147
deco.spec
@ -1,29 +1,47 @@
|
||||
# norootforbuild
|
||||
#
|
||||
# spec file for package deco
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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.
|
||||
|
||||
Name: deco
|
||||
Version: 1.5
|
||||
Release: 0
|
||||
Summary: Deco Archive File Extractor
|
||||
Source: http://hartlich.com/deco/download/deco-%{version}.tar.gz
|
||||
URL: http://hartlich.com/deco/
|
||||
Group: Productivity/Archiving/Compression
|
||||
License: GNU General Public License 3 (GPL3)
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
Requires: tar gzip bzip2
|
||||
%if 0%{suse_version} >= 1010
|
||||
Suggests: unzip zip
|
||||
Suggests: rar unrar
|
||||
Suggests: unace
|
||||
Suggests: lzop
|
||||
Suggests: lha
|
||||
Suggests: cpio
|
||||
Suggests: unarj arj
|
||||
Suggests: arc nomarch
|
||||
Suggests: p7zip
|
||||
Suggests: unalz
|
||||
Suggests: flac
|
||||
%endif
|
||||
BuildRequires: make gcc glibc-devel
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: deco
|
||||
Version: 1.6.4
|
||||
Release: 0
|
||||
Summary: Deco Archive File Extractor
|
||||
License: GPL-3.0
|
||||
Group: Productivity/Archiving/Compression
|
||||
Url: https://github.com/peha/deco
|
||||
Source: https://github.com/peha/deco/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Requires: bzip2
|
||||
Requires: gzip
|
||||
Requires: tar
|
||||
Suggests: arc
|
||||
Suggests: arj
|
||||
Suggests: cpio
|
||||
Suggests: flac
|
||||
Suggests: lha
|
||||
Suggests: lzop
|
||||
Suggests: nomarch
|
||||
Suggests: p7zip
|
||||
Suggests: rar
|
||||
Suggests: unace
|
||||
Suggests: unalz
|
||||
Suggests: unarj
|
||||
Suggests: unrar
|
||||
Suggests: unzip
|
||||
Suggests: zip
|
||||
|
||||
%description
|
||||
deco is a generic archive file extractor that has a consistent command line
|
||||
@ -36,89 +54,18 @@ one file or directory at the archive top level and by being able to fix
|
||||
strange permissions. 33 archive file extensions are supported out of the box,
|
||||
and adding support for others requires very little work.
|
||||
|
||||
%debug_package
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%__make %{?jobs:-j%{jobs}} \
|
||||
CC="%__cc" \
|
||||
CFLAGS="%{optflags}" \
|
||||
LDFLAGS="" \
|
||||
PREFIX="%{_prefix}"
|
||||
make %{?_smp_mflags} CC="cc" CFLAGS="%{optflags}"
|
||||
|
||||
%install
|
||||
%makeinstall PREFIX="%{_prefix}"
|
||||
%make_install PREFIX="%{_prefix}"
|
||||
|
||||
echo -n > optional-files.lst
|
||||
[ -e "%{buildroot}%{_bindir}/crename" ] && echo %{_bindir}/crename >> optional-files.lst
|
||||
|
||||
%clean
|
||||
%__rm -rf "%{buildroot}"
|
||||
|
||||
%files -f optional-files.lst
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING CREDITS NEWS README
|
||||
%doc LICENSE NEWS README.md
|
||||
%{_bindir}/deco
|
||||
%{_datadir}/deco
|
||||
|
||||
%changelog
|
||||
* Fri Aug 8 2008 Pascal Bleser <guru@unixtech.be> 1.5
|
||||
- new upstream version:
|
||||
* support for tar.7z/t7z archives has been added
|
||||
|
||||
* Mon Aug 4 2008 Pascal Bleser <guru@unixtech.be> 1.4
|
||||
- new upstream version:
|
||||
* in case of a conflict, the top-level entry's name is prefixed with 1-, 2-, ..., 5- instead of %, %%, ..., %%%%%
|
||||
* the code has been slightly improved
|
||||
|
||||
* Fri Aug 1 2008 Pascal Bleser <guru@unixtech.be> 1.3.0.1
|
||||
- new upstream version:
|
||||
* code refactoring
|
||||
|
||||
* Tue Jul 29 2008 Pascal Bleser <guru@unixtech.be> 1.3
|
||||
- new upstream version:
|
||||
* a slash is now appended when printing directory names even if stdout isn't a terminal,
|
||||
making reuse of deco's output in scripts more convenient
|
||||
* error messages have become more consistent
|
||||
* code cleanup
|
||||
|
||||
* Fri Jul 25 2008 Pascal Bleser <guru@unixtech.be> 1.2
|
||||
- new upstream version
|
||||
|
||||
* Fri Jul 11 2008 Pascal Bleser <guru@unixtech.be> 1.1
|
||||
- new upstream version
|
||||
|
||||
* Tue May 20 2008 Pascal Bleser <guru@unixtech.be> 1.0.0.1
|
||||
- new upstream version
|
||||
|
||||
* Thu May 15 2008 Pascal Bleser <guru@unixtech.be> 1.0
|
||||
- new upstream version
|
||||
|
||||
* Sat Apr 19 2008 Pascal Bleser <guru@unixtech.be> 0.8
|
||||
- new upstream version
|
||||
* Thu Apr 17 2008 Pascal Bleser <guru@unixtech.be>
|
||||
- update to 0.7
|
||||
* Tue Feb 5 2008 Pascal Bleser <guru@unixtech.be>
|
||||
- update to 0.6
|
||||
* Sun Nov 18 2007 Pascal Bleser <guru@unixtech.be>
|
||||
- update to 0.5.4
|
||||
* Thu Sep 13 2007 Pascal Bleser <guru@unixtech.be>
|
||||
- update to 0.5.3.1
|
||||
* Wed Sep 5 2007 Pascal Bleser <guru@unixtech.be>
|
||||
- update to 0.5.2
|
||||
* Sun Sep 2 2007 Pascal Bleser <guru@unixtech.be>
|
||||
- update to 0.5
|
||||
* Thu Aug 30 2007 Pascal Bleser <guru@unixtech.be>
|
||||
- update to 0.4.3
|
||||
* Wed Aug 29 2007 Pascal Bleser <guru@unixtech.be>
|
||||
- update to 0.4.2
|
||||
* Wed Aug 8 2007 Pascal Bleser <guru@unixtech.be>
|
||||
- update to 0.4.1
|
||||
* Fri Jul 27 2007 Pascal Bleser <guru@unixtech.be>
|
||||
- update to 0.3
|
||||
- delsuffix removed
|
||||
* Tue Jul 24 2007 Pascal Bleser <guru@unixtech.be>
|
||||
- added debug_package
|
||||
* Sun Jul 22 2007 Pascal Bleser <guru@unixtech.be>
|
||||
- new package
|
||||
|
Loading…
x
Reference in New Issue
Block a user