- Autoconfiscate the package thus easing build and installation.
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=6
This commit is contained in:
parent
63196b5bd3
commit
b638037013
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:20c3ade5b6aec4803b34c456d33613ec41feb7da398e7b501f81c86d2a6d810a
|
oid sha256:626010d2729e800c1e23c1c31251dfb663a69f3be25339e79253a795565a9679
|
||||||
size 1144
|
size 1180
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 10 17:15:58 CEST 2014 - pth@suse.de
|
Mon Oct 13 14:34:34 UTC 2014 - pth@suse.com
|
||||||
|
|
||||||
- Autoconfiscate the package thus easing build and installation.
|
- Autoconfiscate the package thus easing build and installation.
|
||||||
|
|
||||||
|
@ -40,6 +40,7 @@ BuildRequires: popt-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
Obsoletes: gdisk < %version-%release
|
Obsoletes: gdisk < %version-%release
|
||||||
@ -72,7 +73,7 @@ autoreconf -fi
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{_buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./gdisk_test.sh
|
./gdisk_test.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user