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 Tue May 12 08:47:12 UTC 2015 - mpluskal@suse.com

View File

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