rpms/sunbird/F-11 sunbird.spec,1.40,1.41

Jan Horak xhorak at fedoraproject.org
Tue Jan 26 11:41:42 UTC 2010


Author: xhorak

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

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


Index: sunbird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sunbird/F-11/sunbird.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- sunbird.spec	21 Jan 2010 11:39:58 -0000	1.40
+++ sunbird.spec	26 Jan 2010 11:41:41 -0000	1.41
@@ -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.12.20090715hg%{?dist}
+Release:        0.13.20090715hg%{?dist}
 Summary:        Calendar application built upon Mozilla toolkit
 
 Group:          Applications/Productivity
@@ -102,7 +103,7 @@ calendaring tasks.
 
 %prep
 %setup -n comm-1.9.1 -q -a 2
-%patch0 -p0 -b .jemalloc0
+%patch0 -p0 -b .jemalloc
 %patch10 -p0 -b .libical
 %patch11 -p0 -b .uilocale
 
@@ -163,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
@@ -291,6 +292,9 @@ fi
 
 
 %changelog
+* Tue Jan 26 2010 Jan Horak <jhorak at redhat.com> - 1.0-0.13.20090715hg
+- Fixed sunbird exec script
+
 * Thu Jan 21 2010 Jan Horak <jhorak at redhat.com> - 1.0-0.12.20090715hg
 - Rebuild against new Thunderbird
 



More information about the scm-commits mailing list