[OpenLP] Build 1.9.5 - Beta 1 Release

Tim Bentley trb143 at fedoraproject.org
Fri Mar 25 19:04:08 UTC 2011


commit 0c92bfa8fef59842b20ae9fcea00d4c0da333cd3
Author: Tim Bentley <Tim.Bentley at gmail.com>
Date:   Fri Mar 25 19:03:13 2011 +0000

    Build 1.9.5 - Beta 1 Release

 .gitignore  |    1 +
 OpenLP.spec |   22 ++++++++++------------
 sources     |    2 +-
 3 files changed, 12 insertions(+), 13 deletions(-)
---
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 <timbentley at openlp.org> - 1.9.5-1
+- Beta 1 release build
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list