source: projects/specs/trunk/s/system-config-services/system-config-services-vl.spec @ 3375

Revision 3375, 16.5 KB checked in by daisuke, 13 years ago (diff)

system-config-services: update to 0.99.47

Line 
1Summary: An initscript and xinetd configuration utility
2Summary(ja): initscript と xinetd の設定ユーティリティ
3
4Name: system-config-services
5Version: 0.99.47
6Release: 1%{?_dist_release}
7URL: http://fedoraproject.org/%{name}
8Source0: %{name}-%{version}.tar.bz2
9License: GPLv2+
10Group: Applications/System
11
12BuildArch: noarch
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14AutoReq: no
15
16BuildRequires: intltool, sed, desktop-file-utils
17BuildRequires: gettext
18BuildRequires: python, python-devel
19Requires: chkconfig
20Requires: python
21Requires: pygtk2, pygtk2-libglade, rhpl
22Requires: htmlview
23Requires: python
24Requires: gamin-python
25Requires: initscripts
26Requires: python
27Requires: dbus-python
28Requires: python-slip
29Requires: python-slip-dbus
30Requires: python-slip-gtk
31Requires: polkit
32Requires(post): hicolor-icon-theme, gtk2
33Requires(postun): hicolor-icon-theme, gtk2
34
35Vendor: Project Vine
36Distribution: Vine Linux
37Packager: daisuke
38
39%description
40system-config-services is a utility which allows you to configure which services
41should be enabled on your machine.
42
43%description -l ja
44%{name} は initscript と xinetd でどのサービスを起動させるかを設定する
45ユーティリティです。
46
47%prep
48%setup -q
49
50%build
51make
52
53%install
54rm -rf %{buildroot}
55make DESTDIR=%buildroot POLKIT0_SUPPORTED=0 install
56
57desktop-file-install --vendor system --delete-original      \
58  --dir %{buildroot}%{_datadir}/applications                \
59  %{buildroot}%{_datadir}/applications/%{name}.desktop
60
61find %{buildroot}%{_sysconfdir} -type f -exec chmod a-x \{\} \;
62chmod a-x %{buildroot}%{_mandir}/*/*
63
64%find_lang %name
65
66%post
67touch --no-create %{_datadir}/icons/hicolor
68if [ -x /usr/bin/gtk-update-icon-cache ]; then
69  gtk-update-icon-cache -q %{_datadir}/icons/hicolor ||:
70fi
71
72%postun
73touch --no-create %{_datadir}/icons/hicolor
74if [ -x /usr/bin/gtk-update-icon-cache ]; then
75  gtk-update-icon-cache -q %{_datadir}/icons/hicolor ||:
76fi
77
78%clean
79rm -rf %{buildroot}
80
81%files -f %{name}.lang
82%defattr(-,root,root)
83%doc COPYING
84%{_sbindir}/*
85%{_bindir}/*
86%{_datadir}/applications/system-config-services.desktop
87%{_datadir}/icons/hicolor/48x48/apps/system-config-services.png
88%{_datadir}/system-config-services
89%{python_sitelib}/scservices
90%{python_sitelib}/scservices-%{version}-py%{python_version}.egg-info
91%{python_sitelib}/scservices.dbus-%{version}-py%{python_version}.egg-info
92%{_sysconfdir}/dbus-1/system.d/org.fedoraproject.Config.Services.conf
93%{_datadir}/dbus-1/system-services/org.fedoraproject.Config.Services.service
94%{_datadir}/polkit-1/actions/org.fedoraproject.config.services.policy
95
96%{_mandir}/*/system-config-services.8*
97
98%changelog
99* Sat Apr 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.47-1
100- update to 0.99.47
101
102* Wed Oct 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.4-1
103- initial build for Vine Linux
104
105* Wed Dec  6 2006 Harald Hoyer <harald@redhat.com> - 0.9.4
106- fixed service start/stop (#218429)
107- translation update (#216558)
108- Resolves: rhbz#216558, rhbz#218429
109
110* Fri Nov 24 2006 Nils Philippsen <nphilipp@redhat.com> - 0.9.3
111- pick up updated translations (#216558)
112
113* Fri Oct 20 2006 Nils Philippsen <nphilipp@redhat.com> - 0.9.2
114- use intltool-extract for i18n of glade files (#211248) and desktop file
115  (#207345)
116
117* Tue Sep 05 2006 Nils Philippsen <nphilipp@redhat.com> - 0.9.1
118- don't disable Start/Stop/Restart upon reverting changes (#202722)
119- add dist tag
120- install po files (again)
121- require gettext for building
122- fix tagging for make archive
123- fix circular make dependency
124- remove duplicate message definitions
125
126* Fri Aug 18 2006 Nils Philippsen <nphilipp@redhat.com>
127- make revert work again (#202467)
128- don't show all runlevels when starting
129
130* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 0.9.0-2
131- Added BuildRequires perl-XML-Parser (#194179)
132- Added Requires(post) and (postun) gtk2
133
134* Fri May 19 2006 Nils Philippsen <nphilipp@redhat.com>
135- rip out autofoo
136- use bzip2'ed tarballs
137
138* Fri Mar 03 2006 Nils Philippsen <nphilipp@redhat.com> - 0.9.0
139- require hicolor-icon-theme (#182878, #182879)
140
141* Wed Feb 28 2006 Florian Festi <ffesti@redhat.com>
142- rewrote large parts of servicemethods (OO design, better handling of old/new
143  settings, read headers of init scripts completely)
144- first implementation of widgets to control services (intended for tools
145  configuring single services like nfs, samba, bind, ...), still missing: i18n,
146  dependencies on other services (like portmap)
147
148* Fri Jan 27 2006 Nils Philippsen <nphilipp@redhat.com> - 0.8.99.2
149- fix saving xinetd services
150
151* Fri Jan 27 2006 Nils Philippsen <nphilipp@redhat.com> - 0.8.99.1
152- implement daemons and xinetd services on separate tabs
153
154* Mon Jan 09 2006 Nils Philippsen <nphilipp@redhat.com>
155- separate daemons and xinetd based services
156- enable Serbian translation files
157
158* Fri Oct 14 2005 Nils Philippsen <nphilipp@redhat.com>
159- don't use pam_stack (#170645)
160
161* Tue Aug 16 2005 Nils Philippsen <nphilipp@redhat.com> - 0.8.26
162- revamp getting output from external commands (#162884)
163- package %%{_bindir}/serviceconf symlink (#165099)
164
165* Mon May 09 2005 Nils Philippsen <nphilipp@redhat.com> - 0.8.25
166- pick up updated translations
167
168* Fri May 06 2005 Nils Philippsen <nphilipp@redhat.com> - 0.8.24
169- make "make update-po" pick up translatable strings in desktop file (#156801)
170
171* Fri May 06 2005 Nils Philippsen <nphilipp@redhat.com> - 0.8.23
172- pick up new translations
173
174* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 0.8.22-2
175- silence %%post
176
177* Fri Apr 01 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.22-1
178- fix deprecation warnings (#153052) with patch by Colin Charles
179- update the GTK+ theme icon cache on (un)install (Christopher Aillon)
180
181* Thu Mar 24 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.21-1
182- connect toggled signals of service/runlevel checkboxes to enable saving again
183  (#151982)
184- consolidate on_optRL*_toggled
185- connect delete_event of mainWindow to ask whether things should be saved
186  before quitting
187- tab -> space indentation to avoid ambiguity
188- change some typos
189
190* Fri Mar 18 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.20-1
191- don't read from /dev/null when restarting xinetd/services to prevent hangs
192- build toolbar in glade to avoid DeprecationWarnings (#134978)
193- dynamic, translated column titles for runlevel columns
194
195* Thu Feb 17 2005 Daniel J Walsh <dwalsh@redhat.com> 0.8.19-1
196- Added patch from Charlie Brej
197
198* Fri Jan 28 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.18-1
199- fix off-by-one which prevented saving changes to the last service in the list
200  (#139456)
201
202* Tue Jan 04 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.17-1
203- throw away stderr to not be confused by error messages (#142983)
204
205* Wed Dec 08 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.16-1
206- don't hardcode python 2.3 (#142246)
207- remove some cruft from configure.in
208
209* Wed Oct 20 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.15-1
210- include all languages (#136460)
211
212* Tue Oct 12 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.14-1
213- actually install nonblockingreader module (#135445)
214
215* Mon Oct 11 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.12-1
216- really update UI when reading from pipes (#120579, #135215)
217
218* Fri Oct 08 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.11-1
219- fix gtk.main*() related DeprecationWarnings (#134978)
220
221* Fri Oct 01 2004 Daniel J Walsh <dwalsh@redhat.com> 0.8.10-1
222- Update translations
223
224* Mon Sep 27 2004 Nils Philippsen <nphilipp@redhat.com> - 0.8.9-1
225- enable Arabic translation (#133722)
226
227* Thu Sep 23 2004 Nils Philippsen <nphilipp@redhat.com> - 0.8.8.1-1
228- get in updated translations (#133137)
229- appease make distcheck
230- pick up updated autofoo scripts
231
232* Wed Jun 16 2004 Brent Fox <bfox@redhat.com> - 0.8.8-9
233- use watch cursor when starting and stopping services (bug #122425)
234
235* Mon Apr 12 2004 Brent Fox <bfox@redhat.com> 0.8.8-8
236- fix icon path (bug #120184)
237
238* Tue Apr  6 2004 Brent Fox <bfox@redhat.com> 0.8.8-7
239- remove extra strip (bug #119624)
240
241* Mon Apr  5 2004 Brent Fox <bfox@redhat.com> 0.8.8-6
242- code around new verbosity in libglade (bug #119622)
243
244* Wed Mar 31 2004 Brent Fox <bfox@redhat.com> 0.8.8-5
245- fix typo (bug #119559)
246
247* Wed Mar 24 2004 Brent Fox <bfox@redhat.com> 0.8.8-4
248- increase default size of the main window
249
250* Fri Mar 19 2004 Brent Fox <bfox@redhat.com> 0.8.8-3
251- make app exit properly on window close (bug #118762)
252
253* Wed Mar 17 2004 Brent Fox <bfox@redhat.com> 0.8.8-2
254- bump release
255
256* Tue Mar 16 2004 Brent Fox <bfox@redhat.com> 0.8.8-1
257- work around problem with libglade
258
259* Wed Mar  3 2004 Brent Fox <bfox@redhat.com> 0.8.7-2
260- add a BuildRequires on automake17
261
262* Tue Mar  2 2004 Brent Fox <bfox@redhat.com> 0.8.7-1
263- remove dependency on gnome-python2 and gnome-python2-canvas
264- try to load glade file in the cwd, if not, pull from /usr/share/
265- apply patch from bug #117277
266
267* Tue Jan 6 2004 Daniel J Walsh <dwalsh@redhat.com> 0.8.6-3
268- Fix console app so it launches properly
269
270* Tue Jan 6 2004 Daniel J Walsh <dwalsh@redhat.com> 0.8.6-2
271- remove requirement for 2.2
272
273* Thu Nov 11 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.6-1
274- Rename system-config-services
275
276* Wed Oct 17 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-23
277- Add all translated languages
278
279* Fri Oct 17 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-22
280- Remove /dev/null from status
281
282* Mon Oct 6 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-21
283- Fix crash on about
284
285* Wed Oct 1 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-20
286- bump
287
288* Wed Oct 1 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-19
289- Fix pathing problem on Hammer
290
291* Fri Sep 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-18
292- bump
293
294* Fri Sep 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-17
295- bump
296* Fri Sep 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-16
297- Eliminate debugging message
298
299* Mon Aug 25 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-15
300-  For some reason this did not make it to RHN Trying again. By Bumping version.
301
302* Tue Aug 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-14
303- Bumped version for rhl
304
305* Tue Aug 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-13
306- Remove depracated call
307
308* Wed Jul 30 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-12
309- Bumped version for rhl
310
311* Wed Jul 30 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-11
312- Changed handling of xinetd services to show xinetd service status
313
314* Wed Jul 30 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-10
315- Bumped version for rhl
316
317* Tue Jul 29 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-9
318- Allow services to have ':'s in them.
319
320* Wed Jul 9 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-8
321- Bumped version for rhl
322
323* Wed Jul 9 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-7
324- Add ability to add and delete services
325
326* Tue Jun 17 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-6
327- Bumped version for rhel
328
329* Thu Jun 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-5
330- Minor fixes to match GUI users guide and fix icon
331
332* Tue May  27 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-4
333- Bumped version for rhel
334
335* Tue May  27 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-3
336- Moved system-config-service.png to /usr/share/system-config-services
337
338* Fri Mar  7 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-2
339- Bumped version for rhel
340
341* Tue Mar  4 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-1
342- Fix swiching runlevels on modified screens.
343
344* Tue Feb  25 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.4-2
345- Fix dissapearing text on selecting toggle.
346
347* Tue Jan  28 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.4-1
348- Release Candidate
349- Fix Icon
350
351* Tue Jan  28 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-12
352- Fix Language Problems
353
354* Tue Jan  28 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-11
355- Fix handling of errors in /etc/init.d directory
356
357* Tue Jan  14 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-10
358- Update documentation
359
360* Thu Jan  9 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-9
361- Added StartupNotify=true
362- Added accellerators
363
364* Thu Dec  12 2002 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-8
365- Update help docs
366
367* Fri Dec  6 2002 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-7
368- Fix error catching on invalid display
369
370* Tue Dec  3 2002 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-6
371- Fix DISPLAY error handling
372- Stretch Screen size
373- Update status box after Start/Stop/Restart
374- Fix Icon error
375
376* Thu Nov 14 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-5
377- Fix reading of descriptions from startup scripts to ignore blank lines
378
379* Thu Nov 14 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-4
380- Add scrollbar to description and status
381
382* Thu Oct 24 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-3
383- Fix internal handling of version number.
384
385* Thu Oct 10 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-2
386- Remove buttons from screen to match GNOME standards
387
388* Tue Oct 1 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-1
389- Change GUI Presentation and add service status
390
391* Wed Sep 4 2002 Bill Nottingham <notting@redhat.com> 0.8.2-1
392- fix startup in some locales
393
394* Tue Sep 3 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-13
395- Update translations
396
397* Tue Aug 27 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-12
398- Update translations
399- Fix multi-processor problem with popen
400
401* Tue Aug 20 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-11
402- Use gnome url_show for help
403- fix legal notice
404
405* Mon Aug 19 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-10
406- Fix word wrap
407- Fix initial startup to select first row
408- Update languages
409
410* Sat Aug 10 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-9
411- eliminate extra python files not intended for release
412
413* Wed Aug 7 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-8
414- Update dependencies
415
416* Mon Aug 5 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-7
417- Updated internationalization stuff
418
419* Wed Jul 31 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-6
420- Updated internationalization stuff
421
422* Fri Jul 26 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-5
423- Updated to use intltool and new build environment.
424- Added with pam changes for timestamp
425- New internationalization stuff
426
427* Tue Jul 23 2002 Dan Walsh <dwalsh@redhat.com>
428- Fix the desktop file, using new naming standards.
429- Fix the error outpur
430
431* Mon Jul 22 2002 Dan Walsh <dwalsh@redhat.com>
432- Fix clock cursor, set app insensitive until services loaded"
433
434* Mon Jul 22 2002 Tammy Fox <tfox@redhat.com>
435- Updated docs
436
437* Wed Jul  17 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-1
438- Fix internationalization problems.  Clean up glade port.
439
440* Thu Jul  11 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-1
441- complete rename to system-config-services
442
443* Tue Jul  9 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-1
444- complete gtk2 port, Fix Help, About, fix minor bugs
445
446* Wed May 29 2002 Bill Nottingham <notting@redhat.com> 0.8.0-1
447- initial hack gtk2 port
448
449* Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.7.0-3
450- Update translations
451
452* Wed Apr 10 2002 Bill Nottingham <notting@redhat.com> 0.7.0-2
453- fix docs (#63179)
454
455* Tue Apr  9 2002 Bill Nottingham <notting@redhat.com>
456- add some more cases to #60384 fix
457
458* Sun Apr  7 2002 Jeremy Katz <katzj@redhat.com>
459- don't show rpmsave, rpmnew, rpmorig, or .swp files (#60384)
460
461* Tue Apr  2 2002 Nalin Dahyabhai <nalin@redhat.com>
462- set up userhelper for system-config-services
463
464* Fri Jan 25 2002 Bill Nottingham <notting@redhat.com>
465- add patch to fix startup when there are services with 'hide' set
466
467* Fri Aug 24 2001 Tim Powers <timp@redhat.com>
468- fixed typo in Requires /;sbin/chkconfig
469
470* Fri Aug 24 2001 Bill Nottingham <notting@redhat.com>
471- build with new translations
472- move system-config-services link to /usr/bin
473
474* Fri Aug 17 2001 Bill Nottingham <notting@redhat.com>
475- translation typos (#51774, #51776)
476- add system-config-services link
477- if we're using find_lang, don't specify the .mo files explicitly
478
479* Mon Aug 13 2001 Tim Powers <timp@redhat.com>
480- updated serviceconf.gladestrings
481
482* Fri Aug 10 2001 Tim Powers <timp@redhat.com>
483- languified specfile for additional translations
484
485* Thu Aug  9 2001 Alexander Larsson <alexl@redhat.com> 0.6.1-1
486- Add an icon
487
488* Thu Aug  9 2001 Alexander Larsson <alexl@redhat.com>
489- Install in sysconfig.
490
491* Tue Aug  7 2001 Tim Powers <timp@redhat.com>
492- gnomified
493- work around parsing languified chkconfig output so that we can get accurate information displayed
494
495* Tue Jul 31 2001 Tim Powers <timp@redhat.com>
496- languified since we now serve multiple languages
497
498* Mon Jul 30 2001 Yukihiro Nakai <ynakai@redhat.com>
499- User %%fine_lang
500- Add Japanese translation.
501
502* Mon Jul 30 2001 Preston Brown <pbrown@redhat.com>
503- clean up title display
504- make sure initial highlighted entry also displays description info
505
506* Wed Jul 18 2001 Tammy Fox <tfox@redhat.com>
507- added help doc
508- moved man page into man directory
509- added Makefile for man page
510- added man page to spec file
511
512* Mon Jul  9 2001 Tim Powers <timp@redhat.com>
513- languify to shutup rpmlint
514
515* Thu Jul  5 2001 Tim Powers <timp@redhat.com>
516- removed TODO and README, added COPYING file to docs
517
518* Tue May 15 2001 Tim Powers <timp@redhat.com>
519- Initial build.
520
521
Note: See TracBrowser for help on using the repository browser.