rpms/gbirthday/devel .cvsignore, 1.4, 1.5 gbirthday.spec, 1.5, 1.6 sources, 1.4, 1.5

tomspur tomspur at fedoraproject.org
Sat Nov 21 13:09:42 UTC 2009


Author: tomspur

Update of /cvs/pkgs/rpms/gbirthday/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12588

Modified Files:
	.cvsignore gbirthday.spec sources 
Log Message:
new version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gbirthday/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	30 Oct 2009 12:17:19 -0000	1.4
+++ .cvsignore	21 Nov 2009 13:09:42 -0000	1.5
@@ -1 +1 @@
-gbirthday-0.5.2.tar.xz
+gbirthday-0.5.3.tar.xz


Index: gbirthday.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gbirthday/devel/gbirthday.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- gbirthday.spec	30 Oct 2009 12:29:08 -0000	1.5
+++ gbirthday.spec	21 Nov 2009 13:09:42 -0000	1.6
@@ -1,21 +1,23 @@
-Name:			gbirthday
-Version:		0.5.2
-Release:		3%{?dist}
-Summary:		Birthday reminder for Evolution and some others
-Group:			User Interface/Desktops
-License:		GPLv2+
-URL:			http://gbirthday.sourceforge.net
-Source:                 http://downloads.sourceforge.net/gbirthday/gbirthday-%{version}.tar.xz
-BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:		noarch
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-BuildRequires:	desktop-file-utils
-BuildRequires:	gettext
+Name:           gbirthday
+Version:        0.5.3
+Release:        1%{?dist}
+Summary:        Birthday reminder for Evolution and some others
+Group:          User Interface/Desktops
+License:        GPLv2+
+URL:            http://gbirthday.sourceforge.net
+Source:         http://downloads.sourceforge.net/gbirthday/gbirthday-%{version}.tar.xz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+
+BuildRequires:  desktop-file-utils
+BuildRequires:  gettext
 BuildRequires:  intltool
-Requires:		evolution
-Requires:		python
-Requires:		MySQL-python
-Requires:		pygtk2
+Requires:       evolution
+Requires:       python
+Requires:       MySQL-python
+Requires:       pygtk2
 
 %description
 GBirthday is a birthday reminder application that helps you to remember 
@@ -32,14 +34,14 @@ your contacs' birthday on next days.
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot} sitelib=%{python_sitelib}
 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
+        --add-category="TrayIcon" \
+        --add-only-show-in="GNOME;KDE;XFCE;" \
+        --dir=%{buildroot}%{_sysconfdir}/xdg/autostart/ \
+        %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
 %find_lang %{name}
 
@@ -51,11 +53,14 @@ rm -rf %{buildroot}
 %doc Changelog COPYING README
 %{_bindir}/gbirthday
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/gbirthday/
-%{_datadir}/pixmaps/gbirthday
+%{python_sitelib}/gbirthday/
+%{_datadir}/pixmaps/gbirthday.png
 %config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}.desktop
 
 %changelog
+* Sat Nov 21 2009 Thomas Spura <tomspur at fedoraproject.org> 0.5.3-1
+- new version
+
 * Fri Oct 30 2009 Thomas Spura <tomspur at fedoraproject.org> 0.5.2-3
 - BR: intltool
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gbirthday/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	30 Oct 2009 12:17:19 -0000	1.4
+++ sources	21 Nov 2009 13:09:42 -0000	1.5
@@ -1 +1 @@
-2987f83ad7c7b23832ae6d591c7e4a8c  gbirthday-0.5.2.tar.xz
+0e2072e221023d0198e2d5524fcd38b1  gbirthday-0.5.3.tar.xz




More information about the fedora-extras-commits mailing list