Compare commits
No commits in common. "33cd00253de37551436051612732e5b0d428a782" and "2930b9ecea5640954b669829d0d630f38b9dffee" have entirely different histories.
33cd00253d
...
2930b9ecea
@ -1,6 +1,6 @@
|
||||
Name: libmikmod
|
||||
Version: 3.3.11.1
|
||||
Release: 8
|
||||
Release: 5
|
||||
Summary: MOD Music File Player library
|
||||
License: GPLv2 and LGPLv2+
|
||||
URL: http://mikmod.sourceforge.net/
|
||||
@ -8,7 +8,7 @@ Source0: http://downloads.sourceforge.net/mikmod/libmikmod-%{version}.ta
|
||||
Patch0001: libmikmod-64bit.patch
|
||||
Patch0002: libmikmod-multilib.patch
|
||||
Patch0003: libmikmod-cflags.patch
|
||||
BuildRequires: alsa-lib-devel pulseaudio-libs-devel gcc
|
||||
BuildRequires: alsa-lib-devel pulseaudio-libs-devel
|
||||
|
||||
%description
|
||||
libmikmod is a library of mikmod MOD music file players for systems similar to
|
||||
@ -28,7 +28,6 @@ for the libmikmod library.
|
||||
%package help
|
||||
Summary: This package contains help documents
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Buildarch: noarch
|
||||
|
||||
%description help
|
||||
Files for help with libmikmod.
|
||||
@ -48,6 +47,8 @@ Files for help with libmikmod.
|
||||
%post devel
|
||||
/sbin/install-info %{_infodir}/mikmod.info %{_infodir}/dir || :
|
||||
|
||||
%postun devel
|
||||
/sbin/install-info --delete %{_infodir}/mikmod.info %{_infodir}/dir || :
|
||||
|
||||
%files
|
||||
%doc COPYING.LIB COPYING.LESSER
|
||||
@ -67,14 +68,5 @@ Files for help with libmikmod.
|
||||
%{_mandir}/man1/%{name}-config*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 20 2024 Bowen Wang<wangbowen@cqsoftware.com.cn> - 3.3.11.1-8
|
||||
- Added 'Buildarch: noarch' to the help subpackage
|
||||
|
||||
* Tue Jun 08 2021 wulei <wulei80@huawei.com> - 3.3.11.1-7
|
||||
- fixes failed: error: no acceptable C compiler found in $PATH
|
||||
|
||||
* Sun Sep 20 2020 yanan li <liyanan032@huawei.com> - 3.3.11.1-6
|
||||
- delete %postun
|
||||
|
||||
* Wed Nov 27 2019 gulining<gulining1@huawei.com> - 3.3.11.1-5
|
||||
- Pakcage init
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
version_control: git
|
||||
src_repo: https://git.code.sf.net/p/mikmod/mikmod
|
||||
tag_prefix: "^libmikmod-"
|
||||
separator: "."
|
||||
git_url: https://github.com/sezero/mikmod.git
|
||||
version_control: github
|
||||
src_repo: sezero/mikmod
|
||||
tag_prefix: "libmikmod-"
|
||||
seperator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user