Compare commits
11 Commits
2930b9ecea
...
33cd00253d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33cd00253d | ||
|
|
2c67b44f2b | ||
|
|
38017113a3 | ||
|
|
e71043ada9 | ||
|
|
74f8eaf2db | ||
|
|
bf49b13b1e | ||
|
|
8253a83246 | ||
|
|
f6949b4fa2 | ||
|
|
ad3b8ddcc2 | ||
|
|
671e56fd73 | ||
|
|
1913e71e95 |
@ -1,6 +1,6 @@
|
||||
Name: libmikmod
|
||||
Version: 3.3.11.1
|
||||
Release: 5
|
||||
Release: 8
|
||||
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
|
||||
BuildRequires: alsa-lib-devel pulseaudio-libs-devel gcc
|
||||
|
||||
%description
|
||||
libmikmod is a library of mikmod MOD music file players for systems similar to
|
||||
@ -28,6 +28,7 @@ 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.
|
||||
@ -47,8 +48,6 @@ 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
|
||||
@ -68,5 +67,14 @@ 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,5 +1,4 @@
|
||||
git_url: https://github.com/sezero/mikmod.git
|
||||
version_control: github
|
||||
src_repo: sezero/mikmod
|
||||
tag_prefix: "libmikmod-"
|
||||
seperator: "."
|
||||
version_control: git
|
||||
src_repo: https://git.code.sf.net/p/mikmod/mikmod
|
||||
tag_prefix: "^libmikmod-"
|
||||
separator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user