Compare commits

..

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
33cd00253d
!17 [sync] PR-15: 【轻量级PR】: Added 'Buildarch: noarch'to the help subpaackage
From: @openeuler-sync-bot 
Reviewed-by: @wk333 
Signed-off-by: @wk333
2024-09-19 01:13:48 +00:00
wangbowen
2c67b44f2b Added 'Buildarch: noarch' to the help subpackage
(cherry picked from commit b1329c33696d1b7889edb4cc7f81f5d8ff916fe5)
2024-09-05 10:10:56 +08:00
openeuler-ci-bot
38017113a3 !12 修复因缺少依赖导致编译失败问题
From: @wu-leilei
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-06-08 11:43:36 +08:00
wu-leilei
e71043ada9 fixes failed: error: no acceptable C compiler found in PATH 2021-06-08 11:13:02 +08:00
openeuler-ci-bot
74f8eaf2db !10 libmikmod.yaml: change mirror url to original url
From: @ultra_planet
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-11-23 11:48:26 +08:00
lingsheng
bf49b13b1e libmikmod.yaml: change mirror url to original url 2020-11-23 11:10:58 +08:00
openeuler-ci-bot
8253a83246 !6 delete %postun
From: @lyn1001
Reviewed-by: @yanzh_h
Signed-off-by: @yanzh_h
2020-09-21 09:12:36 +08:00
lyn1001
f6949b4fa2 delete %postun 2020-09-20 17:25:32 +08:00
lyn1001
ad3b8ddcc2 delete %preun 2020-09-20 17:23:25 +08:00
openeuler-ci-bot
671e56fd73 !4 change wrong yaml
Merge pull request !4 from wang_yue111/master
2020-08-14 09:51:59 +08:00
wang_yue111
1913e71e95 change wrong yaml 2020-08-13 11:56:58 +08:00
2 changed files with 16 additions and 9 deletions

View File

@ -1,6 +1,6 @@
Name: libmikmod Name: libmikmod
Version: 3.3.11.1 Version: 3.3.11.1
Release: 5 Release: 8
Summary: MOD Music File Player library Summary: MOD Music File Player library
License: GPLv2 and LGPLv2+ License: GPLv2 and LGPLv2+
URL: http://mikmod.sourceforge.net/ URL: http://mikmod.sourceforge.net/
@ -8,7 +8,7 @@ Source0: http://downloads.sourceforge.net/mikmod/libmikmod-%{version}.ta
Patch0001: libmikmod-64bit.patch Patch0001: libmikmod-64bit.patch
Patch0002: libmikmod-multilib.patch Patch0002: libmikmod-multilib.patch
Patch0003: libmikmod-cflags.patch Patch0003: libmikmod-cflags.patch
BuildRequires: alsa-lib-devel pulseaudio-libs-devel BuildRequires: alsa-lib-devel pulseaudio-libs-devel gcc
%description %description
libmikmod is a library of mikmod MOD music file players for systems similar to libmikmod is a library of mikmod MOD music file players for systems similar to
@ -28,6 +28,7 @@ for the libmikmod library.
%package help %package help
Summary: This package contains help documents Summary: This package contains help documents
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Buildarch: noarch
%description help %description help
Files for help with libmikmod. Files for help with libmikmod.
@ -47,8 +48,6 @@ Files for help with libmikmod.
%post devel %post devel
/sbin/install-info %{_infodir}/mikmod.info %{_infodir}/dir || : /sbin/install-info %{_infodir}/mikmod.info %{_infodir}/dir || :
%postun devel
/sbin/install-info --delete %{_infodir}/mikmod.info %{_infodir}/dir || :
%files %files
%doc COPYING.LIB COPYING.LESSER %doc COPYING.LIB COPYING.LESSER
@ -68,5 +67,14 @@ Files for help with libmikmod.
%{_mandir}/man1/%{name}-config* %{_mandir}/man1/%{name}-config*
%changelog %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 * Wed Nov 27 2019 gulining<gulining1@huawei.com> - 3.3.11.1-5
- Pakcage init - Pakcage init

View File

@ -1,5 +1,4 @@
git_url: https://github.com/sezero/mikmod.git version_control: git
version_control: github src_repo: https://git.code.sf.net/p/mikmod/mikmod
src_repo: sezero/mikmod tag_prefix: "^libmikmod-"
tag_prefix: "libmikmod-" separator: "."
seperator: "."