1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-07-01 00:53:14 +00:00
ympd/contrib/myMPD.spec

53 lines
1.2 KiB
RPMSpec
Raw Normal View History

#
# spec file for package myMPD
#
# (c) 2018 Juergen Mang <mail@jcgames.de
Name: myMPD
Version: master
Release: 0
License: GPL-2.0
Group: Productivity/Multimedia/Sound/Players
Summary: Standalone webclient for mpd
Url: https://github.com/jcorporation/myMPD
Source: https://github.com/jcorporation/myMPD/archive/master.zip
BuildRequires: gcc
BuildRequires: cmake
BuildRequires: unzip
BuildRequires: libmpdclient-devel
BuildRequires: libmpdclient2
BuildRequires: pkgconfig
BuildRequires: openssl-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
2018-08-30 20:50:02 +00:00
%description
2018-08-28 11:28:52 +00:00
myMPD is a standalone and mobile friendly web mpdclient.
%prep
%setup -q -n %{name}-%{version}
%build
mkdir release
cd release
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=RELEASE ..
make
%install
cd release
make install DESTDIR=%{buildroot}
chmod 755 %{buildroot}/usr/share/mympd/crcert.sh
%files
%defattr(-,root,root,-)
%doc README.md LICENSE
/usr/bin/mympd
/usr/share/mympd
%config /etc/mympd
/usr/share/man/man1/mympd.1.gz
2018-08-28 11:28:52 +00:00
/var/lib/mympd
%changelog
* Tue Aug 28 2018 Juergen Mang <mail@jcgames.de> - master
- Version from master