diff --git a/.cvsignore b/.cvsignore index 64f9160..4ca9472 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ -tasque-0.1.7.tar.bz2 +tasque-0.1.8.tar.bz2 +tasque-0.1.8-libdir.patch diff --git a/sources b/sources index e0f5e94..bfbf743 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -3fa852da5ed3b7d11c9df675aeef4031 tasque-0.1.7.tar.bz2 +81bc4f5a3dd4d7a1d28c85202c752e78 tasque-0.1.8.tar.bz2 +b51f0f1ee962e33706c732512b315f78 tasque-0.1.8-libdir.patch diff --git a/tasque.spec b/tasque.spec index 20412cd..e7a4ec1 100644 --- a/tasque.spec +++ b/tasque.spec @@ -1,14 +1,15 @@ %define debug_package %{nil} #Mono package Name: tasque -Version: 0.1.7 -Release: 5%{?dist} +Version: 0.1.8 +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: gettext desktop-file-utils mono-data-sqlite @@ -33,13 +34,7 @@ Development file for tasque %prep %setup -q -grep -rl '/lib' . | \ - xargs sed -i.libdir \ - -e 's|\$(prefix)/lib|\$(libdir)|' \ - -e 's|@prefix@/lib|@libdir@|' \ - -e 's|\${prefix}/lib|@libdir@|' -sed -i.rpath -e '\|sys_lib_dlsearch_path_spec|s|/usr/lib |/usr/lib /lib64 /usr/lib64 |' \ - configure +%patch0 sed -i.nosuse -e 's|X-SuSE-Core-Office;||' data/tasque.desktop.in %build @@ -85,6 +80,10 @@ fi %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Dec 29 2008 David Kaylor - 0.1.8-1 +- Update to version 0.1.8 +- libdir bug is partially fixed. Create a patch for the remaining files. + * Mon Dec 22 2008 David Kaylor - 0.1.7-5 - Add mono-data-sqlite dep for sqlite backend