8370383
Name:           libpgf
a294121
Version:        6.13.45
a294121
Release:        0.1.svn123%{?dist}
8370383
Summary:        PGF (Progressive Graphics File) library
8370383
8370383
Group:          System Environment/Libraries
8370383
License:        LGPLv2+
8370383
URL:            http://www.libpgf.org
f1cb104
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz
8370383
8370383
BuildRequires:  doxygen
8370383
BuildRequires:  libtool
8370383
8370383
%description
8370383
libPGF contains an implementation of the Progressive Graphics File (PGF)
8370383
which is a new image file format, that is based on a discrete, fast
8370383
wavelet transform with progressive coding features. PGF can be used
8370383
for lossless and lossy compression.
8370383
8370383
%package        devel
8370383
Summary:        Development files for %{name}
8370383
Requires:       %{name}%{?_isa} = %{version}-%{release}
8370383
8370383
%description    devel
8370383
The %{name}-devel package contains libraries and header files for
8370383
developing applications that use %{name}.
8370383
8370383
8370383
%prep
8370383
%setup -q -n %{name}
8370383
8370383
sed -i 's|$(DESTDIR)$(datadir)/doc/$(DOC_MODULE)|$(RPM_BUILD_DIR)/libpgf|g' doc/Makefile.am
8370383
8370383
8370383
%build
8370383
sh autogen.sh
8370383
52c9989
export CFLAGS="%{optflags} -DLIBPGF_DISABLE_OPENMP"
52c9989
export CXXFLAGS="%{optflags} -DLIBPGF_DISABLE_OPENMP"
52c9989
8370383
%configure --disable-static
8370383
make %{?_smp_mflags}
8370383
8370383
8370383
%install
8370383
rm -rf $RPM_BUILD_ROOT
8370383
make install DESTDIR=$RPM_BUILD_ROOT
8370383
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
8370383
8370383
8370383
%post -p /sbin/ldconfig
8370383
8370383
%postun -p /sbin/ldconfig
8370383
8370383
8370383
%files
8370383
%doc COPYING README
f1cb104
%{_libdir}/libpgf.so.6*
8370383
8370383
%files devel
8370383
%doc html
8370383
%{_includedir}/%{name}
8370383
%{_libdir}/libpgf.so
8370383
%{_libdir}/pkgconfig/libpgf.pc
8370383
%{_mandir}/man3/*
8370383
8370383
8370383
%changelog
a294121
* Mon Nov 11 2013 Alexey Kurov <nucleo@fedoraproject.org> - 6.13.45-0.1.svn123
a294121
- libpgf-6.13.45 r123 snapshot
a294121
52c9989
* Fri Oct 25 2013 Alexey Kurov <nucleo@fedoraproject.org> - 6.12.27-0.2.svn119
52c9989
- disable OpenMP
52c9989
1528e56
* Fri Oct 25 2013 Alexey Kurov <nucleo@fedoraproject.org> - 6.12.27-0.1.svn119
1528e56
- libpgf-6.12.27 r119 snapshot
1528e56
988161b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.12.24-5
988161b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
988161b
5a8db8e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.12.24-4
5a8db8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5a8db8e
03d1872
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.12.24-3
03d1872
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
03d1872
8e34943
* Tue Jun 26 2012 Alexey Kurov <nucleo@fedoraproject.org> - 6.12.24-2
f1cb104
- libpgf-6.12.24
f1cb104
54597b2
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.11.42-2
54597b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
54597b2
1528e56
* Thu Oct 28 2010 Alexey Kurov <nucleo@fedoraproject.org> - 6.11.42-1
ea8c063
- libpgf-6.11.42
ea8c063
1528e56
* Thu Sep 23 2010 Alexey Kurov <nucleo@fedoraproject.org> - 6.11.24-1
8370383
- Initial RPM release
8370383
- added svn r46-48 fixes (6.11.32)
8370383
- install docs in -devel