Accepting request 342884 from home:pluskalm:branches:Base:System
- Use macro for configure - Cleanup spec file with spec-cleaner - Don't ship INSTALL file OBS-URL: https://build.opensuse.org/request/show/342884 OBS-URL: https://build.opensuse.org/package/show/Base:System/zisofs-tools?expand=0&rev=14
This commit is contained in:
parent
42de6e60ab
commit
07c9744eb6
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 15:33:54 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Use macro for configure
|
||||
- Cleanup spec file with spec-cleaner
|
||||
- Don't ship INSTALL file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 30 11:04:38 UTC 2015 - jkeil@suse.de
|
||||
|
||||
|
@ -23,12 +23,11 @@ Summary: User tools for zisofs
|
||||
License: GPL-2.0+
|
||||
Group: System/Filesystems
|
||||
Url: http://www.kernel.org/pub/linux/utils/fs/zisofs/
|
||||
|
||||
#DL-URL: http://mirror.linux.org.au/linux/utils/fs/zisofs/
|
||||
Source: http://mirror.linux.org.au/linux/utils/fs/zisofs/%name-%version.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: http://mirror.linux.org.au/linux/utils/fs/zisofs/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: zlib-devel
|
||||
Requires: mkisofs
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Zisofs-tools, in conjunction with a zisofs-enabled system, allows the
|
||||
@ -39,19 +38,19 @@ such a filesystem and read compressed files on a system without zisofs
|
||||
support.
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=%{_mandir}
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make INSTALLROOT=$RPM_BUILD_ROOT install
|
||||
make INSTALLROOT=%{buildroot} install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES COPYING INSTALL README
|
||||
%doc CHANGES COPYING README
|
||||
%{_bindir}/mkzftree
|
||||
%doc %{_mandir}/man1/mkzftree.1*
|
||||
%{_mandir}/man1/mkzftree.1*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user