summaryrefslogtreecommitdiffstats
path: root/gnome-shell-extension-music-control.spec
diff options
context:
space:
mode:
authorTimur Kristóf <venemo@msn.com>2011-05-08 19:42:48 +0200
committerTimur Kristóf <venemo@msn.com>2011-05-08 19:42:48 +0200
commitbed8a58d1e0742034d73eecabedab4c7b52fdfb8 (patch)
treeeebe96612248429d3875a0766000ca62d51f098d /gnome-shell-extension-music-control.spec
downloadgnome-shell-extension-music-control-bed8a58d1e0742034d73eecabedab4c7b52fdfb8.tar.gz
gnome-shell-extension-music-control-bed8a58d1e0742034d73eecabedab4c7b52fdfb8.tar.xz
gnome-shell-extension-music-control-bed8a58d1e0742034d73eecabedab4c7b52fdfb8.zip
Initial commit of the music extension
Diffstat (limited to 'gnome-shell-extension-music-control.spec')
-rw-r--r--gnome-shell-extension-music-control.spec37
1 files changed, 37 insertions, 0 deletions
diff --git a/gnome-shell-extension-music-control.spec b/gnome-shell-extension-music-control.spec
new file mode 100644
index 0000000..adbf865
--- /dev/null
+++ b/gnome-shell-extension-music-control.spec
@@ -0,0 +1,37 @@
+Name: gnome-shell-extension-music-control
+Version: 1.0
+Release: 1%{?dist}
+Summary: Gnome shell extension to control music playback
+Group: User Interface/Desktops
+License: GPLv2+
+# Doesn't have its own URL yet
+#URL: http://
+Source0: http://venemo.fedorapeople.org/sources/%{name}-%{version}.tar.gz
+BuildArch: noarch
+Requires: gnome-shell >= 3.0.0.2
+
+%description
+%{name} is a simple Gnome shell extension
+that can control music playback.
+
+%prep
+%setup -q
+
+%build
+%{nil}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/music-control@venemo.net/
+install -pm 644 extension.js $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/music-control@venemo.net/
+install -pm 644 metadata.json $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/music-control@venemo.net/
+
+%files
+%defattr(-,root,root,-)
+%{_datadir}/gnome-shell/extensions/music-control@venemo.net/extension.js
+%{_datadir}/gnome-shell/extensions/music-control@venemo.net/metadata.json
+%doc LICENSE
+
+%changelog
+* Sun May 8 2011 Timur Kristóf <venemo@fedoraproject.org> 1.0.0-1
+- Initial version