Skip to content

Commit ac7f276

Browse files
committed
Merge pull request #19 from fvanboven/master
Updated RHEL spec file to version 1.3.0
2 parents 332575b + 0c19518 commit ac7f276

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

rhel/dssim.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dssim
2-
Version: 1.0
2+
Version: 1.3.0
33
Release: 1
44
Summary: This tool computes (dis)similarity between two (or more) PNG images
55

@@ -29,7 +29,7 @@ make
2929
%install
3030
rm -rf $RPM_BUILD_ROOT
3131
mkdir -p $RPM_BUILD_ROOT%{_bindir}
32-
install -m 0755 dssim $RPM_BUILD_ROOT%{_bindir}/dssim
32+
install -m 0755 bin/dssim $RPM_BUILD_ROOT%{_bindir}/dssim
3333

3434
%clean
3535
rm -rf $RPM_BUILD_ROOT
@@ -39,5 +39,8 @@ rm -rf $RPM_BUILD_ROOT
3939
%{_bindir}/dssim
4040

4141
%changelog
42+
* Fri Jan 13 2016 Frank van Boven <frank@cenotaph.nl> - 1.3.0-1
43+
- Updated the version 1.3.0
44+
4245
* Mon Apr 13 2015 Harry Danes <harry@danes.eu> - 0.9-1
4346
- Initial release.

0 commit comments

Comments
 (0)