#1 Change compat package name to compat-lua-cqueues
Merged 5 years ago by tkrizek. Opened 5 years ago by tkrizek.
rpms/ tkrizek/lua-cqueues compat-lua-naming-convention  into  master

file modified
+8 -4
@@ -8,7 +8,7 @@ 

  

  Name:           lua-cqueues

  Version:        20171014

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Stackable Continuation Queues for the Lua Programming Language

  

  License:        MIT
@@ -49,12 +49,13 @@ 

  to use interfaces which abstract the different kernel facilities.

  

  %if 0%{?fedora}

- %package compat

+ %package -n compat-%{name}

  Summary:        Stackable Continuation Queues for the Lua Programming Language %{luacompatver}

+ Provides:       lua-cqueues-compat

  # owner of /usr/lib64/lua/5.1, for some reason this depedency is not auto-generated

  Requires:       compat-lua-libs

  

- %description compat

+ %description -n compat-%{name}

  Compatibility package for Lua %{luacompatver}

  %endif

  
@@ -103,7 +104,7 @@ 

  %license LICENSE

  

  %if 0%{?fedora}

- %files compat

+ %files -n compat-%{name}

  %{luacompatpkgdir}/*

  %{luacompatlibdir}/*

  %license LICENSE
@@ -116,6 +117,9 @@ 

  %license LICENSE

  

  %changelog

+ * Thu Apr 04 2019 Tomas Krizek <tomas.krizek@nic.cz> - 20171014-3

+ - Change compat package name to compat-lua-cqueues

+ 

  * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20171014-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild