[thunderbird-lightning] Split Google data provider into a sub-package (bug #554113)

Orion Poplawski orion at fedoraproject.org
Fri Aug 16 20:00:45 UTC 2013


commit ce56965a86977b921217e1be960d5bd6508b7278
Author: Orion Poplawski <orion at nwra.com>
Date:   Fri Aug 16 14:00:33 2013 -0600

    Split Google data provider into a sub-package (bug #554113)

 thunderbird-lightning.spec |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index 78e84bd..498a591 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -28,7 +28,7 @@
 Name:           thunderbird-lightning
 Summary:        The calendar extension to Thunderbird
 Version:        1.9.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 URL:            http://www.mozilla.org/projects/calendar/lightning/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Productivity
@@ -100,6 +100,20 @@ integrated with Thunderbird, allowing it to easily perform email-related
 calendaring tasks.
 
 
+%package gdata
+Summary:        Lightning data provider for Google Calendar
+# Bump one with each minor lightning release
+Version:        0.18
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description gdata
+This extension allows Lightning to read and write events to a Google Calendar.
+
+Please read http://wiki.mozilla.org/Calendar:GDATA_Provider for more details
+and before filing a bug. Also, be sure to visit the dicussion forums, maybe
+your bug already has a solution!
+
+
 %prep
 %setup -q -c -a 2
 cd %{tarballdir}
@@ -200,14 +214,19 @@ find $RPM_BUILD_ROOT -name \*.so | xargs chmod 0755
 #===============================================================================
 
 %files
-%defattr(-,root,root,-)
 %doc %{tarballdir}/mozilla/LEGAL %{tarballdir}/mozilla/LICENSE %{tarballdir}/mozilla/README.txt
 %{lightning_extname}
+
+%files gdata
+%doc %{tarballdir}/mozilla/LEGAL %{tarballdir}/mozilla/LICENSE %{tarballdir}/mozilla/README.txt
 %{gdata_extname}
 
 #===============================================================================
 
 %changelog
+* Fri Aug 16 2013 Orion Poplawski <orion at cora.nwra.com> - 1.9.1-4
+- Split Google data provider into a sub-package (bug #554113)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list