rpms/gbirthday/F-10 gbirthday.spec,NONE,1.1 sources,1.1,1.2

tomspur tomspur at fedoraproject.org
Fri Sep 4 03:03:45 UTC 2009


Author: tomspur

Update of /cvs/pkgs/rpms/gbirthday/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12908

Modified Files:
	sources 
Added Files:
	gbirthday.spec 
Log Message:
Initial import (#513083).



--- NEW FILE gbirthday.spec ---
Name:			gbirthday
Version:		0.4.2
Release:		1%{?dist}
Summary:		Birthday reminder for evolution
Group:			User Interface/Desktops
License:		GPLv2+
URL:			http://gbirthday.sourceforge.net
Source:			http://downloads.sourceforge.net/gbirthday/gbirthday-%{version}.tar.lzma
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:		noarch

BuildRequires:	desktop-file-utils
Requires:		evolution
Requires:		python
Requires:		pygtk2

%description
GBirthday is a birthday reminder application that helps you to remember 
your evolution contacts' birthdays.
It puts an icon on notification area which will blink when there is any 
of your contacts' birthday today. You can also check if there is any of 
your contacs' birthday on next days.

%prep
%setup -q -c %{name}-%{version}

%build

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart/
desktop-file-install \
	--add-category="TrayIcon" \
	--add-only-show-in="GNOME;KDE;XFCE;" \
	--dir=%{buildroot}%{_sysconfdir}/xdg/autostart/ \
	%{buildroot}/%{_datadir}/applications/%{name}.desktop

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changelog COPYING
%{_bindir}/gbirthday
%{_datadir}/applications/%{name}.desktop
%{_datadir}/gbirthday/
%{_datadir}/pixmaps/gbirthday
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}.desktop

%changelog
* Tue Aug 11 2009 Thomas Spura <tomspur at fedoraproject.org> 0.4.2-1
- new release

* Sat Aug 8 2009 Thomas Spura <tomspur at fedoraproject.org> 0.4.1-5
- desktop file is now config
- only start if a system tray is present

* Fri Jul 31 2009 Thomas Spura <tomspur at fedoraproject.org> 0.4.1-4
- License is GPLv2+
- deleting patches now applied upstream

* Wed Jul 22 2009 Thomas Spura <tomspur at fedoraproject.org> 0.4.1-3
- use only buildroot

* Wed Jul 22 2009 Thomas Spura <tomspur at fedoraproject.org> 0.4.1-2
- changing name of *.patch
- properly install .desktop-file in /etc/xdg/autostart/ too
- new Group: "User Interface/Desktops"

* Thu Jul 21 2009 Thomas Spura <tomspur at fedoraproject.org> 0.4.1-1
- Inital version of this spec file


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gbirthday/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Sep 2009 02:24:50 -0000	1.1
+++ sources	4 Sep 2009 03:03:44 -0000	1.2
@@ -0,0 +1 @@
+c117a6b90e51d836ed2590e6f0f48164  gbirthday-0.4.2.tar.lzma




More information about the fedora-extras-commits mailing list