commit 8279c5894f544a0f72bf60cda796b7ea17702475
Author: Sean Callaway <seancallaway(a)gmail.com>
Date: Wed Jan 31 20:21:11 2018 -0800
Update to 0.0.4
.gitignore | 1 +
discord.spec | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 78 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..84e2fb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/discord-0.0.4.tar.gz
diff --git a/discord.spec b/discord.spec
new file mode 100644
index 0000000..ddce3c1
--- /dev/null
+++ b/discord.spec
@@ -0,0 +1,76 @@
+%global debug_package %{nil}
+%global __strip /bin/true
+%global __requires_exclude libffmpeg.so
+
+Name: discord
+Version: 0.0.4
+Release: 1%{?dist}
+Summary: All-in-one voice and text chat for gamers
+
+# License Information:
https://bugzilla.rpmfusion.org/show_bug.cgi?id=4441#c14
+License: Proprietary
+URL:
https://discordapp.com/
+Source0:
https://dl.discordapp.net/apps/linux/%{version}/%{name}-%{version}.tar.gz
+ExclusiveArch: x86_64
+
+BuildRequires: desktop-file-utils%{_isa}
+BuildRequires: sed%{_isa}
+
+Requires: glibc%{_isa}
+Requires: alsa-lib%{_isa}
+Requires: GConf2%{_isa}
+Requires: libnotify%{_isa}
+Requires: nspr%{_isa} >= 4.13
+Requires: nss%{_isa} >= 3.27
+Requires: libX11%{_isa} >= 1.6
+Requires: libXtst%{_isa} >= 1.2
+Requires: libappindicator%{_isa}
+Requires: libcxx%{_isa}
+
+%description
+Linux Release for Discord, a free proprietary VoIP application designed for
+gaming communities.
+
+%prep
+%autosetup -n Discord
+
+%build
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{_bindir}/
+mkdir -p %{buildroot}/%{_libdir}/discord
+mkdir -p %{buildroot}/%{_datadir}/applications
+
+cp -r * %{buildroot}/%{_libdir}/discord/
+ln -sf %{_libdir}/discord/Discord %{buildroot}/%{_bindir}/
+desktop-file-install \
+--set-icon=%{_libdir}/discord/discord.png \
+--set-key=Exec --set-value=%{_bindir}/Discord \
+--delete-original \
+--dir=%{buildroot}/%{_datadir}/applications \
+discord.desktop
+
+%files
+%defattr(-,root,root)
+%{_libdir}/discord/
+%{_bindir}/Discord
+%{_datadir}/applications/discord.desktop
+
+
+%changelog
+* Wed Jan 31 2018 Sean Callaway <seancallaway(a)fedoraproject.org> 0.0.4-1
+- Update to 0.0.4
+
+* Tue Dec 12 2017 Sean Callaway <seancallaway(a)fedoraproject.org> 0.0.3-1
+- Update to 0.0.3
+- Now using desktop-file-install.
+- Removed unneeded requirements.
+
+* Wed Aug 16 2017 Sean Callaway <seancallaway(a)fedoraproject.org> 0.0.2-1
+- Update to 0.0.2
+- Spec file cleanup.
+
+* Thu Jan 12 2017 Sean Callaway <seancallaway(a)fedoraproject.org> 0.0.1-1
+- Initial build using version 0.0.1
+
diff --git a/sources b/sources
index e69de29..945dfc1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+573637dc71ac61f1b4f47e1637aa946b discord-0.0.4.tar.gz