diff --git a/.gitignore b/.gitignore index 8087583..556b0ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /admesh-0.97.2.tar.gz +/admesh-0.97.5.tar.gz diff --git a/admesh.spec b/admesh.spec index 72be75a..e491a18 100644 --- a/admesh.spec +++ b/admesh.spec @@ -1,14 +1,12 @@ Name: admesh -Version: 0.97.2 +Version: 0.97.5 Release: 1%{?dist} Summary: Diagnose and/or repair problems with STereo Lithography files License: GPLv2+ Group: Applications/Engineering -URL: http://github.com/hroncok/admesh/ -Source0: http://github.com/hroncok/admesh/releases/download/v%{version}/admesh-%{version}.tar.gz -# This is a pointer to a document that could not be packaged due to copyrights -Source1: README.Fedora +URL: http://github.com/admesh/admesh/ +Source0: http://github.com/admesh/admesh/releases/download/v%{version}/admesh-%{version}.tar.gz Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description @@ -41,8 +39,6 @@ This package contains the %{name} runtime library. %prep %setup -q -# Copy the Fedora specific README document -cp -p %{SOURCE1} . %build %configure @@ -61,8 +57,8 @@ rm -f %{buildroot}%{_libdir}/lib%{name}.la %postun libs -p /sbin/ldconfig %files -%doc ChangeLog ChangeLog.old COPYING README -%doc README.Fedora %{name}-doc.txt block.stl +%doc ChangeLog ChangeLog.old COPYING README.md +%doc %{name}-doc.txt block.stl AUTHORS %{_bindir}/%{name} %{_mandir}/man1/* @@ -76,6 +72,11 @@ rm -f %{buildroot}%{_libdir}/lib%{name}.la %{_libdir}/lib%{name}.so.* %changelog +* Tue Sep 23 2014 Miro HronĨok - 0.97.5-1 +- Updated to bugfix release 0.97.5 +- Removed no longer needed Fedora doc and added AUTHORS +- Updated URL + * Wed Oct 23 2013 John C. Peterson - 0.97.2-1 - Fixed the post and postun scriptlets (needed only for the libs subpackage) - Fixed the requires for the devel package (namely the libs subpackage) diff --git a/sources b/sources index 32656da..e04ab11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b81400c77083abbc3d661759f96aeeaf admesh-0.97.2.tar.gz +2f381777c5e7a66078dacaedfc3d81d3 admesh-0.97.5.tar.gz