rpms/tasks/FC-6 license.patch, NONE, 1.1 tasks.spec, NONE, 1.1 sources, 1.1, 1.2

Daniel M. Young (dyoung) fedora-extras-commits at redhat.com
Thu Apr 19 22:36:33 UTC 2007


Author: dyoung

Update of /cvs/extras/rpms/tasks/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7312

Modified Files:
	sources 
Added Files:
	license.patch tasks.spec 
Log Message:
Initial FC-6 import of tasks.


license.patch:

--- NEW FILE license.patch ---
--- src/test.c.orig	2007-04-11 10:49:16.000000000 -0700
+++ src/test.c	2007-04-11 10:50:34.000000000 -0700
@@ -371,16 +371,16 @@
   };
   const char *license = {
     N_(
-       "Sound Juicer is free software; you can redistribute it and/or modify "
+       "Tasks is free software; you can redistribute it and/or modify "
        "it under the terms of the GNU General Public License as published by "
        "the Free Software Foundation; either version 2 of the License, or "
        "(at your option) any later version.\n\n"
-       "Sound Juicer is distributed in the hope that it will be useful, "
+       "Tasks is distributed in the hope that it will be useful, "
        "but WITHOUT ANY WARRANTY; without even the implied warranty of "
        "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the "
        "GNU General Public License for more details.\n\n"
        "You should have received a copy of the GNU General Public License "
-       "along with Sound Juicer; if not, write to the Free Software Foundation, Inc., "
+       "along with Tasks; if not, write to the Free Software Foundation, Inc., "
        "51 Franklin St, Fifth Floor, Boston, MA 0110-1301, USA"
        )
   };


--- NEW FILE tasks.spec ---
Name:           tasks
Version:        0.4
Release:        3%{?dist}
Summary:        Tasks to-do list

Group:          Applications/Productivity
License:        GPL
URL:            http://projects.o-hand.com/tasks
Source0:        http://projects.o-hand.com/sources/tasks/tasks-%{version}.tar.gz
Patch0:         license.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  evolution-data-server-devel >= 1.2.0
BuildRequires:  desktop-file-utils gtk2-devel
BuildRequires:  gettext intltool


%description
Tasks is a simple to do list application that uses libecal, part of Embedded
Evolution Data Server.

%prep
%setup -q
%patch0


%build
%configure
make %{?_smp_mflags} 


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


%clean
rm -rf $RPM_BUILD_ROOT


%post
touch %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
fi


%postun
touch %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
fi


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/tasks.png
%{_datadir}/icons/hicolor/*/apps/tasks.svg
%{_bindir}/tasks
%{_datadir}/tasks


%changelog
* Wed Apr 11 2007 Dan Young <dyoung at mesd.k12.or.us> - 0.4-3
- Preserve timestamps on install
- Fix /usr/share/tasks/tasks-ui.xml files listing twice
- Patch Help -> About -> License to fix name

* Sat Mar 17 2007 Dan Young <dyoung at mesd.k12.or.us> - 0.4-2
- own /usr/share/tasks

* Fri Mar 16 2007 Dan Young <dyoung at mesd.k12.or.us> - 0.4-1
- new upstream version

* Wed Mar 07 2007 Dan Young <dyoung at mesd.k12.or.us> - 0.3-3
- only drop Application category from .desktop

* Wed Mar 07 2007 Dan Young <dyoung at mesd.k12.or.us> - 0.3-2
- remove spurious update-desktop-database
- use desktop-file-install --remove-category rather than patch .desktop
- use find_lang properly

* Tue Mar 06 2007 Dan Young <dyoung at mesd.k12.or.us> - 0.3-1
- New upstream version
- Add BuildRequires on gettext, intltool for i18n support
- use setup defaults for -n
- zero-length TODO in this release; remove from doc

* Mon Mar 05 2007 Dan Young <dyoung at mesd.k12.or.us> - 0.2-2
- Remove deprecated X-Fedora desktop category
- Patch .desktop file to pick correct fd.o category

* Fri Mar 02 2007 Dan Young <dyoung at mesd.k12.or.us> - 0.2-1
- Initial spec file adapted from contacts


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tasks/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Apr 2007 03:02:48 -0000	1.1
+++ sources	19 Apr 2007 22:35:59 -0000	1.2
@@ -0,0 +1 @@
+c68ad2a0fa21c379195b7e93467d73b5  tasks-0.4.tar.gz




More information about the fedora-extras-commits mailing list