rpms/pem/F-8 pem.spec,NONE,1.1

Kushal Das (kushal) fedora-extras-commits at redhat.com
Mon Jun 16 18:38:06 UTC 2008


Author: kushal

Update of /cvs/pkgs/rpms/pem/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1040

Added Files:
	pem.spec 
Log Message:
Adding the spec file



--- NEW FILE pem.spec ---
Name:           pem
Version:        0.7.1 
Release:        4%{?dist}
Summary:        Personal Expenses Manager

Group:          Applications/Productivity
License:        GPLv2 
URL:            http://pjp.dgplug.org/tools/ 
Source0:        http://pjp.dgplug.org/tools/%{name}-%{version}.tar.gz 
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
Requires:       perl
Requires(post): info
Requires(preun): info



%description
Pem, is a personal expenses manager. Pem lets keep track of 
personal income and expense in an extremely elegant manner.

%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYING
%{_bindir}/pem
%{_mandir}/man1/pem.*
%{_infodir}/pem.*

%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir  || :

%preun
if [ $1 = 0 ]; then
        /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi


%changelog
* Sun May 4 2008 Kushal Das <kushal at fedoraproject.org> - 0.7.1-4
- Fixed the description

* Wed Apr 30 2008 Kushal Das <kushal at fedoraproject.org> - 0.7.1-3
- Changed the summery as suggested in #fedora-devel

* Wed Apr 30 2008 Kushal Das <kushal at fedoraproject.org> - 0.7.1-2
- Fixed all small errors as came in review

* Tue Apr 29 2008 Kushal Das <kushal at fedoraproject.org> - 0.7.1-1
- First spec




More information about the fedora-extras-commits mailing list