rpms/expendable/devel expendable-0.0.3.tar.bz2.sig, NONE, 1.1 .cvsignore, 1.2, 1.3 expendable.spec, 1.3, 1.4 sources, 1.2, 1.3 expendable-0.0.2.tar.bz2.sig, 1.1, NONE

Tim Waugh twaugh at fedoraproject.org
Wed Oct 1 16:19:12 UTC 2008


Author: twaugh

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

Modified Files:
	.cvsignore expendable.spec sources 
Added Files:
	expendable-0.0.3.tar.bz2.sig 
Removed Files:
	expendable-0.0.2.tar.bz2.sig 
Log Message:
* Wed Oct  1 2008 Tim Waugh <twaugh at redhat.com> 0.0.3-1
- 0.0.3.



--- NEW FILE expendable-0.0.3.tar.bz2.sig ---
ˆ?
µýÂ

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/expendable/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	29 Sep 2008 09:28:30 -0000	1.2
+++ .cvsignore	1 Oct 2008 16:18:41 -0000	1.3
@@ -1 +1,2 @@
 expendable-0.0.2.tar.bz2
+expendable-0.0.3.tar.bz2


Index: expendable.spec
===================================================================
RCS file: /cvs/pkgs/rpms/expendable/devel/expendable.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- expendable.spec	29 Sep 2008 10:19:19 -0000	1.3
+++ expendable.spec	1 Oct 2008 16:18:41 -0000	1.4
@@ -1,7 +1,7 @@
 Summary: Home finances modeling program
 Name: expendable
-Version: 0.0.2
-Release: 4%{?dist}
+Version: 0.0.3
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/expendable/
@@ -11,6 +11,7 @@
 BuildArch: noarch
 BuildRequires: python
 BuildRequires: desktop-file-utils >= 0.2.92
+Requires: GConf2
 Requires: numpy
 
 %description
@@ -43,17 +44,31 @@
 	--add-category Finance				\
 	%{name}.desktop
 
+%find_lang %{name}
+
 %clean
 rm -rf %{buildroot}
 
-%files
+%preun
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
+
+%post
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
+
+%files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS README COPYING
+%config %{_sysconfdir}/gconf/schemas/*.schemas
 %{_bindir}/%{name}
 %{_datadir}/%{name}
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Wed Oct  1 2008 Tim Waugh <twaugh at redhat.com> 0.0.3-1
+- 0.0.3.
+
 * Mon Sep 29 2008 Tim Waugh <twaugh at redhat.com> 0.0.2-4
 - Use dist in release tag.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/expendable/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	29 Sep 2008 09:28:31 -0000	1.2
+++ sources	1 Oct 2008 16:18:41 -0000	1.3
@@ -1 +1 @@
-b43f6e674ce06ac6e5ca55e2c50ecc40  expendable-0.0.2.tar.bz2
+994e892de5871e8c9cb4f0ca03c201cd  expendable-0.0.3.tar.bz2


--- expendable-0.0.2.tar.bz2.sig DELETED ---




More information about the scm-commits mailing list