- Use pkgconfig style dependencies
- Drop not needed dependencies OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/fsarchiver?expand=0&rev=43
This commit is contained in:
parent
e8f08e3cf5
commit
ac3c8b5aeb
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 10:50:25 UTC 2018 - mpluskal@suse.com
|
||||
|
||||
- Use pkgconfig style dependencies
|
||||
- Drop not needed dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 09:06:55 UTC 2018 - mvetter@suse.com
|
||||
|
||||
|
@ -22,24 +22,22 @@ Release: 0
|
||||
Summary: Filesystem Archiver
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Archiving/Backup
|
||||
Url: http://www.fsarchiver.org
|
||||
URL: http://www.fsarchiver.org
|
||||
Source0: https://github.com/fdupoux/fsarchiver/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: HOWTO
|
||||
# PATCH-FIX-UPSTREAM Remove conflicting uses of reserved identifiers
|
||||
Patch0: fsarchiver-types.patch
|
||||
BuildRequires: e2fsprogs-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: liblzma5
|
||||
BuildRequires: liblzma5
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libzstd-devel
|
||||
BuildRequires: lzo-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(blkid)
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
BuildRequires: pkgconfig(ext2fs)
|
||||
BuildRequires: pkgconfig(liblz4)
|
||||
BuildRequires: pkgconfig(liblzma)
|
||||
BuildRequires: pkgconfig(libzstd)
|
||||
BuildRequires: pkgconfig(lzo2)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
FSArchiver is a system tool that allows you to save the contents of
|
||||
@ -57,7 +55,6 @@ the whole archive.
|
||||
cp -p %{SOURCE1} .
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
@ -65,8 +62,8 @@ make %{?_smp_mflags} V=1
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog COPYING HOWTO NEWS README THANKS internals/
|
||||
%license COPYING
|
||||
%doc ChangeLog HOWTO NEWS README THANKS internals/
|
||||
%{_sbindir}/%{name}
|
||||
%{_mandir}/man?/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user