source: projects/specs/trunk/s/system-setup-keyboard/system-setup-keyboard-vl.spec @ 8848

Revision 8848, 3.7 KB checked in by daisuke, 10 years ago (diff)

system-setup-keyboard: update to 0.8.8

Line 
1Name:           system-setup-keyboard
2Version:        0.8.8
3Release:        1%{?_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* Sun Jul 20 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 0.8.8-1
60- update to 0.8.8
61
62* Thu May 13 2010 Daisuke SUZUKI <daisuke@linux.or.jp>  0.8.5-2
63- remove sysv initscript
64
65* Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp>  0.8.5-1
66- new upstream release
67- use /etc/X11/xorg.conf.d for snippet directory.
68- require xorg-x11-server-Xorg >= 1.8.0-2
69
70* Tue Mar 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp>  0.8.2-2
71- add initscripts
72
73* Fri Mar 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp>  0.8.2-1
74- initial build for Vine Linux
75
76* Sat Feb 27 2010 Adel Gadllah <adel.gadllah@gmail.com> 0.8.2-1
77- 0.8.2 release
78- Actually install the upstart config file
79
80* Thu Feb 18 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.8.1-1
81- 0.8.1 release (makefile fixes)
82
83* Tue Feb 16 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.8-1
84- 0.8 release (xorg.conf.d support)
85- drop HAL requires.
86
87* Tue Feb 09 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.7-1
88- Rename to system-setup-keyboard, update the URL and Source0 accordingly.
89  Obsoletes fedora-setup-keyboard.
90
91* Sat Dec 26 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.6-1
92- 0.6 release
93- Fixes RH #545970
94
95* Fri Nov 20 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.5-1
96- Patch merged upstream
97
98* Fri Nov 20 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.4-4
99- rhpl was replaced by system-config-keyboard.
100
101* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
102- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
103
104* Wed May 27 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.4-2
105- Rebuild to pick up rhpl changes
106
107* Mon Apr 13 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.4-1
108- 0.4 release
109- Dropped patch, merged upstream
110
111* Thu Apr 09 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.3-4
112- fedora-setup-keyboard-0.3-merge-terminate.patch: merge xkb options for
113  termination.
114
115* Thu Mar 05 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.3-3
116- Conflict xorg-x11-server-Xorg < 1.6.0-7 (10-x11-keymap.fdi and
117  fedora-setup-keyboard up to 1.6.0-5)
118
119* Mon Mar 02 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.3-2
120- Fix license tag
121
122* Wed Feb 25 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.3-1
123- 0.3 release
124- Require hal
125
126* Sat Feb 21 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.2-1
127- Initial package
Note: See TracBrowser for help on using the repository browser.