Jelajahi Sumber

Add provides to spec file

Suren A. Chilingaryan 8 tahun lalu
induk
melakukan
d6a6948cb0
2 mengubah file dengan 2 tambahan dan 0 penghapusan
  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}