Accepting request 115834 from server:database

fixing tcl_archdir for non-SuSE (forwarded request 115763 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/115834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=41
This commit is contained in:
Stephan Kulow 2012-05-03 09:00:40 +00:00 committed by Git OBS Bridge
commit 9c873b219f
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 Fri Oct 7 11:26:43 UTC 2011 - max@suse.com

View File

@ -26,6 +26,9 @@
Name: sqlite3 Name: sqlite3
BuildRequires: pkg-config readline-devel tcl-devel 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} %if %{?suse_version:1}%{?!suse_version:0}
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
%endif %endif