Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef7064cb57 |
3 changed files with 12 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
/admesh-0.97.2.tar.gz
|
/admesh-0.97.2.tar.gz
|
||||||
|
/admesh-0.97.5.tar.gz
|
||||||
|
|
|
||||||
19
admesh.spec
19
admesh.spec
|
|
@ -1,14 +1,12 @@
|
||||||
|
|
||||||
Name: admesh
|
Name: admesh
|
||||||
Version: 0.97.2
|
Version: 0.97.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Diagnose and/or repair problems with STereo Lithography files
|
Summary: Diagnose and/or repair problems with STereo Lithography files
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
URL: http://github.com/hroncok/admesh/
|
URL: http://github.com/admesh/admesh/
|
||||||
Source0: http://github.com/hroncok/admesh/releases/download/v%{version}/admesh-%{version}.tar.gz
|
Source0: http://github.com/admesh/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}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
@ -41,8 +39,6 @@ This package contains the %{name} runtime library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# Copy the Fedora specific README document
|
|
||||||
cp -p %{SOURCE1} .
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
|
@ -61,8 +57,8 @@ rm -f %{buildroot}%{_libdir}/lib%{name}.la
|
||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc ChangeLog ChangeLog.old COPYING README
|
%doc ChangeLog ChangeLog.old COPYING README.md
|
||||||
%doc README.Fedora %{name}-doc.txt block.stl
|
%doc %{name}-doc.txt block.stl AUTHORS
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
|
|
@ -76,6 +72,11 @@ rm -f %{buildroot}%{_libdir}/lib%{name}.la
|
||||||
%{_libdir}/lib%{name}.so.*
|
%{_libdir}/lib%{name}.so.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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 post and postun scriptlets (needed only for the libs subpackage)
|
||||||
- Fixed the requires for the devel package (namely the libs subpackage)
|
- Fixed the requires for the devel package (namely the libs subpackage)
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
b81400c77083abbc3d661759f96aeeaf admesh-0.97.2.tar.gz
|
2f381777c5e7a66078dacaedfc3d81d3 admesh-0.97.5.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue