Upstream release 0.95
This commit is contained in:
parent
36c7977d6c
commit
5c9fee980f
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/msitools-0.93.43-8566.tar.xz
|
/msitools-0.93.43-8566.tar.xz
|
||||||
/msitools-0.93.75-f89b.tar.xz
|
/msitools-0.93.75-f89b.tar.xz
|
||||||
/msitools-0.94.tar.xz
|
/msitools-0.94.tar.xz
|
||||||
|
/msitools-0.95.tar.xz
|
||||||
|
@ -1,17 +1,14 @@
|
|||||||
#define _version_suffix
|
#define _version_suffix
|
||||||
|
|
||||||
Name: msitools
|
Name: msitools
|
||||||
Version: 0.94
|
Version: 0.95
|
||||||
Release: 2%{?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}%{?_version_suffix}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}%{?_version_suffix}.tar.xz
|
||||||
|
|
||||||
Patch0001: 0001-wxi-add-libepoxy.wxi.patch
|
|
||||||
Patch0002: 0002-wxi-add-libepoxy-as-gtk3-dep.patch
|
|
||||||
|
|
||||||
Requires: libgsf >= 1.14.24-2
|
Requires: libgsf >= 1.14.24-2
|
||||||
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -46,8 +43,6 @@ The libmsi1-devel package includes the header files for libmsi.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n msitools-%{version}%{?_version_suffix}
|
%setup -q -n msitools-%{version}%{?_version_suffix}
|
||||||
|
|
||||||
%patch0001 -p1
|
|
||||||
%patch0002 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-fast-install
|
%configure --enable-fast-install
|
||||||
@ -91,6 +86,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 01 2015 Fabiano Fidêncio <fidencio@redhat.com> - 0.95-1
|
||||||
|
- Upstream release 0.95
|
||||||
|
|
||||||
* Fri Jun 19 2015 Fabiano Fidêncio <fidencio@redhat.com> - 0.94-2
|
* Fri Jun 19 2015 Fabiano Fidêncio <fidencio@redhat.com> - 0.94-2
|
||||||
- Add libepoxy.wxi
|
- Add libepoxy.wxi
|
||||||
- Add libepoxy as gtk3 dep
|
- Add libepoxy as gtk3 dep
|
||||||
|
Loading…
Reference in New Issue
Block a user