source: projects/specs/branches/6/s/system-setup-keyboard/system-setup-keyboard-vl.spec @ 1003

Revision 1003, 3.6 KB checked in by daisuke, 14 years ago (diff)

system-setup-keyboard: remove sysv style init script

Line 
1Name:           system-setup-keyboard
2Version:        0.8.5
3Release:        2%{?_dist_release}
4Summary:        xorg.conf keyboard layout daemon
5
6Group:          Applications/System
7License:        MIT
8URL:            http://git.fedorahosted.org/git/system-setup-keyboard.git/
9Source0:        https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
10Source10:       system-setup-keyboard.init
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
12
13BuildRequires:  glib2-devel
14BuildRequires:  system-config-keyboard >= 1.3.1
15
16Requires:       xorg-x11-server-Xorg >= 1.8.0-2
17#Requires:      upstart
18Conflicts:      xorg-x11-server-Xorg < 1.6.0
19
20Vendor: Project Vine
21Distribution: Vine Linux
22Packager: daisuke
23
24%description
25system-setup-keyboard is a daemon that monitors /etc/sysconfig/keyboard
26and writes out an xorg.conf.d snippet based on this file's contents.
27Whenever the file is updated, system-setup-keyboard writes out the
28matching XKB configuration for the selected layout. This configuration
29applies to all keyboards but may be overwritten by other xorg.conf.d
30snippets or entries in the xorg.conf configuration file.
31
32%prep
33%setup -q
34
35%build
36make CFLAGS="%{optflags}" %{?_smp_mflags}
37
38
39%install
40rm -rf $RPM_BUILD_ROOT
41make install DESTDIR=$RPM_BUILD_ROOT
42#install -D -m775 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/%{name}
43
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48
49%files
50%defattr(-,root,root,-)
51%doc COPYING
52%{_bindir}/%{name}
53%{_sysconfdir}/init/%{name}.conf
54#%{_sysconfdir}/rc.d/init.d/%{name}
55%{_mandir}/man1/system-setup-keyboard.1*
56
57
58%changelog
59* Thu May 13 2010 Daisuke SUZUKI <daisuke@linux.or.jp>  0.8.5-2
60- remove sysv initscript
61
62* Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp>  0.8.5-1
63- new upstream release
64- use /etc/X11/xorg.conf.d for snippet directory.
65- require xorg-x11-server-Xorg >= 1.8.0-2
66
67* Tue Mar 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp>  0.8.2-2
68- add initscripts
69
70* Fri Mar 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp>  0.8.2-1
71- initial build for Vine Linux
72
73* Sat Feb 27 2010 Adel Gadllah <adel.gadllah@gmail.com> 0.8.2-1
74- 0.8.2 release
75- Actually install the upstart config file
76
77* Thu Feb 18 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.8.1-1
78- 0.8.1 release (makefile fixes)
79
80* Tue Feb 16 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.8-1
81- 0.8 release (xorg.conf.d support)
82- drop HAL requires.
83
84* Tue Feb 09 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.7-1
85- Rename to system-setup-keyboard, update the URL and Source0 accordingly.
86  Obsoletes fedora-setup-keyboard.
87
88* Sat Dec 26 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.6-1
89- 0.6 release
90- Fixes RH #545970
91
92* Fri Nov 20 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.5-1
93- Patch merged upstream
94
95* Fri Nov 20 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.4-4
96- rhpl was replaced by system-config-keyboard.
97
98* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
99- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
100
101* Wed May 27 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.4-2
102- Rebuild to pick up rhpl changes
103
104* Mon Apr 13 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.4-1
105- 0.4 release
106- Dropped patch, merged upstream
107
108* Thu Apr 09 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.3-4
109- fedora-setup-keyboard-0.3-merge-terminate.patch: merge xkb options for
110  termination.
111
112* Thu Mar 05 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.3-3
113- Conflict xorg-x11-server-Xorg < 1.6.0-7 (10-x11-keymap.fdi and
114  fedora-setup-keyboard up to 1.6.0-5)
115
116* Mon Mar 02 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.3-2
117- Fix license tag
118
119* Wed Feb 25 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.3-1
120- 0.3 release
121- Require hal
122
123* Sat Feb 21 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.2-1
124- Initial package
Note: See TracBrowser for help on using the repository browser.