- 0.92.26 snapshot from upstream, fix f19 includes
- Add x64 build support
This commit is contained in:
parent
057aadf955
commit
b3a2363a2f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/msitools-0.91.tar.xz
|
/msitools-0.91.tar.xz
|
||||||
/msitools-0.92.tar.xz
|
/msitools-0.92.tar.xz
|
||||||
|
/msitools-0.92.26-940f.tar.xz
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
|
%define _version_suffix -940f
|
||||||
|
|
||||||
Name: msitools
|
Name: msitools
|
||||||
Version: 0.92
|
Version: 0.92.26
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Windows Installer tools
|
Summary: Windows Installer tools
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://ftp.gnome.org/pub/GNOME/sources/%{name}
|
URL: http://ftp.gnome.org/pub/GNOME/sources/%{name}
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}%{?_version_suffix}.tar.xz
|
||||||
|
|
||||||
Requires: libgsf >= 1.14.24-2
|
Requires: libgsf >= 1.14.24-2
|
||||||
|
|
||||||
@ -17,10 +19,6 @@ BuildRequires: libgsf-devel
|
|||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: vala-tools
|
BuildRequires: vala-tools
|
||||||
|
|
||||||
Patch1: 0001-glib2.wxi-add-a-GLIB_ARCH-to-workaround-697156.patch
|
|
||||||
Patch2: 0002-glib2.wxi-remove-obsolete-file.patch
|
|
||||||
Patch3: 0003-share-wxi-fix-a-few-more-wxi-for-f19.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
msitools is a collection of utilities to inspect and create Windows
|
msitools is a collection of utilities to inspect and create Windows
|
||||||
Installer files. It is useful in a cross-compilation environment such
|
Installer files. It is useful in a cross-compilation environment such
|
||||||
@ -43,11 +41,7 @@ Requires: libmsi1%{?_isa} = %{version}-%{release}
|
|||||||
The libmsi1-devel package includes the header files for libmsi.
|
The libmsi1-devel package includes the header files for libmsi.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n msitools-%{version}%{?_version_suffix}
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-fast-install
|
%configure --enable-fast-install
|
||||||
@ -75,7 +69,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%{_bindir}/wixl
|
%{_bindir}/wixl
|
||||||
%{_bindir}/wixl-heat
|
%{_bindir}/wixl-heat
|
||||||
%{_datadir}/bash-completion/completions/msitools
|
%{_datadir}/bash-completion/completions/msitools
|
||||||
%{_datadir}/wixl-%{version}
|
%{_datadir}/wixl-%{version}%{_version_suffix}
|
||||||
|
|
||||||
%files -n libmsi1 -f %{name}.lang
|
%files -n libmsi1 -f %{name}.lang
|
||||||
%doc COPYING.LIB
|
%doc COPYING.LIB
|
||||||
@ -91,6 +85,10 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 12 2013 Marc-André Lureau <marcandre.lureau@gmail.com> - 0.92.26-1
|
||||||
|
- 0.92.26 snapshot from upstream, fix f19 includes
|
||||||
|
- Add x64 build support
|
||||||
|
|
||||||
* Thu Apr 11 2013 Marc-André Lureau <marcandre.lureau@gmail.com> - 0.92-5
|
* Thu Apr 11 2013 Marc-André Lureau <marcandre.lureau@gmail.com> - 0.92-5
|
||||||
- Forgot a patch
|
- Forgot a patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user