Accepting request 701521 from GNOME:Next
- Move RPM macros to %_rpmmacrodir. OBS-URL: https://build.opensuse.org/request/show/701521 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/shared-mime-info?expand=0&rev=76
This commit is contained in:
parent
452c5bdf10
commit
497ef8edfb
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 8 09:02:39 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Move RPM macros to %_rpmmacrodir.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 17 11:30:22 CEST 2019 - kukuk@suse.de
|
Wed Apr 17 11:30:22 CEST 2019 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@ Group: System/X11/Utilities
|
|||||||
URL: https://gitlab.freedesktop.org/xdg/shared-mime-info/
|
URL: https://gitlab.freedesktop.org/xdg/shared-mime-info/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: macros.shared-mime-info
|
Source1: macros.shared-mime-info
|
||||||
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -68,7 +67,7 @@ NOCONFIGURE=1 ./autogen.sh
|
|||||||
%make_install
|
%make_install
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
# Install rpm macros
|
# Install rpm macros
|
||||||
install -D -m644 %{SOURCE1} %{buildroot}%{_rpmconfigdir}/macros.d/macros.shared-mime-info
|
install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.shared-mime-info
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
@ -89,7 +88,7 @@ export PKGSYSTEM_ENABLE_FSYNC=0
|
|||||||
%{_datadir}/pkgconfig/*.pc
|
%{_datadir}/pkgconfig/*.pc
|
||||||
%ghost %{_datadir}/mime/[a-ms-vxX]*
|
%ghost %{_datadir}/mime/[a-ms-vxX]*
|
||||||
%{_mandir}/man?/*%{ext_man}
|
%{_mandir}/man?/*%{ext_man}
|
||||||
%{_rpmconfigdir}/macros.d/macros.shared-mime-info
|
%{_rpmmacrodir}/macros.shared-mime-info
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user