|
@@ -1,5 +1,5 @@
|
|
%define pkg_version 0.2.2
|
|
%define pkg_version 0.2.2
|
|
-%define pkg_release 2%{?_dist_release}
|
|
|
|
|
|
+%define pkg_release 3%{?_dist_release}
|
|
|
|
|
|
Summary: A library for creating MusicBrainz DiscIDs from audio CDs
|
|
Summary: A library for creating MusicBrainz DiscIDs from audio CDs
|
|
Summary(ja): 音楽 CD から MusicBrainz ディスク ID を作成するためのライブラリ
|
|
Summary(ja): 音楽 CD から MusicBrainz ディスク ID を作成するためのライブラリ
|
|
@@ -7,8 +7,9 @@ Name: libdiscid
|
|
Version: %{pkg_version}
|
|
Version: %{pkg_version}
|
|
Release: %{pkg_release}
|
|
Release: %{pkg_release}
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
+
|
|
License: LGPL
|
|
License: LGPL
|
|
-Group: Sytem Environment/Libraries
|
|
|
|
|
|
+Group: System Environment/Libraries
|
|
URL: http://musicbrainz.org/doc/libdiscid/
|
|
URL: http://musicbrainz.org/doc/libdiscid/
|
|
|
|
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig
|
|
@@ -28,6 +29,7 @@ submission URL for adding the DiscID to the database.
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Summary: Development files for %{name}
|
|
|
|
+Summary(ja): %{name} の開発用ファイル
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: pkgconfig
|
|
Requires: pkgconfig
|
|
@@ -72,6 +74,9 @@ developing applications that use libdiscid.
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.2-3
|
|
|
|
+- fixed Group typo
|
|
|
|
+
|
|
* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.2-2
|
|
* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.2-2
|
|
- rebuild package
|
|
- rebuild package
|
|
|
|
|