update to 10.56.04

This commit is contained in:
Jindrich Novy 2011-11-25 10:30:47 +01:00
parent a0a9eb36ac
commit 38c2cbba03
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/netpbm-10.56.03.tar.xz /netpbm-10.56.04.tar.xz

View File

@ -1,7 +1,7 @@
Summary: A library for handling different graphics file formats Summary: A library for handling different graphics file formats
Name: netpbm Name: netpbm
Version: 10.56.03 Version: 10.56.04
Release: 2%{?dist} Release: 1%{?dist}
# See copyright_summary for details # See copyright_summary for details
License: BSD and GPLv2 and IJG and MIT and Public Domain License: BSD and GPLv2 and IJG and MIT and Public Domain
Group: System Environment/Libraries Group: System Environment/Libraries
@ -173,7 +173,7 @@ if [ "%{_libdir}" != "/usr/lib" ]; then
fi fi
cp -af lib/libnetpbm.a $RPM_BUILD_ROOT%{_libdir}/libnetpbm.a cp -af lib/libnetpbm.a $RPM_BUILD_ROOT%{_libdir}/libnetpbm.a
ln -sf libnetpbm.so.11 $RPM_BUILD_ROOT%{_libdir}/libnetpbm.so cp -l $RPM_BUILD_ROOT%{_libdir}/libnetpbm.so.?? $RPM_BUILD_ROOT%{_libdir}/libnetpbm.so
mkdir -p $RPM_BUILD_ROOT%{_datadir} mkdir -p $RPM_BUILD_ROOT%{_datadir}
mv userguide/man $RPM_BUILD_ROOT%{_mandir} mv userguide/man $RPM_BUILD_ROOT%{_mandir}
@ -245,6 +245,11 @@ rm -rf $RPM_BUILD_ROOT
%doc userguide/* %doc userguide/*
%changelog %changelog
* Fri Nov 25 2011 Jindrich Novy <jnovy@redhat.com> 10.56.04-1
- update to 10.56.04
- fixes pngtopam
- use more robust way to create library symlinks
* Wed Nov 16 2011 Jindrich Novy <jnovy@redhat.com> 10.56.03-2 * Wed Nov 16 2011 Jindrich Novy <jnovy@redhat.com> 10.56.03-2
- fix library symlink to point to the new soname - fix library symlink to point to the new soname

View File

@ -1 +1 @@
da157502bc0d2469391fceed0779634a netpbm-10.56.03.tar.xz aeb6b232504e51d6228115b56865434d netpbm-10.56.04.tar.xz