Accepting request 311278 from home:jengelh:branches:Archiving

- Improve summary and description. -devel subpackage should require
  same-version shared library. Drop --with-pic.

OBS-URL: https://build.opensuse.org/request/show/311278
OBS-URL: https://build.opensuse.org/package/show/Archiving/avfs?expand=0&rev=5
This commit is contained in:
Martin Pluskal 2015-06-09 11:11:55 +00:00 committed by Git OBS Bridge
parent 4793923eb9
commit 0e0fb2eaf3
2 changed files with 18 additions and 11 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun May 17 20:26:53 UTC 2015 - jengelh@inai.de
- Improve summary and description. -devel subpackage should require
same-version shared library. Drop --with-pic, because it is
implicit for shared libraries (and we do not build static).
Use short Sourceforge download URLs.
-------------------------------------------------------------------
Tue May 12 08:47:12 UTC 2015 - mpluskal@suse.com

View File

@ -19,15 +19,15 @@
Name: avfs
Version: 1.0.2
Release: 0
Summary: AVFS - A Virtual File System
Summary: AVFS - an archive look-inside filesystem
License: GPL-2.0+ and LGPL-2.1+
Group: Productivity/Archiving/Compression
Url: http://avf.sourceforge.net/
Source0: http://sourceforge.net/projects/avf/files/avfs/%{version}/avfs-%{version}.tar.bz2
Source1: http://sourceforge.net/projects/avf/files/avfs/%{version}/avfs-%{version}.tar.bz2.asc
Source2: %{name}.keyring
BuildRequires: fuse-devel
Source0: http://downloads.sf.net/avf/%name-%version.tar.bz2
Source1: http://downloads.sf.net/avf/%name-%version.tar.bz2.asc
Source2: %{name}.keyring
BuildRequires: emacs-nox
BuildRequires: fuse-devel
BuildRequires: help2man
BuildRequires: libbz2-devel
BuildRequires: libexpat-devel
@ -40,23 +40,23 @@ BuildRequires: xz-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
AVFS is a system, which enables all programs to look inside archived or
AVFS is a filesystem which enables all programs to look inside archived or
compressed files, or access remote files without recompiling the programs
or changing the kernel.
%package devel
Summary: AVFS - the development part
Summary: Development files for AVFS, an archive look-inside filesystem
Group: Development/Libraries/C and C++
Requires: libavfs0
Requires: libavfs0 = %version
%description devel
This package includes the development file for the package avfs.
AVFS is a system, which enables all programs to look inside archived or
AVFS is a filesystem which enables all programs to look inside archived or
compressed files, or access remote files without recompiling the programs
or changing the kernel.
%package -n libavfs0
Summary: AVFS - the shared library
Summary: Shared library for AVFS, an archive look-inside filesystem
Group: System/Libraries
%description -n libavfs0
@ -80,7 +80,6 @@ or changing the kernel.
--with-gnu-ld \
--enable-libxml \
--with-neon \
--with-pic \
--with-ssl \
--with-xz
make %{?_smp_mflags}