%{!?python_sitelib:%global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: Open source Church presentation and lyrics projection application Name: OpenLP Version: 1.9.5 Release: 1%{?dist} Source0: http://downloads.sourceforge.net/openlp/openlp/%{version}/%{name}-%{version}.tar.gz License: GPLv2 Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch URL: http://openlp.org/ BuildRequires: desktop-file-utils BuildRequires: python2-devel BuildRequires: python-setuptools Requires: PyQt4 Requires: phonon Requires: python-BeautifulSoup Requires: python-chardet Requires: python-lxml Requires: python-sqlalchemy Requires: python-enchant Requires: hicolor-icon-theme %description OpenLP is a church presentation software, for lyrics projection software, used to display slides of Songs, Bible verses, videos, images, and presentations (if OpenOffice.org is installed) using a computer and projector. %prep %setup -q %build python setup.py build %install rm -rf %{buildroot} python setup.py install --skip-build -O1 --root %{buildroot} install -m644 -p -D resources/images/openlp-logo-16x16.png \ %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/openlp.png install -m644 -p -D resources/images/openlp-logo-32x32.png \ %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/openlp.png install -m644 -p -D resources/images/openlp-logo-48x48.png \ %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/openlp.png install -m644 -p -D resources/images/openlp-logo.svg \ %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/openlp.svg desktop-file-install \ --dir %{buildroot}/%{_datadir}/applications \ resources/openlp.desktop mv %{buildroot}%{_bindir}/openlp.pyw %{buildroot}%{_bindir}/openlp mkdir -p %{buildroot}%{_datadir}/openlp/i18n/ mv resources/i18n/*.qm %{buildroot}%{_datadir}/openlp/i18n %post touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: update-desktop-database &> /dev/null ||: %postun touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: update-desktop-database &> /dev/null ||: %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc copyright.txt LICENSE %{_bindir}/openlp %{_datadir}/applications/openlp.desktop %{_datadir}/icons/hicolor/*/apps/openlp.* %{_datadir}/openlp %{python_sitelib}/openlp/ %{python_sitelib}/OpenLP-%{version}*.egg-info %doc documentation/*.txt %changelog * Fri Mar 25 2011 Tim Bentley - 1.9.5-1 - Beta 1 release build * Mon Feb 07 2011 Fedora Release Engineering - 1.9.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat Jan 8 2011 Tim Bentley - 1.9.4-1 - Alpha 4 release build * Sat Sep 25 2010 Tim Bentley - 1.9.3-1 - Alpha 3 release build * Mon Aug 30 2010 Tim Bentley - 1.9.2.1-4 - Update to build 1000 * Sat Aug 28 2010 Tim Bentley - 1.9.2.1-3 - Update to 996 and test build on git * Wed Jul 21 2010 David Malcolm - 1.9.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Sat Jun 26 2010 Tim Bentley 1.9.2.1 - Fix bug with build versions * Sat Jun 26 2010 Tim Bentley 1.9.2 - New Release - Alpha 2 Release * Sun Mar 28 2010 Tim Bentley 1.9.1.1 - Initial build version - Alpha 1 Release