Accepting request 289667 from filesystems

1

OBS-URL: https://build.opensuse.org/request/show/289667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squashfs?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2015-03-16 08:41:41 +00:00 committed by Git OBS Bridge
commit e3062eea1e
2 changed files with 21 additions and 14 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,26 +17,27 @@
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: lzo-devel
BuildRequires: zlib-devel
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
Summary: A Read-Only File System with Efficient Compression
License: GPL-2.0+
Group: System/Filesystems
%description
This package contains the userland utilities to create and read
squashfs images.
%prep
%setup -n squashfs%{version}
%setup -q -n squashfs%{version}
%patch0 -p1
%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
%install
mkdir -p $RPM_BUILD_ROOT/usr/bin
install -m 755 squashfs-tools/{un,mk}squashfs $RPM_BUILD_ROOT/usr/bin
mkdir -p %{buildroot}%{_bindir}
install -m 755 squashfs-tools/{un,mk}squashfs %{buildroot}%{_bindir}
%files
%defattr(-,root,root)
%doc README README-%version PERFORMANCE.README CHANGES
/usr/bin/*squashfs
%doc README README-%{version} PERFORMANCE.README CHANGES
%{_bindir}/*squashfs
%changelog