Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > dd62901a2196e96b96aa87f5bf7b739d > files > 1

kde-plasma-daisy-0.0.4.25-1.fc14.src.rpm

Name:		kde-plasma-daisy
Version:	0.0.4.25
Release:	1%{?dist}
Summary:	A versatile application launcher

Group:		User Interface/Desktops
License:	GPLv3+
URL:		http://www.cdlszm.org/
Source0:	http://cdlszm.org/downloads/plasma-applet-daisy-%{version}.tar.gz

BuildRequires:	kdebase-workspace-devel gettext


%description
Daisy is a versatile yet simple plasma application launcher applet.
It supports three different types of roles: a circular dock,
a media controller and a linear dock.


%prep
%setup -q -n plasma-applet-daisy-%{version}
#fixing rights
chmod 0644 applet/src/*.cpp
chmod 0644 applet/src/*.h
chmod 0644 AUTHORS CHANGELOG COPYING README TODO


%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} ..
popd
make %{?_smp_mflags} -C %{_target_platform}


%install
rm -rf %{buildroot}
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}

%find_lang plasma_applet_daisy


%clean
rm -rf %{buildroot}


%files -f plasma_applet_daisy.lang
%defattr(-,root,root,-)
%doc AUTHORS CHANGELOG COPYING README TODO
%{_kde4_libdir}/kde4/plasma_applet_daisy.so
%{_kde4_appsdir}/desktoptheme/default/widgets/*svgz
%{_kde4_datadir}/kde4/services/plasma-applet-daisy.desktop



%changelog
* Sat Nov 20 2010 Julian Aloofi <julian at, fedoraproject.org> - 0.0.4.25-1
- update to latest upstream release

* Tue Jul 06 2010 Julian Aloofi <julian at, fedoraproject.org> - 0.0.4.23-2
- fix permission of daisyTasks.cpp

* Sun Jul 04 2010 Julian Aloofi <julian at, fedoraproject.org> - 0.0.4.23-1
- updated to new upstream version
- new upstream homepage
- removed BuildRoot tag
- chmod in prep not needed anymore

* Wed Mar 31 2010 Julian Aloofi <julian at, fedoraproject.org> - 0.0.4.22-2
- using the kde4_appsdir macro in the files section now

* Mon Mar 29 2010 Julian Aloofi <julian at, fedoraproject.org> - 0.0.4.22-1
- initial package