rpms/pem/F-8 .cvsignore,1.1,1.2 pem.spec,1.2,1.3 sources,1.3,1.4

Prasad J Pandit (pjp) fedora-extras-commits at redhat.com
Tue Jul 29 07:37:50 UTC 2008


Author: pjp

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

Modified Files:
	.cvsignore pem.spec sources 
Log Message:
----------------------------------------------------------------------
Committing in .
P J P <pj.pandit at yahoo.co.in>
Tue Jul 29 13:06:53 IST 2008
Modified Files:
    .cvsignore
    pem.spec
    sources: Changed the ..share/info/dir menu entry of pem, in pem.texi. 
----------------------------------------------------------------------



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pem/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Apr 2008 17:02:39 -0000	1.1
+++ .cvsignore	29 Jul 2008 07:37:19 -0000	1.2
@@ -0,0 +1 @@
+pem-0.7.3.tar.gz


Index: pem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pem/F-8/pem.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pem.spec	23 Jul 2008 06:33:09 -0000	1.2
+++ pem.spec	29 Jul 2008 07:37:19 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           pem
-Version:        0.7.2 
-Release:        3%{?dist}
+Version:        0.7.3
+Release:        1%{?dist}
 Summary:        Personal Expenses Manager
 
 Group:          Applications/Productivity
@@ -15,7 +15,6 @@
 Requires(preun): info
 
 
-
 %description
 Pem, is a personal expenses manager. Pem lets keep track of 
 personal income and expense in an extremely elegant manner.
@@ -34,6 +33,17 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
 
+
+%post
+/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir  || :
+
+
+%preun
+if [ $1 = 0 ]; then
+    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
+fi
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -45,16 +55,12 @@
 %{_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
+* Tue Jul 29 2008 P J P <pj.pandit at yahoo.co.in> - 0.7.3-1
+- Changed the ..share/info/dir menu entry of pem, in pem.texi.
+
 * Mon Jul 21 2008 Kushal Das <kushal at fedoraproject.org> - 0.7.2-3
 - Bumping the release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pem/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	23 Jul 2008 06:33:09 -0000	1.3
+++ sources	29 Jul 2008 07:37:19 -0000	1.4
@@ -1 +1 @@
-d575366fd6a2118262abd1e9b400b519  pem-0.7.2.tar.gz
+2d15406701d5115c06b265f681864570  pem-0.7.3.tar.gz




More information about the fedora-extras-commits mailing list