File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11Name: nixio
2- Version: 1.3.2
2+ Version: 1.4.0
33Release: 1%{?dist }
44Summary: 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
3737cd 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
You can’t perform that action at this time.
0 commit comments