Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
840c384a99 |
1 changed files with 9 additions and 19 deletions
28
cdargs.spec
28
cdargs.spec
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Name: cdargs
|
Name: cdargs
|
||||||
Version: 1.35
|
Version: 1.35
|
||||||
Release: 18%{?dist}
|
Release: 19%{?dist}
|
||||||
Summary: The shell cd with bookmarks and browser
|
Summary: The shell cd with bookmarks and browser
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.skamphausen.de/cgi-bin/ska/CDargs/
|
URL: http://www.skamphausen.de/cgi-bin/ska/CDargs/
|
||||||
|
|
@ -37,6 +37,9 @@ BuildArch: noarch
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: emacs(bin) >= %{_emacs_version}
|
Requires: emacs(bin) >= %{_emacs_version}
|
||||||
|
|
||||||
|
Provides: emacs-%{name}-el = %{version}-%{release}
|
||||||
|
Obsoletes: emacs-%{name}-el < 1.35-20
|
||||||
|
|
||||||
%description -n emacs-cdargs
|
%description -n emacs-cdargs
|
||||||
This is an Emacs front-end to cdargs. It provides a function (cv or
|
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
|
cdargs) which uses the same bookmarks list as the terminal program
|
||||||
|
|
@ -44,19 +47,6 @@ cdargs and lets the user quickly make a directory listed there the
|
||||||
current working directory.
|
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
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
|
|
@ -96,16 +86,16 @@ install -D -p -m 644 src/cdargs.h %{buildroot}%{_includedir}/cdargs.h
|
||||||
|
|
||||||
%files -n emacs-cdargs
|
%files -n emacs-cdargs
|
||||||
%dir %{_emacs_sitelispdir}/%{name}
|
%dir %{_emacs_sitelispdir}/%{name}
|
||||||
|
%license COPYING
|
||||||
|
%{_emacs_sitelispdir}/%{name}/*.el
|
||||||
%{_emacs_sitelispdir}/%{name}/*.elc
|
%{_emacs_sitelispdir}/%{name}/*.elc
|
||||||
%{_emacs_sitestartdir}/cdargs-init.el
|
%{_emacs_sitestartdir}/cdargs-init.el
|
||||||
|
|
||||||
|
|
||||||
%files -n emacs-cdargs-el
|
|
||||||
%license COPYING
|
|
||||||
%{_emacs_sitelispdir}/%{name}/*.el
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 12 2018 Tim Landscheidt <tim@tim-landscheidt.de> - 1.35-19
|
||||||
|
- Obsolete emacs-el subpackage (#1234562)
|
||||||
|
|
||||||
* Thu Apr 05 2018 Robert-André Mauchin <zebob.m@gmail.com> - 1.35-18
|
* Thu Apr 05 2018 Robert-André Mauchin <zebob.m@gmail.com> - 1.35-18
|
||||||
- Unorphaned
|
- Unorphaned
|
||||||
- Refresh SPEC
|
- Refresh SPEC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue