[packages/PySolFC-Music] - new

baggins baggins at pld-linux.org
Fri Sep 15 09:47:54 CEST 2023


commit 563b997437d3e41d1815d33c544d1d31f80bee81
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Sep 15 08:31:18 2023 +0200

    - new

 PySolFC-Music.spec | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
---
diff --git a/PySolFC-Music.spec b/PySolFC-Music.spec
new file mode 100644
index 0000000..0a2a46d
--- /dev/null
+++ b/PySolFC-Music.spec
@@ -0,0 +1,34 @@
+Summary:	Music for PySolFC
+Name:		PySolFC-Music
+Version:	4.50
+Release:	1
+License:	GPL v2+
+Group:		Applications/Games
+Source0:	http://downloads.sourceforge.net/pysolfc/pysol-music-%{version}.tar.xz
+# Source0-md5:	b71a138ce8e0d11c0a67359e980cce23
+URL:		http://pysolfc.sourceforge.net/
+BuildRequires:	rpmbuild(macros) >= 1.710
+Requires:	PySolFC
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the background music for PySolFC.
+
+%prep
+%setup -q -n pysol-music-%{version}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/PySolFC/
+
+cp -a data/music $RPM_BUILD_ROOT%{_datadir}/PySolFC
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/PySolFC/music
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/PySolFC-Music.git/commitdiff/563b997437d3e41d1815d33c544d1d31f80bee81



More information about the pld-cvs-commit mailing list