rpms/taskcoach/F-11 .cvsignore, 1.5, 1.6 import.log, 1.2, 1.3 sources, 1.5, 1.6 taskcoach.spec, 1.9, 1.10

Rakesh Pandit rakesh at fedoraproject.org
Mon Sep 21 12:46:56 UTC 2009


Author: rakesh

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

Modified Files:
	.cvsignore import.log sources taskcoach.spec 
Log Message:
Updated to 74.1, added buildarch as 'noarch' and removed bins from pkg



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/taskcoach/F-11/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	12 Apr 2009 20:03:59 -0000	1.5
+++ .cvsignore	21 Sep 2009 12:46:56 -0000	1.6
@@ -1 +1 @@
-TaskCoach-0.72.5.tar.gz
+TaskCoach-0.74.1.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/taskcoach/F-11/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	12 Apr 2009 20:04:00 -0000	1.2
+++ import.log	21 Sep 2009 12:46:56 -0000	1.3
@@ -1,2 +1,3 @@
 taskcoach-0_71_5-1_fc10:HEAD:taskcoach-0.71.5-1.fc10.src.rpm:1232042892
 taskcoach-0_72_5-1_fc11:HEAD:taskcoach-0.72.5-1.fc11.src.rpm:1239566339
+taskcoach-0_74_1-1_fc12:F-11/:taskcoach-0.74.1-1.fc12.src.rpm:1253537751


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/taskcoach/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	12 Apr 2009 20:04:00 -0000	1.5
+++ sources	21 Sep 2009 12:46:56 -0000	1.6
@@ -1 +1 @@
-3f28e02d16cb8dde3fc3172f6b985edf  TaskCoach-0.72.5.tar.gz
+056283894a97417b9ebc79b47835bd4f  TaskCoach-0.74.1.tar.gz


Index: taskcoach.spec
===================================================================
RCS file: /cvs/pkgs/rpms/taskcoach/F-11/taskcoach.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- taskcoach.spec	12 Apr 2009 20:04:00 -0000	1.9
+++ taskcoach.spec	21 Sep 2009 12:46:56 -0000	1.10
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           taskcoach
-Version:        0.72.5
+Version:        0.74.1
 Release:        1%{?dist}
 Summary:        Your friendly task manager
 Summary(pl):    Twój przyjazny menadżer zadań
@@ -13,6 +13,7 @@ Source0:        http://downloads.sourcef
 Source1:        %{name}.png
 Source2:        %{name}.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
 BuildRequires:  python-devel wxPython >= 2.8 desktop-file-utils
 Requires:       hicolor-icon-theme wxPython
 
@@ -38,9 +39,8 @@ oznaczając je stosownym kolorem w zesta
 %prep
 %setup -q -n %{name_alternative}-%{version}
 sed -i 's/\r//' %{name}.pyw
-sed -i 's/\r//' CHANGES.txt
-sed -i 's/\r//' %{name}lib/thirdparty/desktop.py
-chmod a-x README.txt LICENSE.txt CHANGES.txt
+rm -rf taskcoachlib/bin.in/
+chmod a-x README.txt LICENSE.txt
 
 %build
 %{__python} make.py build
@@ -49,7 +49,7 @@ chmod a-x README.txt LICENSE.txt CHANGES
 rm -rf $RPM_BUILD_ROOT
 %{__python} make.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 mv $RPM_BUILD_ROOT%{_bindir}/%{name}.py $RPM_BUILD_ROOT%{_bindir}/%{name}
-chmod a+x $RPM_BUILD_ROOT%{python_sitelib}/%{name}lib/thirdparty/desktop.py
+#chmod a+x $RPM_BUILD_ROOT%{python_sitelib}/%{name}lib/thirdparty/desktop.py
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
 install -m 644 -p %{SOURCE1}   $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 
@@ -81,11 +81,14 @@ fi
 %{python_sitelib}/%{name}lib/
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %{_datadir}/applications/fedora-%{name}.desktop
-%doc README.txt LICENSE.txt CHANGES.txt
+%doc README.txt LICENSE.txt
 %exclude %{_bindir}/%{name}.pyw
 %exclude %{python_sitelib}/buildlib/
 
 %changelog
+* Mon Sep 21 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 0.74.1-1
+- Updated to 0.74.1
+
 * Mon Apr 12 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 0.72.5-1
 - Updated to 0.72.5
 




More information about the scm-commits mailing list