Blob Blame History Raw
Name:		xfdashboard
Version:	0.1.3
Release:	1%{?dist}
Summary:	GNOME shell like dashboard for Xfce

License:	GPLv2+
URL:		https://github.com/gmc-holle/xfdashboard
Source0:	https://github.com/gmc-holle/xfdashboard/archive/%{version}.tar.gz

BuildRequires:	libwnck-devel
BuildRequires:	clutter-devel
BuildRequires:	xfconf-devel
BuildRequires:	garcon-devel
BuildRequires:	libtool
BuildRequires:	xfce4-dev-tools
BuildRequires:	libICE-devel

%description
Xfdashboard provides a GNOME shell dashboard like interface for use with Xfce
desktop. It can be configured to run to any keyboard shortcut and when executed
provides an overview of applications currently open enabling the user to switch
between different applications. The search feature works like Xfce's app finder
which makes it convenient to search for and start applications.

%prep
%setup -q

%build
export CFLAGS="%{optflags}"
./autogen.sh --prefix=%{_prefix}
make %{?_smp_mflags} V=1

%install
make install DESTDIR=%{buildroot}

%files
%doc AUTHORS ChangeLog README TODO
%{_bindir}/xfdashboard

%changelog
* Tue Feb 11 2014 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.1.3-1
- Updated to the latest upstream version

* Mon Feb 10 2014 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.1.2-3
- Corrected flags used for building the package
- Edited the description

* Sun Feb 02 2014 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.1.2-2
- Corrected version used for packaging
- Added the doc files

* Wed Jan 29 2014 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.1.3-1
- Initial build for Fedora