Obsolete emacs-el subpackage (#1234562)
This commit is contained in:
parent
26db5cc957
commit
df8081927b
1 changed files with 9 additions and 19 deletions
28
cdargs.spec
28
cdargs.spec
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: cdargs
|
||||
Version: 1.35
|
||||
Release: 19%{?dist}
|
||||
Release: 20%{?dist}
|
||||
Summary: The shell cd with bookmarks and browser
|
||||
License: GPLv2+
|
||||
URL: http://www.skamphausen.de/cgi-bin/ska/CDargs/
|
||||
|
|
@ -38,6 +38,9 @@ BuildArch: noarch
|
|||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: emacs(bin) >= %{_emacs_version}
|
||||
|
||||
Provides: emacs-%{name}-el = %{version}-%{release}
|
||||
Obsoletes: emacs-%{name}-el < 1.35-20
|
||||
|
||||
%description -n emacs-cdargs
|
||||
This is an Emacs front-end to cdargs. It provides a function (cv or
|
||||
cdargs) which uses the same bookmarks list as the terminal program
|
||||
|
|
@ -45,19 +48,6 @@ cdargs and lets the user quickly make a directory listed there the
|
|||
current working directory.
|
||||
|
||||
|
||||
%package -n emacs-cdargs-el
|
||||
Summary: Elisp source files for Cdargs support for Emacs
|
||||
Group: Applications/Editors
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: emacs-%{name} = %{version}-%{release}
|
||||
|
||||
%description -n emacs-cdargs-el
|
||||
This package contains the Elisp source for providing Cdargs support in
|
||||
Emacs. You don't need to install this package to have Emacs support for
|
||||
Cdargs.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
|
|
@ -97,16 +87,16 @@ install -D -p -m 644 src/cdargs.h %{buildroot}%{_includedir}/cdargs.h
|
|||
|
||||
%files -n emacs-cdargs
|
||||
%dir %{_emacs_sitelispdir}/%{name}
|
||||
%license COPYING
|
||||
%{_emacs_sitelispdir}/%{name}/*.el
|
||||
%{_emacs_sitelispdir}/%{name}/*.elc
|
||||
%{_emacs_sitestartdir}/cdargs-init.el
|
||||
|
||||
|
||||
%files -n emacs-cdargs-el
|
||||
%license COPYING
|
||||
%{_emacs_sitelispdir}/%{name}/*.el
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 12 2018 Tim Landscheidt <tim@tim-landscheidt.de> - 1.35-20
|
||||
- Obsolete emacs-el subpackage (#1234562)
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.35-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue