rpms/pem/F-9 pem.spec,NONE,1.1 sources,1.1,1.2

Kushal Das (kushal) fedora-extras-commits at redhat.com
Mon Jun 16 17:32:36 UTC 2008


Author: kushal

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

Modified Files:
	sources 
Added Files:
	pem.spec 
Log Message:
Trying to build the package



--- 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pem/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Apr 2008 17:02:39 -0000	1.1
+++ sources	16 Jun 2008 17:31:53 -0000	1.2
@@ -0,0 +1 @@
+5ea6f0167641c50ab6cb0482e8aeca96  pem-0.7.1.tar.gz




More information about the fedora-extras-commits mailing list