From d6a6948cb0bd99a21f636ad1d424bb7eec53b5a6 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 6 Mar 2016 04:34:29 +0100 Subject: Add provides to spec file --- .bzrignore | 1 + fastwriter.spec.in | 1 + 2 files changed, 2 insertions(+) diff --git a/.bzrignore b/.bzrignore index d256e81..d4b4492 100644 --- a/.bzrignore +++ b/.bzrignore @@ -11,3 +11,4 @@ CPackConfig.cmake CPackSourceConfig.cmake _CPack_Packages fastwriter.spec +*.tar.bz2 diff --git a/fastwriter.spec.in b/fastwriter.spec.in index 489013a..e693079 100644 --- a/fastwriter.spec.in +++ b/fastwriter.spec.in @@ -20,6 +20,7 @@ Fast data streaming library (nothing goes here...) %package -n lib${PACKAGE_NAME}${FASTWRITER_ABI_VERSION} Summary: Fast data streaming library Group: Development/Libraries +Provides: libfastwriter = %{version} Requires: xfsprogs %description -n lib${PACKAGE_NAME}${FASTWRITER_ABI_VERSION} -- cgit v1.2.1