Changeset 1293 for spec/trunk/SPECS/hplip.spec
- Timestamp:
- Jan 26, 2018, 6:10:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/hplip.spec
r1067 r1293 1 # spec source :http://pkgs.fedoraproject.org/cgit/rpms/hplip.git/tree/hplip.spec 1 2 2 3 %define without_sane 1 … … 6 7 Summary: HP Linux Imaging and Printing Project 7 8 Name: hplip 8 Version: 3.1 6.119 Version: 3.17.11 9 10 Release: 1%{?dist} 10 11 License: GPLv2+ and MIT and BSD 11 12 12 Url: http://hplipopensource.com/ 13 %scm_source svn http://svn.netlabs.org/repos/ports/hplip/trunk 2155 13 Url: https://developers.hp.com/hp-linux-imaging-and-printing 14 14 Vendor: bww bitwise works GmbH 15 %scm_source github https://github.com/bitwiseworks/%{name}-os2 3.17.11-os2 15 16 16 17 # @todo: decide if we need that to … … 26 27 %endif 27 28 #Requires: gnupg 28 # / usr/lib/udev/rules.d29 # /etc/udev/rules.d 29 30 #Requires: systemd 30 31 … … 46 47 # Make sure we get postscriptdriver tags. 47 48 #BuildRequires: python-cups 49 BuildRequires: cups 48 50 49 51 # macros: %%{_tmpfilesdir}, %%{_udevrulesdir} … … 78 80 Summary: HPLIP graphical tools 79 81 License: BSD 82 #BuildRequires: libappstream-glib 80 83 Requires: python2-PyQt4 81 84 #Requires: python-reportlab … … 128 131 %endif 129 132 --enable-gui-build \ 133 %if 0%{!?without_fax:1} 134 --enable-fax-build \ 135 %else 136 --enable-fax-build=no \ 137 %endif 130 138 --disable-foomatic-rip-hplip-install \ 131 139 --enable-qt4 \ … … 133 141 --enable-foomatic-drv-install \ 134 142 --enable-hpijs-install \ 135 %if 0%{!?without_fax:1}136 --enable-fax-build \137 %else138 --enable-fax-build=no \139 %endif140 143 %if 0%{?without_dbus:1} 141 144 --enable-dbus-build=no \ … … 162 165 %{buildroot}%{_bindir}/hp-pkservice \ 163 166 %{buildroot}%{_datadir}/applications \ 167 %{buildroot}%{_datadir}/hplip/locatedriver* \ 168 %{buildroot}%{_datadir}/hplip/dat2drv* 164 169 165 170 rm -f %{buildroot}%{_bindir}/hp-logcapture \ 166 171 %{buildroot}%{_bindir}/hp-doctor \ 172 %{buildroot}%{_bindir}/hp-pqdiag \ 167 173 %{buildroot}%{_datadir}/hplip/logcapture.py \ 168 %{buildroot}%{_datadir}/hplip/doctor.py 174 %{buildroot}%{_datadir}/hplip/doctor.py \ 175 %{buildroot}%{_datadir}/hplip/pqdiag.py 169 176 170 177 rm -f %{buildroot}%{_bindir}/foomatic-rip \ … … 203 210 rm -rf %{buildroot}%{_libdir}/systemd 204 211 212 # we don't need the exe and the python version (use exe as newer) 213 rm -f %{buildroot}%{_cups_serverbin}/filter/hpps 214 205 215 # The systray applet doesn't work properly (displays icon as a 206 216 # window), so don't ship the launcher yet. … … 221 231 %{_bindir}/hp-colorcal 222 232 %{_bindir}/hp-config_usb_printer 223 %{_bindir}/hp-devicesettings224 233 %{_bindir}/hp-diagnose_plugin 225 234 %{_bindir}/hp-diagnose_queues 226 235 %{_bindir}/hp-fab 227 %{_bindir}/hp-faxsetup228 236 %{_bindir}/hp-firmware 229 237 %{_bindir}/hp-info 230 238 %{_bindir}/hp-levels 231 %{_bindir}/hp-linefeedcal232 %{_bindir}/hp-makecopies233 239 %{_bindir}/hp-makeuri 234 240 %{_bindir}/hp-plugin 235 %{_bindir}/hp-pqdiag236 %{_bindir}/hp-printsettings237 241 %{_bindir}/hp-probe 238 242 %{_bindir}/hp-query … … 243 247 %{_bindir}/hp-timedate 244 248 %{_bindir}/hp-unload 245 %{_bindir}/hp-wificonfig246 249 %{_cups_serverbin}/backend/*.exe 247 250 # ex-hpijs 248 251 %{_cups_serverbin}/filter/*.exe 249 %{_cups_serverbin}/filter/hpps250 252 %{_cups_serverbin}/filter/pstotiff 251 253 # ex-hpijs … … 260 262 %{_datadir}/hplip/colorcal.py* 261 263 %{_datadir}/hplip/config_usb_printer.py* 262 %{_datadir}/hplip/devicesettings.py*263 264 %{_datadir}/hplip/diagnose_plugin.py* 264 265 %{_datadir}/hplip/diagnose_queues.py* … … 267 268 %{_datadir}/hplip/fax 268 269 %endif 269 %{_datadir}/hplip/faxsetup.py*270 270 %{_datadir}/hplip/firmware.py* 271 271 %{_datadir}/hplip/hpdio.py* … … 275 275 %{_datadir}/hplip/__init__.py* 276 276 %{_datadir}/hplip/levels.py* 277 %{_datadir}/hplip/linefeedcal.py*278 %{_datadir}/hplip/makecopies.py*279 277 %{_datadir}/hplip/makeuri.py* 280 278 %{_datadir}/hplip/plugin.py* 281 %{_datadir}/hplip/pqdiag.py*282 %{_datadir}/hplip/printsettings.py*283 279 %{_datadir}/hplip/probe.py* 284 280 %{_datadir}/hplip/query.py* … … 289 285 %{_datadir}/hplip/timedate.py* 290 286 %{_datadir}/hplip/unload.py* 291 %{_datadir}/hplip/wificonfig.py*292 287 # Directories 293 288 %{_datadir}/hplip/base … … 326 321 %files gui 327 322 %{_bindir}/hp-check 323 %{_bindir}/hp-devicesettings 324 %{_bindir}/hp-faxsetup 325 %{_bindir}/hp-linefeedcal 326 %{_bindir}/hp-makecopies 328 327 %{_bindir}/hp-print 328 %{_bindir}/hp-printsettings 329 329 %{_bindir}/hp-systray 330 330 %{_bindir}/hp-toolbox 331 %{_bindir}/hp-wificonfig 331 332 #%{_datadir}/applications/*.desktop 332 333 # Files 333 334 %{_datadir}/hplip/check.py* 335 %{_datadir}/hplip/devicesettings.py* 336 %{_datadir}/hplip/faxsetup.py* 337 %{_datadir}/hplip/linefeedcal.py* 338 %{_datadir}/hplip/makecopies.py* 334 339 %{_datadir}/hplip/print.py* 340 %{_datadir}/hplip/printsettings.py* 335 341 %{_datadir}/hplip/systray.py* 336 342 %{_datadir}/hplip/toolbox.py* 343 %{_datadir}/hplip/wificonfig.py* 337 344 # Directories 338 345 %{_datadir}/hplip/data/images … … 342 349 %files -n libsane-hpaio 343 350 %{_libdir}/sane/sane-*.dll 351 %config(noreplace) %{_sysconfdir}/sane.d/dll.d/hpaio 344 352 %endif 345 353 … … 352 360 353 361 %changelog 362 * Thu Jan 25 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> - 3.17.11-1 363 - changed the way python finds USER and HOME env 364 - moved source to github 365 - updated to version 3.17.11 366 354 367 * Tue Mar 21 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> - 3.16.11-1 355 368 - fix gui Requires
Note:
See TracChangeset
for help on using the changeset viewer.