rpms/tryton/devel .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 tryton.spec, 1.13, 1.14

Dan Horák sharkcz at fedoraproject.org
Wed Jul 7 11:16:58 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/tryton/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18547

Modified Files:
	.cvsignore sources tryton.spec 
Log Message:
* Wed Jul  7 2010 Dan Horák <dan[at]danny.cz> 1.6.0-1
- update to upstream version 1.6.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tryton/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	1 Apr 2010 15:19:21 -0000	1.10
+++ .cvsignore	7 Jul 2010 11:16:56 -0000	1.11
@@ -1 +1 @@
-tryton-1.4.3.tar.gz
+tryton-1.6.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tryton/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	1 Apr 2010 15:19:21 -0000	1.10
+++ sources	7 Jul 2010 11:16:57 -0000	1.11
@@ -1 +1 @@
-bb8d46fcc456655bdfd8c106eaee76fb  tryton-1.4.3.tar.gz
+cb8c30f5c27fd31eda133d37fc101f7b  tryton-1.6.0.tar.gz


Index: tryton.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tryton/devel/tryton.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- tryton.spec	1 Apr 2010 15:19:21 -0000	1.13
+++ tryton.spec	7 Jul 2010 11:16:57 -0000	1.14
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           tryton
-Version:        1.4.3
+Version:        1.6.0
 Release:        1%{?dist}
 Summary:        Client for the Tryton application framework
 
 Group:          Applications/Productivity
 License:        GPLv3+
 URL:            http://www.tryton.org
-Source0:        http://downloads.tryton.org/1.4/%{name}-%{version}.tar.gz
+Source0:        http://downloads.tryton.org/1.6/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -37,6 +37,11 @@ desktop-file-install --vendor=fedora    
         --dir $RPM_BUILD_ROOT%{_datadir}/applications           \
         %{name}.desktop
 
+# prepare icon pixmap
+pushd $RPM_BUILD_ROOT%{_datadir}/pixmaps
+ln -sf %{name}/%{name}-icon.png %{name}-icon.png
+popd
+
 %find_lang %{name}
 
 
@@ -50,11 +55,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/%{name}
 %{python_sitelib}/*
 %{_datadir}/pixmaps/%{name}
-%{_datadir}/pixmaps/%{name}*.png
+%{_datadir}/pixmaps/%{name}-icon.png
 %{_datadir}/applications/fedora-%{name}.desktop
 
 
 %changelog
+* Wed Jul  7 2010 Dan Horák <dan[at]danny.cz> 1.6.0-1
+- update to upstream version 1.6.0
+
 * Thu Apr  1 2010 Dan Horák <dan[at]danny.cz> 1.4.3-1
 - update to upstream version 1.4.3
 



More information about the scm-commits mailing list