OBS User unknown 2007-06-05 22:28:57 +00:00 committed by Git OBS Bridge
parent 16581ca05f
commit 596d89cc74
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 5 23:55:51 CEST 2007 - ro@suse.de
- added rpmlintrc (suppress devel-file for lib*.so)
-------------------------------------------------------------------
Mon Mar 26 22:13:49 CEST 2007 - maw@suse.de

View File

@ -12,12 +12,13 @@
Name: gnucash
Version: 2.0.5
Release: 6
Release: 29
URL: http://www.gnucash.org/
Group: Productivity/Office/Finance
License: GNU General Public License (GPL)
Summary: Personal Finance Manager
Source: %{name}-%{version}.tar.bz2
Source1: rpmlintrc
Patch: fix-desktop-file.diff
Patch1: gnucash-no-gtk_html_print.patch
Patch2: gtkhtml-req.patch
@ -497,6 +498,8 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/gnucash
%changelog
* Tue Jun 05 2007 - ro@suse.de
- added rpmlintrc (suppress devel-file for lib*.so)
* Mon Mar 26 2007 - maw@suse.de
- Add gtkhtml-req.patch, allowing gnucash to be built against
newer versions of gtkhtml2.

4
rpmlintrc Normal file
View File

@ -0,0 +1,4 @@
# This line is mandatory to access the configuration functions
from Config import *
addFilter("gnucash devel-file-in-non-devel-package .*/lib.*.so")