Changeset 671 for spec/trunk/SPECS


Ignore:
Timestamp:
Feb 26, 2016, 3:11:41 PM (10 years ago)
Author:
Silvan Scherrer
Message:

spec: updated libpng to 1.6.21

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/libpng.spec

    r580 r671  
    11Summary: A library of functions for manipulating PNG image format files
    22Name: libpng
    3 Version: 1.6.18
     3Version: 1.6.21
    44Release: 1%{?dist}
    55License: zlib
     
    88#define svn_url     e:/trees/libpng/trunk
    99%define svn_url     http://svn.netlabs.org/repos/ports/libpng/trunk
    10 %define svn_rev     1167
     10%define svn_rev     1339
    1111
    1212Source: %{name}-%{version}%{?svn_rev:-r%{svn_rev}}.zip
     
    5858The libpng-tools package contains tools used by the authors of libpng.
    5959
    60 %package debug
    61 Summary: HLL debug data for exception handling support
    62 
    63 %description debug
    64 %{summary}.
     60%debug_package
    6561
    6662%prep
     
    7773
    7874%build
    79 export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" ; \
     75export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    8076
    8177%configure
     
    112108%{_bindir}/pngfix.exe
    113109
    114 %files debug
    115 %defattr(-,root,root)
    116 %{_bindir}/*.dbg
    117 %{_libdir}/*.dbg
     110%changelog
     111* Fri Feb 26 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> 1.6.21-1
     112- updated libpng to 1.6.21
     113- adjusted debug package creation to latest rpm macros
    118114
    119 %changelog
    120115* Tue Sep 15 2015 Silvan Scherrer <silvan.scherrer@aroa.ch> 1.6.18-1
    121116- updated libpng to 1.6.18
Note: See TracChangeset for help on using the changeset viewer.