diff --git a/.gitignore b/.gitignore index 8087583..1e52d23 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /admesh-0.97.2.tar.gz +/admesh-0.97.4.tar.gz diff --git a/admesh.spec b/admesh.spec index 8f647c4..dd619fd 100644 --- a/admesh.spec +++ b/admesh.spec @@ -1,14 +1,12 @@ Name: admesh -Version: 0.97.2 -Release: 2%{?dist} +Version: 0.97.4 +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 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 AUTHORS +%doc %{name}-doc.txt block.stl %{_bindir}/%{name} %{_mandir}/man1/* @@ -72,10 +68,13 @@ rm -f %{buildroot}%{_libdir}/lib%{name}.la %{_libdir}/pkgconfig/* %files libs -%doc COPYING +%doc COPYING AUTHORS %{_libdir}/lib%{name}.so.* %changelog +* Sun Jun 29 2014 Miro HronĨok - 0.97.4-1 +- Update to 0.97.4 + * Sat Jun 07 2014 Fedora Release Engineering - 0.97.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 32656da..fa8e9ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b81400c77083abbc3d661759f96aeeaf admesh-0.97.2.tar.gz +4671a43343f8b5cfd4908a1561cbc5a1 admesh-0.97.4.tar.gz