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

Revision 5701, 16.7 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

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