Update to 0.19.4-7
This commit is contained in:
parent
f5fb4fd3e6
commit
4d1fd9cc69
22
gettext.spec
22
gettext.spec
@ -6,7 +6,7 @@
|
|||||||
Summary: GNU libraries and utilities for producing multi-lingual messages
|
Summary: GNU libraries and utilities for producing multi-lingual messages
|
||||||
Name: gettext
|
Name: gettext
|
||||||
Version: 0.19.4
|
Version: 0.19.4
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv3+ and LGPLv2+
|
License: GPLv3+ and LGPLv2+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://www.gnu.org/software/gettext/
|
URL: http://www.gnu.org/software/gettext/
|
||||||
@ -123,22 +123,13 @@ BuildArch: noarch
|
|||||||
# help users find po-mode.el
|
# help users find po-mode.el
|
||||||
Provides: emacs-po-mode
|
Provides: emacs-po-mode
|
||||||
Requires: emacs(bin) >= %{_emacs_version}
|
Requires: emacs(bin) >= %{_emacs_version}
|
||||||
|
Provides: emacs-%{name}-el = %{version}-%{release}
|
||||||
|
Obsoletes: emacs-%{name}-el < %{version}-%{release}
|
||||||
|
|
||||||
%description -n emacs-%{name}
|
%description -n emacs-%{name}
|
||||||
This package provides a major mode for editing po files within GNU Emacs.
|
This package provides a major mode for editing po files within GNU Emacs.
|
||||||
|
|
||||||
|
|
||||||
%package -n emacs-%{name}-el
|
|
||||||
Summary: Elisp source files for editing po files within GNU Emacs
|
|
||||||
Group: Applications/Editors
|
|
||||||
BuildArch: noarch
|
|
||||||
Requires: emacs-%{name} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description -n emacs-%{name}-el
|
|
||||||
This package contains the Elisp source files for editing po files within GNU
|
|
||||||
Emacs.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .test_lock
|
%patch0 -p1 -b .test_lock
|
||||||
@ -330,12 +321,13 @@ fi
|
|||||||
%files -n emacs-%{name}
|
%files -n emacs-%{name}
|
||||||
%dir %{_emacs_sitelispdir}/%{name}
|
%dir %{_emacs_sitelispdir}/%{name}
|
||||||
%{_emacs_sitelispdir}/%{name}/*.elc
|
%{_emacs_sitelispdir}/%{name}/*.elc
|
||||||
|
%{_emacs_sitelispdir}/%{name}/*.el
|
||||||
%{_emacs_sitestartdir}/*.el
|
%{_emacs_sitestartdir}/*.el
|
||||||
|
|
||||||
%files -n emacs-%{name}-el
|
|
||||||
%{_emacs_sitelispdir}/%{name}/*.el
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 26 2015 Daiki Ueno <dueno@redhat.com> - 0.19.4-7
|
||||||
|
- drop -el subpackage (#1234583)
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.4-6
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.4-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user