Browse Source

Add provides to spec file

Suren A. Chilingaryan 8 years ago
parent
commit
d6a6948cb0
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .bzrignore
  2. 1 0
      fastwriter.spec.in

+ 1 - 0
.bzrignore

@@ -11,3 +11,4 @@ CPackConfig.cmake
 CPackSourceConfig.cmake
 _CPack_Packages
 fastwriter.spec
+*.tar.bz2

+ 1 - 0
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}