Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 39c65060d1a693aac88027b3fe6aa09b > files > 5

qroneko-0.5.4-4.fc13.src.rpm

Name:		qroneko
Version:	0.5.4
Release:	4%{?dist}
Summary:	A qt front end to crontab
Group:		Applications/System
License:	GPLv2+ 
URL:		http://qroneko.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
Patch0:		qroneko-0.5.4-CronModel.cpp.patch
Patch1:		qroneko-0.5.4-ExecuteList.cpp.patch

BuildRequires:	qt-devel,desktop-file-utils


%description
qroneko is a scheduling utility which uses crontab as the back-end.
Features and highlights:
 * Smart "Cron Time" Setting.
 * Lists expected execute time.
 * Enables to edit crontab by text

%prep
%setup -q
%patch0 -p0
%patch1 -p0


%build
%{_qt4_qmake} -project -o qroneko.pro
%{_qt4_qmake} qroneko.pro
make %{?_smp_mflags}

%install
install -pd $RPM_BUILD_ROOT/%{_bindir}
install -p %{name} $RPM_BUILD_ROOT/%{_bindir}

#menu-entries
install -pdm 755 $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1}
install -pd $RPM_BUILD_ROOT%{_datadir}/pixmaps
cp -p %{name}.png $RPM_BUILD_ROOT%{_datadir}/pixmaps


%files
%defattr(-,root,root,-)
%{_bindir}/qroneko
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/qroneko*.desktop
%doc README



%changelog
* Mon Feb 21 2011 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> 0.5.4-4
- Fixed buildroot,timestamp and desktop file issues

* Tue Aug 31 2010 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> 0.5.4-3
- Fixed build requirement and add Desktop file and add patch for x86_64 system

* Fri Aug 27 2010 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> 0.5.4-2
- Add doc and fixed LICENSE and URL issue 

* Fri Aug 13 2010 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> 0.5.4-1
- Initial Build