SHA256
1
0
forked from pool/libXft
Dominique Leuenberger 2019-01-26 21:18:10 +00:00 committed by Git OBS Bridge
commit 5d39bd4886
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 22 10:14:50 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use make_build macro in order to get verbose output of make.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 12 20:19:01 UTC 2015 - sndirsch@suse.com Tue May 12 20:19:01 UTC 2015 - sndirsch@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libXft # spec file for package libXft
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -75,7 +75,7 @@ in %lname.
%build %build
autoreconf -fi autoreconf -fi
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} %make_build
%install %install
make install DESTDIR="%buildroot" make install DESTDIR="%buildroot"