diff --git a/.gitignore b/.gitignore index de7234d..702c718 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ OpenLP-1.9.2.1.tar.gz /OpenLP-1.9.2.1.tar.gz /OpenLP-1.9.3.tar.gz /OpenLP-1.9.4.tar.gz +/OpenLP-1.9.5.tar.gz diff --git a/OpenLP.spec b/OpenLP.spec index 34fcdbf..8b6a399 100644 --- a/OpenLP.spec +++ b/OpenLP.spec @@ -2,8 +2,8 @@ Summary: Open source Church presentation and lyrics projection application Name: OpenLP -Version: 1.9.4 -Release: 2%{?dist} +Version: 1.9.5 +Release: 1%{?dist} Source0: http://downloads.sourceforge.net/openlp/openlp/%{version}/%{name}-%{version}.tar.gz License: GPLv2 Group: Applications/Multimedia @@ -53,23 +53,20 @@ desktop-file-install \ --dir %{buildroot}/%{_datadir}/applications \ resources/openlp.desktop -mv %{buildroot}%{_bindir}/bible-1to2-converter.py \ - %{buildroot}%{_bindir}/bible-1to2-converter -mv %{buildroot}%{_bindir}/openlp-1to2-converter.py \ - %{buildroot}%{_bindir}/openlp-1to2-converter -mv %{buildroot}%{_bindir}/openlp-remoteclient.py \ - %{buildroot}%{_bindir}/openlp-remoteclient 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} @@ -77,17 +74,18 @@ rm -rf %{buildroot} %files %defattr(-,root,root) %doc copyright.txt LICENSE -%{_bindir}/bible-1to2-converter -%{_bindir}/openlp-1to2-converter -%{_bindir}/openlp-remoteclient %{_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 diff --git a/sources b/sources index 0766fe8..7328dc6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39ae3c1cda116cc0a871d69e80ac6894 OpenLP-1.9.4.tar.gz +b5108a27493252bc73d7c7f782de52da OpenLP-1.9.5.tar.gz