|
@@ -1,15 +1,22 @@
|
|
|
|
+%define ver 1.3.0
|
|
|
|
+%define rel 1
|
|
|
|
+
|
|
Name: libcue
|
|
Name: libcue
|
|
-Version: 1.3.0
|
|
|
|
-Release: 5%{?dist}
|
|
|
|
|
|
+Version: %{ver}
|
|
|
|
+Release: %{rel}%{?_dist_release}
|
|
Summary: Cue sheet parser library
|
|
Summary: Cue sheet parser library
|
|
|
|
+Summary: Cue シートをパースするライブラリ
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
# Files libcue/rem.{c,h} contains a BSD header
|
|
# Files libcue/rem.{c,h} contains a BSD header
|
|
License: GPLv2 and BSD
|
|
License: GPLv2 and BSD
|
|
URL: http://libcue.sourceforge.net/
|
|
URL: http://libcue.sourceforge.net/
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: iwaim
|
|
|
|
|
|
%description
|
|
%description
|
|
Libcue is intended for parsing a so-called cue sheet from a char string or
|
|
Libcue is intended for parsing a so-called cue sheet from a char string or
|
|
@@ -66,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Feb 2 2013 IWAI, Masaharu <iwai@alib.jp> 1.3.0-1
|
|
|
|
+- initial build for Vine Linux
|
|
|
|
+
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-5
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|