Accepting request 115763 from home:behrisch

fixing tcl_archdir for non-SuSE

OBS-URL: https://build.opensuse.org/request/show/115763
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=55
This commit is contained in:
Reinhard Max 2012-04-27 11:21:10 +00:00 committed by Git OBS Bridge
parent bebe2d1c02
commit fcca758804
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 26 22:04:07 UTC 2012 - behrisch@users.sourceforge.net
- fixing tcl macro for old or non-SuSE builds
-------------------------------------------------------------------
Fri Oct 7 11:26:43 UTC 2011 - max@suse.com

View File

@ -26,6 +26,9 @@
Name: sqlite3
BuildRequires: pkg-config readline-devel tcl-devel
%if 0%{?suse_version} < 1100
%define tcl_archdir %(echo 'puts [lindex $tcl_pkgPath 0]'|tclsh)
%endif
%if %{?suse_version:1}%{?!suse_version:0}
BuildRequires: update-desktop-files
%endif