Accepting request 265096 from home:posophe:branches:multimedia:apps
Split out cd discit. OBS-URL: https://build.opensuse.org/request/show/265096 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cd-discid?expand=0&rev=1
This commit is contained in:
commit
16b3beb54c
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
3
cd-discid-1.4.tar.gz
Normal file
3
cd-discid-1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffd68cd406309e764be6af4d5cbcc309e132c13f3597c6a4570a1f218edd2c63
|
||||
size 12435
|
5
cd-discid.changes
Normal file
5
cd-discid.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 13 18:51:43 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
- Initial release (version 1.4)
|
||||
|
45
cd-discid.spec
Normal file
45
cd-discid.spec
Normal file
@ -0,0 +1,45 @@
|
||||
#
|
||||
# spec file for package cd-discid
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products 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.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Name: cd-discid
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
Version: 1.4
|
||||
Release: 0
|
||||
Summary: Utility to get CDDB discid information
|
||||
URL: http://linukz.org/cd-discid.shtml
|
||||
Source0: http://linukz.org/download/%{name}-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
cd-discid is a backend utility to get CDDB discid information for a
|
||||
CD-ROM disc. It was originally designed for cdgrab (now abcde), but
|
||||
can be used for any purpose requiring CDDB data.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
%make_install PREFIX=%{_prefix} STRIP=:
|
||||
|
||||
%files
|
||||
%doc changelog COPYING README
|
||||
%{_bindir}/cd-discid
|
||||
%{_mandir}/man1/cd-discid.1*
|
Loading…
Reference in New Issue
Block a user