Changeset 532 for spec/trunk/SPECS
- Timestamp:
- Feb 12, 2015, 10:16:00 AM (11 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/poppler.spec (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/poppler.spec
r478 r532 1 1 Summary: PDF rendering library 2 2 Name: poppler 3 Version: 0. 29.04 Release: 0%{?dist}3 Version: 0.31.0 4 Release: 1%{?dist} 5 5 License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT 6 6 Group: Development/Libraries 7 7 # Source0: http://poppler.freedesktop.org/%{name}-%{version}.tar.xz 8 8 URL: http://poppler.freedesktop.org/ 9 %define svn_url e:/trees/poppler/trunk10 #%define svn_url http://svn.netlabs.org/repos/ports/poppler/trunk11 #%define svn_rev 939 9 #define svn_url e:/trees/poppler/trunk 10 %define svn_url http://svn.netlabs.org/repos/ports/poppler/trunk 11 %define svn_rev 1022 12 12 13 13 Source: %{name}-%{version}%{?svn_rev:-r%{svn_rev}}.zip … … 119 119 %{summary}. 120 120 121 %package debug 122 Summary: HLL debug data for exception handling support 123 124 %description debug 125 %{summary}. 126 121 127 %prep 122 128 %if %{?svn_rev:%(sh -c 'if test -f "%{_sourcedir}/%{name}-%{version}-r%{svn_rev}.zip" ; then echo 1 ; else echo 0 ; fi')}%{?!svn_rev):0} … … 149 155 %configure \ 150 156 --enable-poppler-qt4=yes --enable-zlib=yes \ 157 --enable-libopenjpeg=none \ 151 158 --enable-shared --disable-static \ 152 159 --enable-xpdf-headers … … 173 180 %defattr(644,root,root,755) 174 181 %attr(755,root,root) %{_libdir}/poppler_dll.a 175 %attr(755,root,root) %{_libdir}/poppler 48_dll.a182 %attr(755,root,root) %{_libdir}/poppler50_dll.a 176 183 %{_libdir}/pkgconfig/poppler.pc 177 184 %{_libdir}/pkgconfig/poppler-splash.pc … … 215 222 %files utils 216 223 %defattr(644,root,root,755) 217 %{_bindir}/pdf* 224 %{_bindir}/pdf*.exe 218 225 %{_mandir}/man1/* 219 226 227 %files debug 228 %defattr(-,root,root) 229 %{_bindir}/*.dbg 230 %{_libdir}/*.dbg 231 220 232 %changelog 233 * Wed Feb 11 2015 Silvan Scherrer <silvan.scherrer@aroa.ch> 0.31.0-1 234 - updated poppler to 0.31.0 235 - added .dbg files 236 221 237 * Mon Dec 15 2014 Silvan Scherrer <silvan.scherrer@aroa.ch> 0.29.0 222 238 - updated poppler to 0.29.0
Note:
See TracChangeset
for help on using the changeset viewer.
