rpms/ccsm/devel .cvsignore, 1.5, 1.6 ccsm.spec, 1.11, 1.12 sources, 1.5, 1.6

Leigh Scott leigh123linux at fedoraproject.org
Thu Jul 23 19:26:45 UTC 2009


Author: leigh123linux

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

Modified Files:
	.cvsignore ccsm.spec sources 
Log Message:
* Thu Jul 23 2009 Leigh Scott <leigh123linux at googlemail.com> 0.8.2-1
- update to 0.8.2
- update the defines python_sitelib & python_sitearch
- update icon-cache scriptlets



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ccsm/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	7 Dec 2008 02:52:17 -0000	1.5
+++ .cvsignore	23 Jul 2009 19:26:45 -0000	1.6
@@ -1 +1 @@
-ccsm-0.7.8.tar.bz2
+ccsm-0.8.2.tar.bz2


Index: ccsm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ccsm/devel/ccsm.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- ccsm.spec	24 Feb 2009 06:42:31 -0000	1.11
+++ ccsm.spec	23 Jul 2009 19:26:45 -0000	1.12
@@ -1,10 +1,10 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%define         basever 0.7.8
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%define         basever 0.8.2
 
 Name:           ccsm
-Version:        0.7.8
-Release:        2%{?dist}
+Version:        0.8.2
+Release:        1%{?dist}
 Summary:        Plugin and configuration tool - Compiz Fusion Project
 
 Group:          User Interface/Desktops
@@ -53,15 +53,17 @@ desktop-file-install --vendor="fedora" \
 %find_lang %{name}
 
 %post
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
-        /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
-fi
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 %postun
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
-        /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
 
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -78,6 +80,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 23 2009 Leigh Scott <leigh123linux at googlemail.com> 0.8.2-1
+- update to 0.8.2
+- update the defines python_sitelib & python_sitearch
+- update icon-cache scriptlets
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ccsm/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	7 Dec 2008 02:52:18 -0000	1.5
+++ sources	23 Jul 2009 19:26:45 -0000	1.6
@@ -1 +1 @@
-0e87bf89382217e264b89dd9d8b4d116  ccsm-0.7.8.tar.bz2
+c9773ec2e6ab9184c39756a365a9cd00  ccsm-0.8.2.tar.bz2




More information about the fedora-extras-commits mailing list