Name: itools Version: 0.6.2 Release: 1%{?dist} Summary: Command line tools for The Islamic Tools and Libraries Project Group: Applications/System License: GPLv2 URL: http://www.arabeyes.org/project.php?proj=ITL Source0: http://superb-east.dl.sourceforge.net/sourceforge/arabeyes/itools-0.6.2.tar.bz2 Patch0: %{name}-destdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libitl-devel >= 0.6.4 #Requires: %description The Islamic Tools and Libraries (ITL) is a project to provide a plethora of useful Islamic tools and applications as well as a comprehensive feature-full Islam-centric library. The ITL project currently includes Hijri date, Muslim prayer times, and Qibla. This package contains several command line tools written using ITL %prep %setup -q %patch -p1 -b .destdir ./autogen.sh %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS README %{_bindir}/ical %{_bindir}/idate %{_bindir}/ipraytime %{_bindir}/ireminder %doc %{_mandir}/man1/ical.1.bz2 %doc %{_mandir}/man1/idate.1.bz2 %doc %{_mandir}/man1/ipraytime.1.bz2 %doc %{_mandir}/man1/ireminder.1.bz2 %changelog * Mon Apr 28 2008 Muhammad Suleman Khalid - Initial package. Spec file adopted from the one from fedora source RPM from Mohd Izhar Firdaus Ismail 0.6.2-1. See http://izhar.fedorapeople.org/itl/.