rpms/sunbird/devel sunbird.spec,1.23,1.24

Lubomir Rintel lkundrak at fedoraproject.org
Wed Apr 29 07:12:02 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/sunbird/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9011/devel

Modified Files:
	sunbird.spec 
Log Message:
* Wed Apr 29 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.0-0.2.20090302hg
- Fix the permissions for real now



Index: sunbird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sunbird/devel/sunbird.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- sunbird.spec	29 Apr 2009 04:54:59 -0000	1.23
+++ sunbird.spec	29 Apr 2009 07:11:31 -0000	1.24
@@ -13,7 +13,7 @@
 
 Name:           sunbird
 Version:        1.0
-Release:        0.1.20090302hg%{?dist}
+Release:        0.2.20090302hg%{?dist}
 Summary:        Calendar application built upon Mozilla toolkit
 
 Group:          Applications/Productivity
@@ -50,6 +50,8 @@ BuildRequires:  nss-devel
 BuildRequires:  nspr-devel
 BuildRequires:  libical-devel
 BuildRequires:  zip
+BuildRequires:  autoconf213
+BuildRequires:  alsa-lib-devel
 
 Requires(post):  desktop-file-utils
 Requires(postun): desktop-file-utils
@@ -97,8 +99,7 @@ calendaring tasks.
 %patch22 -p1 -b .shared-error
 %patch24 -p1 -b .pango-fix
 
-find . -name '*.cpp' -o -name '*.h' -print0 |
-        xargs -0 chmod -x
+find . -name '*.cpp' -o -name '*.h' |xargs chmod -x
 
 
 %build
@@ -159,7 +160,7 @@ do
         DIR=$RPM_BUILD_ROOT%{progdir}/extensions/langpack-$LANGUAGE at sunbird.mozilla.org
         mkdir -p $DIR
         unzip -qod $DIR $PACK
-        find $DIR -type f -print0 |xargs -0 chmod 0644
+        find $DIR -type f |xargs chmod 0644
 
         # Fix #441500
         sed 's/\r//g' $DIR/install.rdf |awk '/^$/ {next} {print}' >lala
@@ -192,10 +193,9 @@ ls $RPM_BUILD_ROOT%{_libdir}/thunderbird
 %endif
 
 # Permissions fixup
-find $RPM_BUILD_ROOT -name '*.xpm' -o -name '*.js' -print0 |
-        xargs -0 chmod 0644 mozilla/LICENSE
-find $RPM_BUILD_ROOT -name '*.so' -print0 |
-        xargs -0 chmod 0755
+find $RPM_BUILD_ROOT -name '*.xpm' -o -name '*.js' |
+        xargs chmod 0644 mozilla/LICENSE
+find $RPM_BUILD_ROOT -name '*.so' |xargs chmod 0755
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -269,6 +269,9 @@ fi
 
 
 %changelog
+* Wed Apr 29 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.0-0.2.20090302hg
+- Fix the permissions for real now
+
 * Tue Apr 28 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.0-0.1.20090302hg
 - Update to version matching current Thunderbird
 




More information about the fedora-extras-commits mailing list