rpms/tasque/F-9 import.log, NONE, 1.1 tasque.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Kaylor dkaylor at fedoraproject.org
Wed Oct 29 01:18:35 UTC 2008


Author: dkaylor

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log tasque.spec 
Log Message:
* Tue Oct 28 2008 David Kaylor<dkaylor at gmail.com> - 0.1.7-3
- Initial commit



--- NEW FILE import.log ---
tasque-0_1_7-3_fc9:F-9:tasque-0.1.7-3.fc9.src.rpm:1225243035


--- NEW FILE tasque.spec ---
%define debug_package %{nil} #Mono package

Name:           tasque
Version:        0.1.7
Release:        3%{?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
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
Requires:       mono-core gnome-sharp gtk-sharp2 ndesk-dbus-glib
ExcludeArch:    ppc64

%if 0%{?fedora} >= 10
BuildRequires: notify-sharp-devel
Requires: notify-sharp
%endif

%description
Tasque is a simple task management app (TODO list) for the Linux Desktop. 

%package devel
Summary: .pc file for tasque 
Group: Documentation
Requires: %{name} = %{version}-%{release} pkgconfig

%description devel
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
sed -i.nosuse -e 's|X-SuSE-Core-Office;||' data/tasque.desktop.in

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%find_lang %{name}
desktop-file-install --delete-original --vendor="fedora" \
       --dir=%{buildroot}%{_datadir}/applications \
       %{buildroot}%{_datadir}/applications/%{name}.desktop

%clean
rm -rf $RPM_BUILD_ROOT

%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/dbus-1/services/org.gnome.Tasque.service
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/pixmaps/*
%doc AUTHORS COPYING ChangeLog MAINTAINERS NEWS README TODO

%files devel
%defattr (-,root,root,-)
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Tue Oct 22 2008 David Kaylor<dkaylor at gmail.com> - 0.1.7-3
- Add NEWS and TODO doc files
- Add notify-sharp deps for Fedora 10+

* Tue Oct 20 2008 David Kaylor<dkaylor at gmail.com> - 0.1.7-2
- Put link to upstream bug in patch file 

* Tue Sep 16 2008 David Kaylor<dkaylor at gmail.com> - 0.1.7-1
- Update to 0.1.7

* Mon Jul 30 2008 David Kaylor<dkaylor at gmail.com> - 0.1.6-4
- Properly install .desktop file

* Mon Jul 16 2008 David Kaylor<dkaylor at gmail.com> - 0.1.6-3
- Remove "X-SuSE-Core-Office" from groups in desktop file
- Add ndesk-dbus-glib dependency

* Mon Jul 14 2008 David Kaylor<dkaylor at gmail.com> - 0.1.6-2
- Replace hardcoded /usr/lib paths with libdir
- Add gtk2-sharp to Requires
- Add docs files
- Stop generating debug package

* Wed Jul  3 2008 David Kaylor<dkaylor at gmail.com> - 0.1.6-1
- Update to 0.1.6
- Incorporate suggested improvements from https://bugzilla.redhat.com/show_bug.cgi?id=449869

* Wed Jun  2 2008 David Kaylor<dkaylor at gmail.com> - 0.1.5-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tasque/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Oct 2008 04:41:52 -0000	1.1
+++ .cvsignore	29 Oct 2008 01:18:04 -0000	1.2
@@ -0,0 +1 @@
+tasque-0.1.7.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tasque/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Oct 2008 04:41:52 -0000	1.1
+++ sources	29 Oct 2008 01:18:04 -0000	1.2
@@ -0,0 +1 @@
+3fa852da5ed3b7d11c9df675aeef4031  tasque-0.1.7.tar.bz2




More information about the fedora-extras-commits mailing list