rpms/pondus/devel import.log, NONE, 1.1 pondus.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jussi Lehtola jussilehtola at fedoraproject.org
Sat Jul 11 15:16:31 UTC 2009


Author: jussilehtola

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pondus.spec 
Log Message:
Imported in Fedora.


--- NEW FILE import.log ---
pondus-0_5_3-2_fc11:HEAD:pondus-0.5.3-2.fc11.src.rpm:1247324053


--- NEW FILE pondus.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:		pondus
Version:	0.5.3
Release:	2%{?dist}
Summary:	A personal weight management program
Group:		Applications/Productivity
License:	GPLv3+
URL:		http://www.ephys.de/software/pondus/
Source0:	http://www.ephys.de/software/pondus/pondus-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	desktop-file-utils
BuildRequires:	python-devel
BuildArch:	noarch

# Required for plotting, not picked up automatically
Requires:	python-matplotlib

%description
Pondus is a personal weight management program written in Python and Gtk+2
released under the GPL. It aims to be simple to use, lightweight and fast.
The data can be plotted to get a quick overview of the history of your weight.
A simple weight planner allows to define "target weights" and this plan can be
compared with the actual measurements in a plot.

%prep
%setup -q

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install -O1 --skip-build --root %{buildroot}
# Find locales
%{find_lang} %{name}
# Remove installed doc that will go in %doc
rm -rf %{buildroot}%{_docdir}/%{name}
# Verify desktop file install
desktop-file-validate %{buildroot}%{_datadir}/applications/pondus.desktop

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS PKG-INFO README TODO
%{_bindir}/pondus
%{_mandir}/man1/pondus.1.*
%{_datadir}/applications/pondus.desktop
%{_datadir}/pixmaps/pondus.xpm
%{_datadir}/icons/hicolor/*/apps/pondus.*
%{_datadir}/pondus/
%{python_sitelib}/pondus/
%{python_sitelib}/pondus-*.egg-info

%changelog
* Sat Jul 11 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.5.3-2
- Added Requires: python-matplotlib for plotting capability.

* Fri Jul 10 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.5.3-1
- First release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pondus/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 Jul 2009 14:17:27 -0000	1.1
+++ .cvsignore	11 Jul 2009 15:16:31 -0000	1.2
@@ -0,0 +1 @@
+pondus-0.5.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pondus/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Jul 2009 14:17:27 -0000	1.1
+++ sources	11 Jul 2009 15:16:31 -0000	1.2
@@ -0,0 +1 @@
+31e17313c18d37fbf646d80dce4b983e  pondus-0.5.3.tar.gz




More information about the fedora-extras-commits mailing list