[thunderbird-lightning/el5] Add pysqlite2 tarball from EL5 TB srpm

Orion Poplawski orion at fedoraproject.org
Mon Feb 25 22:34:34 UTC 2013


commit 3c791e44fef8ed74415a0560bbfc825ddaf8c88a
Author: Orion Poplawski <orion at nwra.com>
Date:   Mon Feb 25 15:34:30 2013 -0700

    Add pysqlite2 tarball from EL5 TB srpm

 .gitignore                 |    1 +
 sources                    |    1 +
 thunderbird-lightning.spec |    4 ++++
 3 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1230d8c..b8d6435 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@
 /lightning-1.8.source.tar.bz2
 /lightning-1.9.source.tar.bz2
 /l10n-1.9.tar.xz
+/pysqlite-2.6.3.tar.gz
diff --git a/sources b/sources
index 3eedec4..3942c49 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 2341ba00977f1db9c2e422636a33d527  lightning-1.9.source.tar.bz2
 4d111e65f3285ea9238d9b3f75c4fe5b  l10n-1.9.tar.xz
+711afa1062a1d2c4a67acdf02a33d86e  pysqlite-2.6.3.tar.gz
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index 6efbd7d..f82e811 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -38,6 +38,7 @@ Source1:        mklangsource.sh
 Source2:        l10n-%{version}.tar.xz
 # Config file for compilation
 Source10:       thunderbird-mozconfig
+Source31:       pysqlite-2.6.3.tar.gz
 # Finds requirements provided outside of the current file set
 Source100:      find-external-requires
 
@@ -162,6 +163,9 @@ echo "ac_add_options --disable-jemalloc" >> .mozconfig
 echo "ac_add_options --disable-elf-hack" >> .mozconfig
 %endif
 
+# Copy pysqlite tarball to location from where it will be installed, for RHEL5 only
+%{__cp} %{SOURCE31} mozilla/testing/mozbase/mozprofile
+
 # Fix permissions
 find -name \*.js -type f | xargs chmod -x
 


More information about the scm-commits mailing list