#2 Obsolete emacs-el subpackage
Closed 5 years ago by scfc. Opened 5 years ago by scfc.
https://github.com/scfc/fedora-rpms-protobuf obsolete-emacs-el-subpackage  into  master

Obsolete emacs-el subpackage
Tim Landscheidt • 5 years ago  
protobuf.spec
file modified
+8 -14
@@ -12,7 +12,7 @@

  Summary:        Protocol Buffers - Google's data interchange format

  Name:           protobuf

  Version:        3.6.1

- Release:        1%{?dist}

+ Release:        2%{?dist}

  License:        BSD

  URL:            https://github.com/protocolbuffers/protobuf

  Source:         https://github.com/protocolbuffers/protobuf/archive/v%{version}%{?rcver}/%{name}-%{version}%{?rcver}-all.tar.gz
@@ -154,20 +154,13 @@

  BuildArch:      noarch

  Requires:       emacs(bin) >= 0%{emacs_version}

  

+ Provides:       protobuf-emacs-el = %{version}-%{release}

+ Obsoletes:      protobuf-emacs-el < 3.6.1-2

+ 

  %description emacs

  This package contains syntax highlighting for Google Protocol Buffers

  descriptions in the Emacs editor.

  

- %package emacs-el

- Summary:        Elisp source files for Google protobuf Emacs mode

- BuildArch:      noarch

- Requires:       protobuf-emacs = %{version}

- 

- %description emacs-el

- This package contains the elisp source files for %{name}-emacs

- under GNU Emacs. You do not need to install this package to use

- %{name}-emacs.

- 

  

  %if %{with java}

  %package java
@@ -357,10 +350,8 @@

  

  %files emacs

  %{emacs_startdir}/protobuf-init.el

- %{emacs_lispdir}/protobuf-mode.elc

- 

- %files emacs-el

  %{emacs_lispdir}/protobuf-mode.el

+ %{emacs_lispdir}/protobuf-mode.elc

  

  %if %{with java}

  %files java -f .mfiles-protobuf-java
@@ -378,6 +369,9 @@

  %endif

  

  %changelog

+ * Wed Dec 12 2018 Tim Landscheidt <tim@tim-landscheidt.de> - 3.6.1-2

+ - Obsolete emacs-el subpackage

+ 

  * Tue Oct 23 2018 Felix Kaechele <heffer@fedoraproject.org> - 3.6.1-1

  - update to 3.6.1

  - obsolete javanano subpackage; discontinued upstream

no initial comment

Pull-Request has been closed by scfc

5 years ago
Metadata