1
0
Jiří Suchomel 2012-01-16 14:35:14 +00:00 committed by Git OBS Bridge
parent d50d213b14
commit 7f5e2b5db2

View File

@ -15,18 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: yast2-installation Name: yast2-installation
Version: 2.22.0 Version: 2.22.1
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-%{version}.tar.bz2 Source0: yast2-installation-%{version}.tar.bz2
Group: System/YaST Group: System/YaST
License: GPL-2.0+ License: GPL-2.0
Summary: YaST2 - Installation Parts Summary: YaST2 - Installation Parts
Source1: YaST2-Second-Stage.service Source1: YaST2-Second-Stage.service
@ -154,7 +153,6 @@ autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
# V=1: verbose build in case we used AM_SILENT_RULES(yes) # V=1: verbose build in case we used AM_SILENT_RULES(yes)
# so that RPM_OPT_FLAGS check works # so that RPM_OPT_FLAGS check works
@ -248,5 +246,3 @@ rm -rf "$RPM_BUILD_ROOT"
%doc %{_prefix}/share/doc/packages/yast2-installation %doc %{_prefix}/share/doc/packages/yast2-installation
%exclude %{_prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{_prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{_prefix}/share/doc/packages/yast2-installation/README %exclude %{_prefix}/share/doc/packages/yast2-installation/README
%changelog