forked from pool/fsarchiver
Accepting request 204852 from home:AndreasStieger:branches:Archiving:Backup
fix SLE build OBS-URL: https://build.opensuse.org/request/show/204852 OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/fsarchiver?expand=0&rev=18
This commit is contained in:
parent
99233b650b
commit
8823ff9de7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 26 11:27:09 UTC 2013 - andreas.stieger@gmx.de
|
||||
|
||||
- fix SLE build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 20 16:06:42 UTC 2013 - schwab@suse.de
|
||||
|
||||
|
@ -32,9 +32,15 @@ BuildRequires: libattr-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: lzo-devel
|
||||
BuildRequires: pkg-config
|
||||
%if 0%{?suse_version} >= 1210
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
BuildRequires: pkgconfig(liblzma)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
%else
|
||||
BuildRequires: libbz2-devel
|
||||
BuildRequires: xz-devel
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -57,7 +63,7 @@ cp %{SOURCE1} .
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%makeinstall
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user