Accepting request 289636 from home:pluskalm:branches:filesystems
- Use url for source - Cleanup spec file with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/289636 OBS-URL: https://build.opensuse.org/package/show/filesystems/squashfs?expand=0&rev=22
This commit is contained in:
parent
b0f0d19b70
commit
55231eb9e8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 6 08:31:28 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Use url for source
|
||||||
|
- Cleanup spec file with spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 23 18:58:00 UTC 2014 - crrodriguez@opensuse.org
|
Mon Jun 23 18:58:00 UTC 2014 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package squashfs
|
# spec file for package squashfs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,26 +17,27 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: squashfs
|
Name: squashfs
|
||||||
|
Version: 4.3
|
||||||
|
Release: 0
|
||||||
|
Summary: A Read-Only File System with Efficient Compression
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: System/Filesystems
|
||||||
|
Url: http://squashfs.sourceforge.net/
|
||||||
|
Source0: http://sourceforge.net/projects/squashfs/files/squashfs/%{name}%{version}/%{name}%{version}.tar.gz
|
||||||
|
Patch0: squashfs-64k.patch
|
||||||
|
BuildRequires: liblz4-devel
|
||||||
BuildRequires: lzma-devel
|
BuildRequires: lzma-devel
|
||||||
BuildRequires: lzo-devel
|
BuildRequires: lzo-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Supplements: filesystem(squashfs)
|
Supplements: filesystem(squashfs)
|
||||||
Version: 4.3
|
|
||||||
Release: 0
|
|
||||||
Source0: %{name}%{version}.tar.gz
|
|
||||||
Patch0: squashfs-64k.patch
|
|
||||||
Url: http://squashfs.sourceforge.net/
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: A Read-Only File System with Efficient Compression
|
|
||||||
License: GPL-2.0+
|
|
||||||
Group: System/Filesystems
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the userland utilities to create and read
|
This package contains the userland utilities to create and read
|
||||||
squashfs images.
|
squashfs images.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n squashfs%{version}
|
%setup -q -n squashfs%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -44,12 +45,12 @@ sed -i -e "s,-O2,%{optflags}," squashfs-tools/Makefile
|
|||||||
make %{?_smp_mflags} -C squashfs-tools XZ_SUPPORT=1 LZO_SUPPORT=1
|
make %{?_smp_mflags} -C squashfs-tools XZ_SUPPORT=1 LZO_SUPPORT=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
install -m 755 squashfs-tools/{un,mk}squashfs $RPM_BUILD_ROOT/usr/bin
|
install -m 755 squashfs-tools/{un,mk}squashfs %{buildroot}%{_bindir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README README-%version PERFORMANCE.README CHANGES
|
%doc README README-%{version} PERFORMANCE.README CHANGES
|
||||||
/usr/bin/*squashfs
|
%{_bindir}/*squashfs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user