Accepting request 1090164 from home:msmeissn:branches:Base:System

- build with optflags, remove unneeded clean section

OBS-URL: https://build.opensuse.org/request/show/1090164
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcr-oracle?expand=0&rev=2
This commit is contained in:
Marcus Meissner 2023-06-02 15:17:25 +00:00 committed by Git OBS Bridge
parent 47716611e2
commit e5e3f71945
2 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 1 07:07:04 UTC 2023 - Marcus Meissner <meissner@suse.com>
- build with optflags, remove unneeded clean section
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 16 08:52:50 UTC 2023 - Olaf Kirch <okir@suse.com> Mon Jan 16 08:52:50 UTC 2023 - Olaf Kirch <okir@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package pcr-oracle # spec file for package pcr-oracle
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# 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
@ -40,15 +40,11 @@ like shim, grub, etc.
%build %build
# beware, this is not autoconf # beware, this is not autoconf
./configure --prefix /usr ./configure --prefix /usr
make make CCOPT="%optflags"
%install %install
make install DESTDIR=%{buildroot} make install DESTDIR=%{buildroot}
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc README.md %doc README.md