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

Tim Waugh twaugh at fedoraproject.org
Wed Oct 1 18:17:24 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/expendable/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7190

Modified Files:
	.cvsignore expendable.spec sources 
Log Message:
* Wed Oct  1 2008 Tim Waugh <twaugh at redhat.com> 0.0.3-1
- 0.0.3.
- Don't run 'make check' as it requires an X display.
- Requires pygtk2.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/expendable/F-8/.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	1 Oct 2008 18:16:54 -0000	1.2
@@ -0,0 +1,2 @@
+expendable-0.0.2.tar.bz2
+expendable-0.0.3.tar.bz2


Index: expendable.spec
===================================================================
RCS file: /cvs/pkgs/rpms/expendable/F-8/expendable.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- expendable.spec	29 Sep 2008 10:17:45 -0000	1.2
+++ expendable.spec	1 Oct 2008 18:16:54 -0000	1.3
@@ -1,9 +1,9 @@
 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
+Group: Applications/Productivity
 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
@@ -11,6 +11,10 @@
 BuildArch: noarch
 BuildRequires: python
 BuildRequires: desktop-file-utils >= 0.2.92
+BuildRequires: gettext-devel, intltool
+BuildRequires: GConf2
+Requires: pygtk2
+Requires: gnome-python2-gconf
 Requires: numpy
 
 %description
@@ -28,9 +32,6 @@
 %configure
 make
 
-%check
-make check
-
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
@@ -43,17 +44,33 @@
 	--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.
+- Don't run 'make check' as it requires an X display.
+- Requires pygtk2.
+
 * 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/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	29 Sep 2008 10:14:10 -0000	1.2
+++ sources	1 Oct 2008 18:16:54 -0000	1.3
@@ -1 +1 @@
-b43f6e674ce06ac6e5ca55e2c50ecc40  expendable-0.0.2.tar.bz2
+994e892de5871e8c9cb4f0ca03c201cd  expendable-0.0.3.tar.bz2




More information about the fedora-extras-commits mailing list