update to 10.56.04
This commit is contained in:
parent
a0a9eb36ac
commit
38c2cbba03
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/netpbm-10.56.03.tar.xz
|
/netpbm-10.56.04.tar.xz
|
||||||
|
11
netpbm.spec
11
netpbm.spec
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user