source: projects/specs/branches/6/s/system-config-services/system-config-services-vl.spec @ 3650

Revision 3650, 16.6 KB checked in by daisuke, 13 years ago (diff)

system-config-services: remove R: htmlview

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