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

Tim Waugh twaugh at fedoraproject.org
Mon Sep 29 09:29:01 UTC 2008


Author: twaugh

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

Modified Files:
	.cvsignore sources 
Added Files:
	expendable.spec import.log 
Log Message:
Initial import.



--- NEW FILE expendable.spec ---
Summary: Home finances modeling program
Name: expendable
Version: 0.0.2
Release: 2
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/expendable/
# Add "?format=raw" to the following URL to download file:
Source0: https://fedorahosted.org/expendable/attachment/wiki/ProjectReleases/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python
BuildRequires: desktop-file-utils >= 0.2.92
Requires: numpy

%description
This is a program for modelling home finances. In particular, it can
be used to work how long it will take to pay back a mortgage if a
linked "offset" facility is available.  Offset accounts are like
savings accounts, but instead of accruing interest they reduce the
amount of interest charged for the mortgage by offsetting the loan
amount.

%prep
%setup -q

%build
%configure
make

%check
make check

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
rm -f %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install					\
	--dir %{buildroot}%{_datadir}/applications	\
	--vendor fedora					\
	--add-category GTK				\
	--add-category Office				\
	--add-category Finance				\
	%{name}.desktop

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS README COPYING
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop

%changelog
* Sun Sep 28 2008 Tim Waugh <twaugh at redhat.com> 0.0.2-2
- Re-install desktop file with fedora as the vendor.

* Fri Sep 26 2008 Tim Waugh <twaugh at redhat.com> 0.0.2-1
- Initial spec file.


--- NEW FILE import.log ---
expendable-0_0_2-2:HEAD:expendable-0.0.2-2.src.rpm:1222680451


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/expendable/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Sep 2008 19:33:22 -0000	1.1
+++ .cvsignore	29 Sep 2008 09:28:30 -0000	1.2
@@ -0,0 +1 @@
+expendable-0.0.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/expendable/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Sep 2008 19:33:22 -0000	1.1
+++ sources	29 Sep 2008 09:28:31 -0000	1.2
@@ -0,0 +1 @@
+b43f6e674ce06ac6e5ca55e2c50ecc40  expendable-0.0.2.tar.bz2




More information about the fedora-extras-commits mailing list