]> git.pld-linux.org Git - packages/nightingale.git/commitdiff
new; songbird fork master
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 18 Jan 2018 23:19:59 +0000 (01:19 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 18 Jan 2018 23:20:23 +0000 (01:20 +0200)
good luck compiling this!

nightingale.spec [new file with mode: 0644]

diff --git a/nightingale.spec b/nightingale.spec
new file mode 100644 (file)
index 0000000..2ea4fae
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       Nightingale Media Player
+Name:          nightingale
+Version:       1.12.1
+Release:       0.1
+License:       GPL-2, BSD, MPL
+Group:         X11/Applications/Multimedia
+Source0:       https://github.com/nightingale-media-player/nightingale-hacking/archive/%{name}-%{version}.tar.gz
+URL:           https://getnightingale.com/
+BuildRequires: bash
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Nightingale is a community based fork of the Songbird Media player
+distributed under the GNU GPL and portions (XULRunner and Mozilla
+libs) licensed under the Mozilla MPL/BSD license.
+
+The goal of Nightingale is to create a Media Player, which will
+eventually use only system libraries to conserve space. Currently,
+some libraries are still bundled, but progress is being made to change
+this fact.
+
+This git tree is the Songbird trunk, rebranded for Nightingale. It's a
+reflection of what our Xul 6+ releases will be like.
+
+%prep
+%setup -qc
+mv nightingale-hacking-nightingale-%{version}/* .
+
+%build
+bash -x ./build.sh
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
This page took 0.070222 seconds and 4 git commands to generate.