Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Miro Hrončok
ef7064cb57 Updated to 0.97.5 2014-09-23 17:05:10 +02:00
3 changed files with 12 additions and 10 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/admesh-0.97.2.tar.gz
/admesh-0.97.5.tar.gz

View file

@ -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 <mhroncok@redhat.com> - 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 <jcp[at]eskimo.com> - 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)

View file

@ -1 +1 @@
b81400c77083abbc3d661759f96aeeaf admesh-0.97.2.tar.gz
2f381777c5e7a66078dacaedfc3d81d3 admesh-0.97.5.tar.gz