1 Star 0 Fork 2

丈青山/xfce4-mpc-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xfce4-mpc-plugin.spec 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
dillon chen 提交于 2020-07-27 15:24 . Init package
%global xfceversion 4.14
%global _hardened_build 1
Name: xfce4-mpc-plugin
Version: 0.5.2
Release: 1
Summary: MPD client for the Xfce panel
License: ISC
#Group: Development/Libraries
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/0.5/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: exo-devel >= 0.5.0
BuildRequires: libmpd-devel >= 0.12
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: gettext
BuildRequires: intltool
Requires: xfce4-panel >= %{xfceversion}
%description
This is a client for MPD music player which is added into a Xfce panel as a
plugin. It can control the playback and show the currently playing song.
%prep
%autosetup
%build
%configure --disable-static
%make_build
%install
%make_install
# remove la file
find %{buildroot} -name '*.la' -exec rm -f {} ';'
# make sure debuginfo is generated properly
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%find_lang %{name}
%files -f %{name}.lang
%license COPYING
%doc AUTHORS ChangeLog README TODO
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%changelog
* Mon Jul 27 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.5.2-1
- Init package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang__3125/xfce4-mpc-plugin.git
git@gitee.com:zhang__3125/xfce4-mpc-plugin.git
zhang__3125
xfce4-mpc-plugin
xfce4-mpc-plugin
master

搜索帮助