Skip to content

Commit 15b7ebd

Browse files
authored
Merge pull request #697 from gicmo/spec_1.4
[spec] update for 1.4
2 parents ba49a56 + 25164ff commit 15b7ebd

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

nixio.spec

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: nixio
2-
Version: 1.3.2
2+
Version: 1.4.0
33
Release: 1%{?dist}
44
Summary: IO-libray for nix data files
55

@@ -31,11 +31,11 @@ cd build
3131
%cmake .. \
3232
-DCMAKE_INSTALL_PREFIX=/usr \
3333
-DCMAKE_BUILD_TYPE=RelWithDebInfo
34-
make %{?_smp_mflags}
34+
%make_build
3535

3636
%install
3737
cd build
38-
make install DESTDIR=%{buildroot}
38+
%make_install
3939

4040
%post -p /sbin/ldconfig
4141

@@ -44,7 +44,7 @@ make install DESTDIR=%{buildroot}
4444

4545
%files
4646
%license LICENSE LICENSE.h5py
47-
%doc README.md Contributing.md
47+
%doc README.md CONTRIBUTING.md
4848
%{_bindir}/nix-tool
4949
%{_libdir}/libnix.so.1*
5050

@@ -56,5 +56,8 @@ make install DESTDIR=%{buildroot}
5656

5757

5858
%changelog
59+
* Mon Sep 25 2017 Christian Kellner <gicmo@gnome.org> - 1.4.0-1
60+
- New upstream release
61+
5962
* Fri Jan 20 2017 Chrisian Kellner <gicmo@gnome.org>
6063
- Initial revision

0 commit comments

Comments
 (0)