]> git.pld-linux.org Git - packages/gnome-shell-extension-workspacebar.git/commitdiff
tar.xz deps; cosmetics
authorElan Ruusamäe <glen@delfi.ee>
Sun, 28 Oct 2012 10:48:11 +0000 (12:48 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 28 Oct 2012 10:48:11 +0000 (12:48 +0200)
gnome-shell-extension-workspacebar.spec

index 38b7f96b1e9bc351ca788e1dc94b2e437b3ce9b8..199747d386194c6e96d3879964535f9da0176bd7 100644 (file)
@@ -3,37 +3,36 @@ Summary:      A toolbar for your panel that allows you to switch workspaces
 Name:          gnome-shell-extension-%{extname}
 Version:       20121027
 Release:       1
+License:       GPL v2
 Group:         X11/Applications
-License:       GPLv2
 # $ git clone git://github.com/mbokil/workspacebar.git
 # $ cd workspacebar/
 # $ git archive --format=tar --prefix=%{name}-%{version}/ master | xz > ../%{name}-%{version}.tar.xz
 Source0:       %{extname}-%{version}.tar.xz
 # Source0-md5: 17535842481ad8d699c977eff06345af
 URL:           http://markbokil.com/downloads/extensions/
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 Requires:      gnome-shell >= 3.6.0
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A toolbar for your panel that allows you to switch workspaces.
-Latest update includes a panel position option of left, center,
-and right. Also there is an option to display the Overview on mouse
-entry.
+A toolbar for your panel that allows you to switch workspaces. Latest
+update includes a panel position option of left, center, and right.
+Also there is an option to display the Overview on mouse entry.
 
 %prep
 %setup -q -n %{extname}-%{version}
 
-%build
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas \
        $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/workspace-bar@markbokil.com
 
-install schemas/org.gnome.shell.extensions.workspacebar.gschema.xml $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/
-install *.js* $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/workspace-bar@markbokil.com/
-install *.css $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/workspace-bar@markbokil.com/
+cp -p schemas/org.gnome.shell.extensions.workspacebar.gschema.xml $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
+cp -p *.js* $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/workspace-bar@markbokil.com
+cp -p *.css $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/workspace-bar@markbokil.com
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.075363 seconds and 4 git commands to generate.