diff --git a/.gitignore b/.gitignore index 121bc05..b8ed286 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /meson-0.22.0.tar.gz /meson-0.22.0-c6dbf98.tar.gz +/meson-c6dbf98.tar.gz diff --git a/meson.spec b/meson.spec index 8b0eb24..1438bcb 100644 --- a/meson.spec +++ b/meson.spec @@ -4,13 +4,14 @@ Name: meson Version: 0.22.0 -Release: 4.git.%{shortcommit}%{?dist} +Release: 5.git%{shortcommit}%{?dist} Summary: High productivity build system License: ASL 2.0 URL: https://jpakkane.github.io/meson/ #Source0: https://github.com/jpakkane/meson/archive/%{version}/%{name}-%{version}.tar.gz -Source0: https://github.com/jpakkane/meson/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz +Source0: https://github.com/jpakkane/meson/archive/%{commit}/%{name}-%{shortcommit}.tar.gz +BuildArch: noarch BuildRequires: python3-devel ninja-build # Test deps @@ -48,6 +49,10 @@ chmod +x %{buildroot}%{_bindir}/meson* %{_mandir}/man1/%{name}*.1.* %changelog +* Thu Feb 26 2015 Igor Gnatenko - 0.22.0-5.gitc6dbf98 +- Fix packaging style +- Make package noarch + * Mon Feb 23 2015 Igor Gnatenko - 0.22.0-4.git.c6dbf98 - Use development version diff --git a/sources b/sources index 5911b65..8ac3151 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a933d75438a6597acf100781841e7709 meson-0.22.0-c6dbf98.tar.gz +a933d75438a6597acf100781841e7709 meson-c6dbf98.tar.gz