rpms/sunbird/F-12 sunbird.spec,1.46,1.47

Jan Horak xhorak at fedoraproject.org
Tue Jan 26 10:42:08 UTC 2010


Author: xhorak

Update of /cvs/pkgs/rpms/sunbird/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27536

Modified Files:
	sunbird.spec 
Log Message:
Fixed execution script


Index: sunbird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sunbird/F-12/sunbird.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- sunbird.spec	21 Jan 2010 11:29:10 -0000	1.46
+++ sunbird.spec	26 Jan 2010 10:42:07 -0000	1.47
@@ -5,7 +5,8 @@
 %endif
 %endif
 
-%define progdir %{_libdir}/%{name}-%{version}pre
+%define version_internal 1.0b2
+%define progdir %{_libdir}/%{name}-%{version_internal}pre
 
 # This is to filter unwanted provides, that should be provided only by gecko-devel
 %define _use_internal_dependency_generator 0
@@ -13,7 +14,7 @@
 
 Name:           sunbird
 Version:        1.0
-Release:        0.17.20090916hg%{?dist}
+Release:        0.18.20090916hg%{?dist}
 Summary:        Calendar application built upon Mozilla toolkit
 
 Group:          Applications/Productivity
@@ -70,7 +71,6 @@ calendar, without tying you to a particu
 Summary:        The calendar extension to Thunderbird
 Group:          Applications/Productivity
 Requires:       thunderbird >= 3.0.1
-
 Obsoletes:      thunderbird-lightning-wcap <= 0.8
 Provides:       thunderbird-lightning-wcap = %{version}-%{release}
 AutoProv: 0
@@ -164,7 +164,7 @@ cp $RPM_BUILD_ROOT%{progdir}/chrome/icon
 mkdir -p $RPM_BUILD_ROOT%{progdir}/extensions
 ls sunbird-l10n/*.xpi |while read PACK
 do
-        LANGUAGE=$(echo $PACK |sed 's,sunbird-l10n/sunbird-%{version}pre.\(.*\).langpack.xpi,\1,')
+        LANGUAGE=$(echo $PACK |sed 's,sunbird-l10n/sunbird-%{version_internal}pre.\(.*\).langpack.xpi,\1,')
         DIR=$RPM_BUILD_ROOT%{progdir}/extensions/langpack-$LANGUAGE at sunbird.mozilla.org
         mkdir -p $DIR
         unzip -qod $DIR $PACK
@@ -292,6 +292,9 @@ fi
 
 
 %changelog
+* Tue Jan 26 2010 Jan Horak <jhorak at redhat.com> - 1.0-0.18.20090916hg
+- Fixed sunbird exec script
+
 * Thu Jan 21 2010 Jan Horak <jhorak at redhat.com> - 1.0-0.17.20090916hg
 - Rebuild against new Thunderbird
 



More information about the scm-commits mailing list