Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

1 commit

Author SHA1 Message Date
Tom Callaway
179ba64881 1.0.4 2013-04-23 15:55:54 -04:00
3 changed files with 19 additions and 3 deletions

View file

@ -0,0 +1,11 @@
diff -up amide-1.0.4/doc/reference/Makefile.in.lstdc++ amide-1.0.4/doc/reference/Makefile.in
--- amide-1.0.4/doc/reference/Makefile.in.lstdc++ 2013-04-23 15:19:04.735587818 -0400
+++ amide-1.0.4/doc/reference/Makefile.in 2013-04-23 15:19:18.065587342 -0400
@@ -378,6 +378,7 @@ GTKDOC_LIBS = \
$(FFMPEG_LIBS) \
$(AMIDE_LIBDCMDATA_LIBS) \
$(AMIDE_LDADD_WIN32) \
+ -lstdc++ \
$(OBJ_FILES)

View file

@ -1,12 +1,13 @@
Name: amide
Version: 1.0.0
Release: 4%{?dist}
Version: 1.0.4
Release: 1%{?dist}
Summary: Program for viewing and analyzing medical image data sets
Group: Applications/Productivity
License: GPLv2+
URL: http://amide.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
Patch0: amide-1.0.4-link-to-libstdc++.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: dcmtk-devel >= 3.5.4
@ -55,6 +56,7 @@ that use %{name}.
%prep
%setup -q
%patch0 -p1 -b .lstcd++
sed -i 's|Icon=%{name}_logo.png|Icon=%{name}_logo|g' etc/%{name}.desktop.in
# configure does not pich up environment variables, so we use this dirty hack
sed -i 's|"-g -O6 -Wall"|"$RPM_OPT_FLAGS"|g' configure
@ -110,6 +112,9 @@ scrollkeeper-update -q || :
%{_datadir}/gtk-doc/
%changelog
* Tue Apr 23 2013 Tom Callaway <spot@fedoraproject.org> - 1.0.4-1
- update to 1.0.4
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View file

@ -1 +1 @@
660600aec949e72765d332eeaafbfadc amide-1.0.0.tgz
ac2df2698efab3f62beb3d3c648c963c amide-1.0.4.tgz