rpms/tasque/devel tasque.spec,1.6,1.7

dkaylor dkaylor at fedoraproject.org
Wed Feb 17 05:25:29 UTC 2010


Author: dkaylor

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

Modified Files:
	tasque.spec 
Log Message:
Update to 0.1.9



Index: tasque.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tasque/devel/tasque.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- tasque.spec	20 Aug 2009 22:53:53 -0000	1.6
+++ tasque.spec	17 Feb 2010 05:25:29 -0000	1.7
@@ -1,24 +1,19 @@
 %define debug_package %{nil} #Mono package
 
 Name:           tasque
-Version:        0.1.8
-Release:        4%{?dist}
+Version:        0.1.9
+Release:        1%{?dist}
 Summary:        A simple task management app (TODO list) for the Linux Desktop
 
 Group:          Applications/Productivity
 License:        MIT
 URL:            http://live.gnome.org/Tasque
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/tasque/0.1/%{name}-%{version}.tar.bz2
-Patch0:         tasque-0.1.8-libdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  intltool pkgconfig mono-core gtk-sharp2-devel gnome-sharp-devel ndesk-dbus-devel ndesk-dbus-glib-devel
+BuildRequires:  intltool pkgconfig mono-core gtk-sharp2-devel gnome-sharp-devel ndesk-dbus-devel ndesk-dbus-glib-devel evolution-sharp-devel
 BuildRequires:  gettext desktop-file-utils mono-data-sqlite
-Requires:       mono-core gnome-sharp gtk-sharp2 ndesk-dbus-glib mono-data-sqlite
-
-%if 0%{?fedora} >= 10
-BuildRequires: notify-sharp-devel
-Requires: notify-sharp
-%endif
+Requires:       mono-core gnome-sharp gtk-sharp2 ndesk-dbus-glib mono-data-sqlite mono-web
+ExcludeArch:    sparc64
 
 %description
 Tasque is a simple task management app (TODO list) for the Linux Desktop. 
@@ -33,7 +28,6 @@ Development file for tasque 
 
 %prep
 %setup -q
-%patch0
 sed -i.nosuse -e 's|X-SuSE-Core-Office;||' data/tasque.desktop.in
 
 %build
@@ -79,6 +73,15 @@ fi
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Tue Feb 16 2010 David Kaylor<dkaylor at gmail.com> - 0.1.9-1
+- Update to version 0.1.9
+- Remove libdir patch (fixed upstream)
+- Remove version check for Fedora 10
+- Add evolution-sharp-devel and mono-web dependencies
+
+* Fri Feb 12 2010 Dennis Gilmore <dennis at ausil.us> - 0.1.8-4.1 
+- ExcludeArch sparc64  no mono there
+
 * Thu Aug 20 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.1.8-4
 - Rebuild for ppc64.
 



More information about the scm-commits mailing list