- 0.92.26 snapshot from upstream, fix f19 includes

- Add x64 build support
This commit is contained in:
Marc-André Lureau 2013-04-12 18:54:41 +02:00
parent 057aadf955
commit b3a2363a2f
3 changed files with 13 additions and 14 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/msitools-0.91.tar.xz
/msitools-0.92.tar.xz
/msitools-0.92.26-940f.tar.xz

View File

@ -1,11 +1,13 @@
%define _version_suffix -940f
Name: msitools
Version: 0.92
Release: 5%{?dist}
Version: 0.92.26
Release: 1%{?dist}
Summary: Windows Installer tools
License: GPLv2+
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
@ -17,10 +19,6 @@ BuildRequires: libgsf-devel
BuildRequires: libuuid-devel
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
msitools is a collection of utilities to inspect and create Windows
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.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%setup -q -n msitools-%{version}%{?_version_suffix}
%build
%configure --enable-fast-install
@ -75,7 +69,7 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_bindir}/wixl
%{_bindir}/wixl-heat
%{_datadir}/bash-completion/completions/msitools
%{_datadir}/wixl-%{version}
%{_datadir}/wixl-%{version}%{_version_suffix}
%files -n libmsi1 -f %{name}.lang
%doc COPYING.LIB
@ -91,6 +85,10 @@ rm -f %{buildroot}%{_libdir}/*.la
%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
- Forgot a patch

View File

@ -1 +1 @@
d8a1297bcef600684e3a11a594d0ef4f msitools-0.92.tar.xz
affa61eb6f9ba879c3c2c729d833efaa msitools-0.92.26-940f.tar.xz