parent
3da53d164a
commit
cb7e802898
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
|||||||
/poppler-0.34.0.tar.xz
|
/poppler-0.34.0.tar.xz
|
||||||
/poppler-0.40.0.tar.xz
|
/poppler-0.40.0.tar.xz
|
||||||
/poppler-0.41.0.tar.xz
|
/poppler-0.41.0.tar.xz
|
||||||
|
/poppler-0.43.0.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: PDF rendering library
|
Summary: PDF rendering library
|
||||||
Name: poppler
|
Name: poppler
|
||||||
Version: 0.41.0
|
Version: 0.43.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
|
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -26,6 +26,7 @@ BuildRequires: pkgconfig(lcms2)
|
|||||||
BuildRequires: pkgconfig(QtGui) pkgconfig(QtXml)
|
BuildRequires: pkgconfig(QtGui) pkgconfig(QtXml)
|
||||||
BuildRequires: pkgconfig(Qt5Gui) pkgconfig(Qt5Xml)
|
BuildRequires: pkgconfig(Qt5Gui) pkgconfig(Qt5Xml)
|
||||||
BuildRequires: pkgconfig(libtiff-4)
|
BuildRequires: pkgconfig(libtiff-4)
|
||||||
|
BuildRequires: pkgconfig(nss) >= 3.0.0
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -213,7 +214,7 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
%{_libdir}/libpoppler.so.58*
|
%{_libdir}/libpoppler.so.60*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -282,6 +283,10 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 3 2016 Marek Kasik <mkasik@redhat.com> - 0.43.0-1
|
||||||
|
- Update to 0.43.0
|
||||||
|
- Resolves: #1318462
|
||||||
|
|
||||||
* Fri Feb 26 2016 Marek Kasik <mkasik@redhat.com> - 0.41.0-1
|
* Fri Feb 26 2016 Marek Kasik <mkasik@redhat.com> - 0.41.0-1
|
||||||
- Update to 0.41.0
|
- Update to 0.41.0
|
||||||
- Resolves: #1309145
|
- Resolves: #1309145
|
||||||
|
Loading…
Reference in New Issue
Block a user