Upstream release 0.93
This commit is contained in:
parent
b3a2363a2f
commit
b50a8f9492
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/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
|
/msitools-0.92.26-940f.tar.xz
|
||||||
|
/msitools-0.93.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define _version_suffix -940f
|
#define _version_suffix
|
||||||
|
|
||||||
Name: msitools
|
Name: msitools
|
||||||
Version: 0.92.26
|
Version: 0.93
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Windows Installer tools
|
Summary: Windows Installer tools
|
||||||
|
|
||||||
@ -69,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}%{_version_suffix}
|
%{_datadir}/wixl-%{version}%{?_version_suffix}
|
||||||
|
|
||||||
%files -n libmsi1 -f %{name}.lang
|
%files -n libmsi1 -f %{name}.lang
|
||||||
%doc COPYING.LIB
|
%doc COPYING.LIB
|
||||||
@ -85,6 +85,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 11 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.93-1
|
||||||
|
- Upstream release 0.93
|
||||||
|
|
||||||
* Fri Apr 12 2013 Marc-André Lureau <marcandre.lureau@gmail.com> - 0.92.26-1
|
* Fri Apr 12 2013 Marc-André Lureau <marcandre.lureau@gmail.com> - 0.92.26-1
|
||||||
- 0.92.26 snapshot from upstream, fix f19 includes
|
- 0.92.26 snapshot from upstream, fix f19 includes
|
||||||
- Add x64 build support
|
- Add x64 build support
|
||||||
|
Loading…
Reference in New Issue
Block a user