0.18
This commit is contained in:
parent
02caeafc41
commit
9d09ac02d8
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Summary: Utilities for manipulating .desktop files
|
Summary: Utilities for manipulating .desktop files
|
||||||
Name: desktop-file-utils
|
Name: desktop-file-utils
|
||||||
Version: 0.16
|
Version: 0.18
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.freedesktop.org/software/desktop-file-utils
|
URL: http://www.freedesktop.org/software/desktop-file-utils
|
||||||
Source0: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.bz2
|
Source0: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.bz2
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -12,9 +12,6 @@ Group: Development/Tools
|
|||||||
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
|
|
||||||
# https://bugs.freedesktop.org/show_bug.cgi?id=31413
|
|
||||||
Patch0: scheme-handler.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
.desktop files are used to describe an application for inclusion in
|
.desktop files are used to describe an application for inclusion in
|
||||||
GNOME or KDE menus. This package contains desktop-file-validate which
|
GNOME or KDE menus. This package contains desktop-file-validate which
|
||||||
@ -31,7 +28,7 @@ BuildRequires: emacs
|
|||||||
Requires: emacs(bin) >= %{_emacs_version}
|
Requires: emacs(bin) >= %{_emacs_version}
|
||||||
|
|
||||||
%description -n emacs-%{pkg}
|
%description -n emacs-%{pkg}
|
||||||
%{pkgname} is an add-on package for GNU Emacs.
|
%{pkgname} is an add-on package for GNU Emacs.
|
||||||
|
|
||||||
%package -n emacs-%{pkg}-el
|
%package -n emacs-%{pkg}-el
|
||||||
Summary: Elisp source files for %{pkgname} under GNU Emacs
|
Summary: Elisp source files for %{pkgname} under GNU Emacs
|
||||||
@ -40,14 +37,13 @@ BuildArch: noarch
|
|||||||
Requires: emacs-%{pkg} = %{version}-%{release}
|
Requires: emacs-%{pkg} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n emacs-%{pkg}-el
|
%description -n emacs-%{pkg}-el
|
||||||
This package contains the elisp source files for %{pkgname} under
|
This package contains the elisp source files for %{pkgname} under
|
||||||
GNU Emacs. You do not need to install this package to run %{pkgname}.
|
GNU Emacs. You do not need to install this package to run %{pkgname}.
|
||||||
Install the %{name} package to use %{pkgname} with GNU Emacs.
|
Install the %{name} package to use %{pkgname} with GNU Emacs.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .scheme-handler
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -57,7 +53,7 @@ make %{?_smp_mflags}
|
|||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{pkg}
|
mkdir -p $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{pkg}
|
||||||
mv $RPM_BUILD_ROOT%{_emacs_sitelispdir}/*.el* $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{pkg}
|
mv $RPM_BUILD_ROOT%{_emacs_sitelispdir}/*.el* $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{pkg}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -74,6 +70,9 @@ mv $RPM_BUILD_ROOT%{_emacs_sitelispdir}/*.el* $RPM_BUILD_ROOT%{_emacs_sitelispdi
|
|||||||
%{_emacs_sitelispdir}/%{pkg}/*.el
|
%{_emacs_sitelispdir}/%{pkg}/*.el
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 13 2011 Matthias Clasen <mclasen@redhat.com> - 0.18-1
|
||||||
|
- Update to 0.18
|
||||||
|
|
||||||
* Fri Nov 5 2010 Matthias Clasen <mclasen@redhat.com> - 0.16-3
|
* Fri Nov 5 2010 Matthias Clasen <mclasen@redhat.com> - 0.16-3
|
||||||
- Don't warn about x-scheme-handler pseudo-mime-types
|
- Don't warn about x-scheme-handler pseudo-mime-types
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user