commit d32b6cf0ae711ec20cf4914bfd04fdee39689d2f101b2450573e52a3a7474171 Author: Takashi Iwai Date: Mon Dec 15 10:35:07 2014 +0000 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 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/cd-discid-1.4.tar.gz b/cd-discid-1.4.tar.gz new file mode 100644 index 0000000..4a8864e --- /dev/null +++ b/cd-discid-1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd68cd406309e764be6af4d5cbcc309e132c13f3597c6a4570a1f218edd2c63 +size 12435 diff --git a/cd-discid.changes b/cd-discid.changes new file mode 100644 index 0000000..71860fd --- /dev/null +++ b/cd-discid.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sat Dec 13 18:51:43 UTC 2014 - p.drouand@gmail.com + +- Initial release (version 1.4) + diff --git a/cd-discid.spec b/cd-discid.spec new file mode 100644 index 0000000..452bc3f --- /dev/null +++ b/cd-discid.spec @@ -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*