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:
parent
bebe2d1c02
commit
fcca758804
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user