From 0e0fb2eaf35b75fb17179bb2a9daa0f91b92939c2d3767d633e711ead8036256 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 9 Jun 2015 11:11:55 +0000 Subject: [PATCH] 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 --- avfs.changes | 8 ++++++++ avfs.spec | 21 ++++++++++----------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/avfs.changes b/avfs.changes index 1682ea4..830d164 100644 --- a/avfs.changes +++ b/avfs.changes @@ -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 diff --git a/avfs.spec b/avfs.spec index 0dca454..e47f4a1 100644 --- a/avfs.spec +++ b/avfs.spec @@ -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}