2013-04-12 16:54:41 +00:00
|
|
|
%define _version_suffix -940f
|
|
|
|
|
2013-02-22 17:34:32 +00:00
|
|
|
Name: msitools
|
2013-04-12 16:54:41 +00:00
|
|
|
Version: 0.92.26
|
|
|
|
Release: 1%{?dist}
|
2013-02-22 17:34:32 +00:00
|
|
|
Summary: Windows Installer tools
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://ftp.gnome.org/pub/GNOME/sources/%{name}
|
2013-04-12 16:54:41 +00:00
|
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}%{?_version_suffix}.tar.xz
|
2013-02-22 17:34:32 +00:00
|
|
|
|
|
|
|
Requires: libgsf >= 1.14.24-2
|
|
|
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: libgcab1-devel >= 0.2
|
|
|
|
BuildRequires: libgsf-devel
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
BuildRequires: vala-tools
|
|
|
|
|
|
|
|
%description
|
|
|
|
msitools is a collection of utilities to inspect and create Windows
|
|
|
|
Installer files. It is useful in a cross-compilation environment such
|
|
|
|
as fedora-mingw.
|
|
|
|
|
|
|
|
%package -n libmsi1
|
|
|
|
Summary: A library to manipulate Windows .MSI files
|
|
|
|
License: LGPLv2+
|
|
|
|
|
|
|
|
%description -n libmsi1
|
|
|
|
libmsi is a GObject library to work with Windows Installer files. It is
|
|
|
|
a port from the MSI library of the Wine project.
|
|
|
|
|
|
|
|
%package -n libmsi1-devel
|
|
|
|
Summary: A library to manipulate Windows .MSI files
|
|
|
|
License: LGPLv2+
|
|
|
|
Requires: libmsi1%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libmsi1-devel
|
|
|
|
The libmsi1-devel package includes the header files for libmsi.
|
|
|
|
|
|
|
|
%prep
|
2013-04-12 16:54:41 +00:00
|
|
|
%setup -q -n msitools-%{version}%{?_version_suffix}
|
2013-02-22 17:34:32 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --enable-fast-install
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.a
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
|
2013-03-07 20:40:39 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2013-02-22 17:34:32 +00:00
|
|
|
%post -n libmsi1 -p /sbin/ldconfig
|
|
|
|
%postun -n libmsi1 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
2013-03-07 20:40:39 +00:00
|
|
|
%doc COPYING NEWS README TODO
|
2013-02-22 17:34:32 +00:00
|
|
|
%{_bindir}/msibuild
|
2013-03-07 20:40:39 +00:00
|
|
|
%{_bindir}/msidiff
|
|
|
|
%{_bindir}/msidump
|
2013-02-22 17:34:32 +00:00
|
|
|
%{_bindir}/msiextract
|
2013-03-07 20:40:39 +00:00
|
|
|
%{_bindir}/msiinfo
|
2013-02-22 17:34:32 +00:00
|
|
|
%{_bindir}/wixl
|
|
|
|
%{_bindir}/wixl-heat
|
|
|
|
%{_datadir}/bash-completion/completions/msitools
|
2013-04-12 16:54:41 +00:00
|
|
|
%{_datadir}/wixl-%{version}%{_version_suffix}
|
2013-02-22 17:34:32 +00:00
|
|
|
|
2013-03-07 20:40:39 +00:00
|
|
|
%files -n libmsi1 -f %{name}.lang
|
2013-02-22 17:34:32 +00:00
|
|
|
%doc COPYING.LIB
|
|
|
|
%{_libdir}/girepository-1.0/Libmsi-1.0.typelib
|
|
|
|
%{_libdir}/libmsi.so.0*
|
|
|
|
|
|
|
|
%files -n libmsi1-devel
|
|
|
|
%{_datadir}/gir-1.0/Libmsi-1.0.gir
|
|
|
|
%{_datadir}/vala/vapi/libmsi-1.0.vapi
|
|
|
|
%{_includedir}/libmsi-1.0/*
|
|
|
|
%{_libdir}/libmsi.so
|
|
|
|
%{_libdir}/pkgconfig/libmsi-1.0.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2013-04-12 16:54:41 +00:00
|
|
|
* 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
|
|
|
|
|
2013-04-11 15:37:32 +00:00
|
|
|
* Thu Apr 11 2013 Marc-André Lureau <marcandre.lureau@gmail.com> - 0.92-5
|
|
|
|
- Forgot a patch
|
|
|
|
|
2013-04-05 20:57:58 +00:00
|
|
|
* Fri Apr 5 2013 Marc-André Lureau <marcandre.lureau@gmail.com> - 0.92-4
|
|
|
|
- More f19 wxi updates
|
|
|
|
|
2013-04-04 12:42:16 +00:00
|
|
|
* Thu Apr 4 2013 Marc-André Lureau <marcandre.lureau@gmail.com> - 0.92-3
|
|
|
|
- Remove obsolete file in glib.wxi
|
|
|
|
|
2013-04-03 11:53:38 +00:00
|
|
|
* Wed Apr 3 2013 Marc-André Lureau <marcandre.lureau@gmail.com> - 0.92-2
|
|
|
|
- Add a glib.wxi workaround for win64
|
|
|
|
|
2013-03-07 20:40:39 +00:00
|
|
|
* Thu Mar 7 2013 Marc-André Lureau <marcandre.lureau@gmail.com> - 0.92-1
|
|
|
|
- New upstream release.
|
|
|
|
- Add msidump & msidiff tools.
|
|
|
|
- Add translations.
|
|
|
|
|
2013-02-22 17:34:32 +00:00
|
|
|
* Fri Feb 15 2013 Paolo Bonzini <pbonzini@redhat.com> - 0.91-3
|
|
|
|
- Add dependency of libmsi1-devel on libmsi1, reformatted descriptions.
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Paolo Bonzini <pbonzini@redhat.com> - 0.91-2
|
|
|
|
- Remove invalid characters from package names, added vala-tools
|
|
|
|
BuildRequires.
|
|
|
|
|
|
|
|
* Mon Jan 28 2013 Paolo Bonzini <pbonzini@redhat.com> - 0.91-1
|
|
|
|
- New upstream version.
|
|
|
|
|
|
|
|
* Wed Jan 16 2013 Paolo Bonzini <pbonzini@redhat.com> - 0.90-1
|
|
|
|
- Added wixl and devel packages.
|
|
|
|
|
|
|
|
* Thu Dec 6 2012 Paolo Bonzini <pbonzini@redhat.com> - 0.01-1
|
|
|
|
- Initial version.
|