rpms/tasque/F-9 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tasque.spec, 1.2, 1.3

David Kaylor dkaylor at fedoraproject.org
Tue Dec 30 01:11:25 UTC 2008


Author: dkaylor

Update of /cvs/pkgs/rpms/tasque/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12309

Modified Files:
	.cvsignore sources tasque.spec 
Log Message:
Update to version 0.1.8


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tasque/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	29 Oct 2008 01:18:04 -0000	1.2
+++ .cvsignore	30 Dec 2008 01:10:54 -0000	1.3
@@ -1 +1,2 @@
-tasque-0.1.7.tar.bz2
+tasque-0.1.8.tar.bz2
+tasque-0.1.8-libdir.patch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tasque/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	29 Oct 2008 01:18:04 -0000	1.2
+++ sources	30 Dec 2008 01:10:54 -0000	1.3
@@ -1 +1,2 @@
-3fa852da5ed3b7d11c9df675aeef4031  tasque-0.1.7.tar.bz2
+81bc4f5a3dd4d7a1d28c85202c752e78  tasque-0.1.8.tar.bz2
+b51f0f1ee962e33706c732512b315f78  tasque-0.1.8-libdir.patch


Index: tasque.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tasque/F-9/tasque.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tasque.spec	23 Dec 2008 03:37:59 -0000	1.2
+++ tasque.spec	30 Dec 2008 01:10:55 -0000	1.3
@@ -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 @@
 
 %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 @@
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Mon Dec 29 2008 David Kaylor<dkaylor at gmail.com> - 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<dkaylor at gmail.com> - 0.1.7-5
 - Add mono-data-sqlite dep for sqlite backend
 




More information about the fedora-extras-commits mailing list