Update to 0.17.0
This commit is contained in:
parent
909e20c2a6
commit
582b233f64
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/poppler-0.16.5.tar.gz
|
/poppler-0.16.5.tar.gz
|
||||||
/poppler-0.16.6.tar.gz
|
/poppler-0.16.6.tar.gz
|
||||||
/poppler-0.16.7.tar.gz
|
/poppler-0.16.7.tar.gz
|
||||||
|
/poppler-0.17.0.tar.gz
|
||||||
|
11
poppler.spec
11
poppler.spec
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Summary: PDF rendering library
|
Summary: PDF rendering library
|
||||||
Name: poppler
|
Name: poppler
|
||||||
Version: 0.16.7
|
Version: 0.17.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -120,7 +120,7 @@ converting PDF files to a number of other formats.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch1 -p1 -b .annot
|
#%patch1 -p1 -b .annot
|
||||||
|
|
||||||
chmod -x goo/GooTimer.h
|
chmod -x goo/GooTimer.h
|
||||||
|
|
||||||
@ -172,7 +172,7 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
%{_libdir}/libpoppler.so.13*
|
%{_libdir}/libpoppler.so.14*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -184,7 +184,7 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|||||||
|
|
||||||
%files glib
|
%files glib
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libpoppler-glib.so.6*
|
%{_libdir}/libpoppler-glib.so.8*
|
||||||
%{_libdir}/girepository-1.0/Poppler-0.16.typelib
|
%{_libdir}/girepository-1.0/Poppler-0.16.typelib
|
||||||
|
|
||||||
%files glib-devel
|
%files glib-devel
|
||||||
@ -220,6 +220,9 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 0.17.0-1
|
||||||
|
- Update to 0.17.0
|
||||||
|
|
||||||
* Thu Jun 30 2011 Rex Dieter <rdieter@fedoraproject.org> 0.16.7-1
|
* Thu Jun 30 2011 Rex Dieter <rdieter@fedoraproject.org> 0.16.7-1
|
||||||
- 0.16.7
|
- 0.16.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user