source: projects/specs/branches/6/h/hal-cups-utils/hal-cups-utils-vl.spec @ 6363

Revision 6363, 10.6 KB checked in by inagaki, 12 years ago (diff)

update: ant, hal-cups-utils, junit, qt4

Line 
1Summary: Halified CUPS utilities
2Name: hal-cups-utils
3Version: 0.6.19
4Release: 5%{?_dist_release}
5
6License: GPLv2
7Group: Applications/System
8URL: https://fedorahosted.org/hal-cups-utils
9# Add "?format=raw" to the following URL to download file:
10
11Source: https://fedorahosted.org/hal-cups-utils/attachment/wiki/ProjectReleases/%{name}-%{version}.tar.gz
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: glib2-devel
15BuildRequires: dbus-devel >= 0.60
16BuildRequires: hal-devel >= 0.5.0
17BuildRequires: dbus-devel >= 0.90
18BuildRequires: dbus-glib-devel >= 0.70
19BuildRequires: cups-devel
20Requires: hal >= 0.5.0
21Requires: dbus >= 0.90
22Requires: cups
23Requires: system-config-printer-libs >= 1.0.3
24
25%description
26Halified utilities for CUPS:
27        - hal_lpadmin
28        - hal CUPS backend
29
30%prep
31%setup -q
32
33%build
34%configure
35make CFLAGS="$RPM_OPT_FLAGS"
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(-, root, root)
46%doc AUTHORS COPYING ChangeLog NEWS README
47%{_libexecdir}/hal_lpadmin
48/usr/lib/cups/backend/hal
49%{_datadir}/hal/fdi/policy/10osvendor/10-hal_lpadmin.fdi
50
51%changelog
52* Sat Jun 16 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6.19-5
53- rebuilt with rpm-4.8.1-3
54
55* Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6.19-4
56- Initial build for Vine Linux
57
58* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.19-3
59- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
60
61* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.19-2
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
63
64* Tue Jan 13 2009 Tim Waugh <twaugh@redhat.com> 0.6.19-1
65- 0.6.19.
66
67* Fri Oct 24 2008 Tim Waugh <twaugh@redhat.com> 0.6.17-4
68- Don't fail due to missing usb Python module (bug #468408).
69
70* Wed Oct 22 2008 Tim Waugh <twaugh@redhat.com> 0.6.17-3
71- Added patch from git to prevent traceback (bug #468010).
72
73* Thu Oct 16 2008 Tim Waugh <twaugh@redhat.com> 0.6.17-2
74- Don't log a traceback if sys.exit() is called (bug #466485).
75
76* Mon Jul  7 2008 Tim Waugh <twaugh@redhat.com> 0.6.17-1
77- 0.6.17.  Requires system-config-printer-libs >= 1.0.3.
78
79* Fri Apr  4 2008 Tim Waugh <twaugh@redhat.com> 0.6.16-3
80- Applied patch from upstream to use only the device URI to see if the
81  printer has been configured already, and to make the queue name unique.
82
83* Tue Mar 25 2008 Tim Waugh <twaugh@redhat.com> 0.6.16-1
84- 0.6.16:
85  - Some bugs concerning automatic printer enabling/disabling have been
86    fixed.
87
88* Thu Mar 20 2008 Tim Waugh <twaugh@redhat.com> 0.6.15-2
89- Use RPM_OPT_FLAGS.
90
91* Wed Feb 27 2008 Tim Waugh <twaugh@redhat.com> 0.6.15-1
92- 0.6.15:
93  - CUPS backend improvements, mainly for the sake of being a better
94    example external CUPS backend.
95
96* Tue Feb 12 2008 Tim Waugh <twaugh@redhat.com> 0.6.14-1
97- 0.6.14:
98  - Build command lines more carefully.
99  - Only provide one notification for multi-function devices.
100  - Better support for HP printers.
101
102* Fri Sep 14 2007 Tim Waugh <twaugh@redhat.com> 0.6.13-1
103- 0.6.13:
104  - Enable/disable fix.
105  - Speed improvements.
106
107* Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 0.6.12-3
108- More specific license tag.
109- Better buildroot tag.
110
111* Mon Aug  6 2007 Tim Waugh <twaugh@redhat.com> 0.6.12-2
112- Don't use IEEE 1284 DES field for device description: make/model strings
113  are better.
114
115* Fri Aug  3 2007 Tim Waugh <twaugh@redhat.com> 0.6.12-1
116- 0.6.12:
117  - Improvements from Till Kamppeter:
118    o Updated configure method to use CUPS directly
119    o Don't use full path in fdi file
120    o Disable disconnected printers
121    o Set up fax queues for multi-function devices
122    o Use HPLIP even for HP devices with no serial number
123    o Fixed generation of usb: URIs
124
125* Thu Jun 14 2007 Tim Waugh <twaugh@redhat.com> 0.6.11-2
126- Bumped system-config-printer-libs requirement to make sure that the PPDs
127  class is available.
128- Removed explicit build dependency on cups; it's cups-devel we need.
129
130* Thu Jun 14 2007 Tim Waugh <twaugh@redhat.com> 0.6.11-1
131- 0.6.11:
132  - Fixed libhal API usage (bug #243165).
133  - Use new PPDs class from system-config-printer to match Device IDs.
134
135* Wed May 30 2007 Tim Waugh <twaugh@redhat.com> 0.6.10-1
136- 0.6.10:
137  - Use new D-Bus interface, NewPrinterNotification.
138
139* Thu May  3 2007 Tim Waugh <twaugh@redhat.com> 0.6.9-1
140- 0.6.9:
141  - Reverted hal backend printer state management and paper-out detection
142    for the moment.
143
144* Thu Apr 26 2007 Tim Waugh <twaugh@redhat.com> 0.6.8-1
145- 0.6.8:
146  - Several hal backend fixes (retry when device not connected,
147    printer state management, paper-out detection).
148  - Small hal_lpadmin fix for traceback.
149
150* Wed Apr 25 2007 Tim Waugh <twaugh@redhat.com> 0.6.7-1
151- 0.6.7:
152  - Use usb: URI scheme when possible (bug #236720).
153
154* Wed Apr  4 2007 Tim Waugh <twaugh@redhat.com> 0.6.6-1
155- Prevent a traceback in hal_lpadmin (bug #232733).
156
157* Mon Jan  8 2007 Tim Waugh <twaugh@redhat.com> 0.6.5-1
158- Requires system-config-printer >= 0.7.46.
159- 0.6.5:
160  - Set PPD page size before adding printer (bug #221841).
161
162* Thu Jan  4 2007 Tim Waugh <twaugh@redhat.com> 0.6.4-1
163- 0.6.4:
164  - Don't enable/disable existing printers.
165
166* Tue Jan  2 2007 Tim Waugh <twaugh@redhat.com> 0.6.3-1
167- 0.6.3:
168  - Put PPD NickName in info line instead of just 'Added by HAL'.
169  - Don't add/remove new printer if one already exists with a matching URI.
170
171* Sun Dec 17 2006 Tim Waugh <twaugh@redhat.com>
172- Use 'hp:' URIs when appropriate (bug #175555).
173- Added syslogging to hal_lpadmin.
174
175* Thu Nov  9 2006 Tim Waugh <twaugh@redhat.com> - 0.6.2-7
176- IEEE 1284 Device ID in CUPS backend (bug #214755).
177
178* Wed Nov  8 2006 Tim Waugh <twaugh@redhat.com> - 0.6.2-6
179- Use printer.commandset when matching printers (bug #214180).
180- Fixed HAL printer interface API name (bug #214598).
181
182* Mon Sep 11 2006 Florian Festi <ffesti@redhat.com> - 0.6.2-4
183- changed dbus URI from org/freedesktop/ to com/redhat/ to fit eggcups
184
185* Tue Aug  1 2006 Tim Waugh <twaugh@redhat.com> - 0.6.2-3
186- Fixed hal_lpadmin's CUPS URI (bug #200682).
187
188* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.6.2-2
189- rebuild
190
191* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.2-1.1
192- rebuild
193
194* Mon Jun 19 2006 Florian Festi <ffesti@redhat.com> - 0.6.2-1
195- bump to 0.6.2 (move hal_lpadmin to /usr/libexec to cope with hal weirdness)
196
197* Fri Jun 09 2006 Florian Festi <ffesti@redhat.com> - 0.6.1-1
198- bump to 0.6.1 (fixed hal policy file)
199- added dummy init script for cups-config-daemon to fix the postun
200  script of the 0.5.5 version
201
202* Fri Jun 06 2006 Florian Festi <ffesti@redhat.com> - 0.6.0-1
203- new implementation which obsoletes the cups-config-daemon
204
205* Tue Mar 28 2006 John (J5) Palmieri <johnp@redhat.com> - 0.5.5-2
206- Make sure backends install into /usr/lib and not /usr/lib64
207
208* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.5.5-1.2
209- bump again for double-long bug on ppc(64)
210
211* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.5.5-1.1
212- rebuilt for new gcc4.1 snapshot and glibc changes
213
214* Thu Jan 12 2006 Christopher Aillon <caillon@redhat.com> - 0.5.5-1
215- New version, which makes sure we build the daemon with PIE
216
217* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 0.5.4-2.1
218- rebuilt
219
220* Tue Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.5.4-2
221- rebuild for new dbus
222
223* Tue Nov 29 2005 John (J5) Palmieri <johnp@redhat.com> - 0.5.4-1
224- New version that fixes a couple of crashes and makes sure we
225  HUP cupsd
226
227* Fri Mar 18 2005 Warren Togami <wtogami@redhat.com. - 0.5.3-3
228- minor spec tweaks
229
230* Mon Mar 07 2005 John (J5) Palmieri <johnp@redhat.com> - 0.5.3-1
231- Add a build reqiures and requires for dbus >= 0.31
232- Rebuild with HAL 0.5.0 and D-BUS 0.31
233- Add hal fdi file to match printers to the hal_lpadmin callout
234
235* Fri Mar 04 2005 John (J5) Palmieri <johnp@redhat.com> - 0.5.3-1
236- Integrate patches and make 0.5.3 release
237
238* Fri Mar 04 2005 John (J5) Palmieri <johnp@redhat.com> - 0.5.2-11
239- Added get_udi_from_env patch which gets the UDI of the printer
240  from the UDI env variable set by hal if the UDI is not given on
241  the command line
242- Made sure fdi file installs in correct place and executes hal_lpadmin
243  correctly
244- changed the check if printer code to check string lists now
245
246* Tue Mar 1 2005 Ray Strode <rstrode@redhat.com> - 0.5.2-10.newdbusapi.1
247- install fdi file instead of hal callout files
248
249* Fri Feb 25 2005 John (J5) Palmieri <johnp@redhat.com> - 0.5.2-10
250- Added hal api and dbus api patch
251- Don't restart if not already running in post
252
253* Tue Feb 22 2005 John (J5) Palmieri <johnp@redhat.com> - 0.5.2-9
254- For some reason -8 was never built into rawhide.  Bumping the
255  release to 9 and rebuilding for smooth upgrade from fc3
256
257* Fri Oct 22 2004 John (J5) Palmieri <johnp@redhat.com> - 0.5.2-8
258- use_usb_if_null patch makes sure that the make and model of the
259  printer is never null even if hal does not populate the
260  printer.vendor and info.product fields.  (Bug #136666)
261- (printer_update.hal, printer_remove.hal): Use $UDI instead of
262  $HAL_PROP_INFO_UDI which in some instances may not be populated
263
264* Tue Oct 12 2004 John (J5) Palmieri <johnp@redhat.com> - 0.5.2-7
265- Add MatchDriver DBUS method call patch so we can check if the printer has a driver
266
267* Wed Oct 06 2004 John (J5) Palmieri <johnp@redhat.com> - 0.5.2-6
268- Add Colin Walter's daemon patch
269- Add BuildRequires for glib
270- Add patch to take out gdk from configure.in
271- Restart cups-config-daemon in the post
272
273* Tue Oct 04 2004 John (J5) Palmieri <johnp@redhat.com>
274- Patch now calls killall -SIGHUP cupsd if pid file is wrong or does not exist.
275  This is mainly for older cups versions which do not output a pid file.
276
277* Fri Oct 01 2004 John (J5) Palmieri <johnp@redhat.com>
278- Fixed sighup to check for sbin instead of bin for cupsd pid check
279
280* Thu Sep 30 2004 John (J5) Palmieri <johnp@redhat.com>
281- Patch to use sighup on cups instead of restarting it
282
283* Tue Sep 01 2004 John (J5) Palmieri <johnp@redhat.com>
284- Update to 0.5.2
285
286* Tue Sep 01 2004 John (J5) Palmieri <johnp@redhat.com>
287- Chaned the hal callout srcipts to have a .hal extention
288
289* Tue Aug 31 2004 John (J5) Palmieri <johnp@redhat.com>
290- Add build requirement on dbus-devel and system-config-printer
291
292* Tue Aug 31 2004 John (J5) Palmieri <johnp@redhat.com>
293- Update to 0.5.1
294
295* Fri Aug 27 2004 John (J5) Palmieri <johnp@redhat.com>
296- Update to 0.5.0
297
298* Wed Aug 18 2004 John (J5) Palmieri <johnp@redhat.com>
299- Updated to 0.4.0
300
301* Thu Aug 11 2004 John (J5) Palmieri <johnp@redhat.com>
302- Added the --enable-printconf flag to configure so that we autodetect drivers
303
304* Thu Aug 11 2004 John (J5) Palmieri <johnp@redhat.com>
305- Upgrade to version 0.3.1
306- Add update-printer.sh and remove-printer.sh HAL callouts
307
308* Wed Jul 28 2004 John (J5) Palmieri <johnp@redhat.com>
309- Initial checkin to package repository
310
Note: See TracBrowser for help on using the repository browser.