オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Contents of /trunk/1.8.x/ccs-tools/ccs-tools.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2592 - (show annotations) (download)
Wed May 27 07:32:57 2009 UTC (14 years, 11 months ago) by kumaneko
Original Path: trunk/1.6.x/ccs-tools/ccstools/ccs-tools.spec
File size: 1583 byte(s)


1 Summary: TOMOYO Linux tools
2
3 Name: ccs-tools
4 Version: 1.6.8
5 Release: 1
6 License: GPL
7 Group: System Environment/Kernel
8 ExclusiveOS: Linux
9 Autoreqprov: no
10 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
11 Conflicts: ccs-tools < 1.6.8-1
12
13 Source0: http://osdn.dl.sourceforge.jp/tomoyo/30298/ccs-tools-1.6.8-20090528.tar.gz
14
15 %description
16 This is TOMOYO Linux tools.
17
18 %prep
19
20 %setup -q -n ccstools
21
22 %build
23
24 make -s all
25
26 %install
27
28 make -s install INSTALLDIR=%{buildroot}
29
30 %clean
31
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(-,root,root)
36 /sbin/ccs-init
37 /sbin/tomoyo-init
38 /usr/lib/ccs/
39 /usr/sbin/
40 /usr/share/man/
41 %attr(4755,root,root) /usr/lib/ccs/misc/force-logout
42 %config(noreplace) /usr/lib/ccs/ccstools.conf
43
44 %changelog
45 * Thu May 28 2009 1.6.8-1
46 - Minor update release.
47
48 * Wed Apr 01 2009 1.6.7-1
49 - Feature enhancement release.
50
51 * Mon Feb 02 2009 1.6.6-1
52 - Fix is_alphabet_char() bug.
53
54 * Tue Nov 11 2008 1.6.5-1
55 - Third anniversary release.
56 - Updated coding style and fixed some bugs.
57
58 * Wed Sep 03 2008 1.6.4-1
59 - Minor update release.
60
61 * Tue Jul 15 2008 1.6.3-1
62 - Bug fix release.
63 - Dropped suid-root from /usr/lib/ccs/misc/proxy because /usr/lib/ccs/ is 0755.
64
65 * Wed Jun 25 2008 1.6.2-1
66 - Minor update release.
67 - Change permission of /usr/lib/ccs/ to 0755
68
69 * Sat May 10 2008 1.6.1-1
70 - Minor update release.
71
72 * Tue Apr 01 2008 1.6.0-1
73 - Feature enhancement release.
74
75 * Thu Jan 31 2008 1.5.3-1
76 - Minor update release.
77
78 * Wed Dec 05 2007 1.5.2-1
79 - Minor update release.
80 - Added manpage.
81
82 * Thu Oct 19 2007 1.5.1-1
83 - Minor update release.
84
85 * Thu Sep 20 2007 1.5.0-1
86 - First-release.

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26