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

Subversion リポジトリの参照

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1330 - (show annotations) (download)
Wed Jun 25 06:31:25 2008 UTC (15 years, 10 months ago) by kumaneko
Original Path: trunk/1.6.x/ccs-tools/ccstools/ccs-tools.spec
File size: 1186 byte(s)


1 Summary: TOMOYO Linux tools
2
3 Name: ccs-tools
4 Version: 1.6.2
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.2-1
12
13 Source0: http://osdn.dl.sourceforge.jp/tomoyo/30298/ccs-tools-1.6.2-20080625.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/proxy
42 %attr(4755,root,root) /usr/lib/ccs/misc/force-logout
43 %config(noreplace) /usr/lib/ccs/ccstools.conf
44
45 %changelog
46 * Wed Jun 25 2008 1.6.2-1
47 - Minor update release.
48 - Change permission of /usr/lib/ccs/ to 0755
49
50 * Sat May 10 2008 1.6.1-1
51 - Minor update release.
52
53 * Tue Apr 01 2008 1.6.0-1
54 - Feature enhancement release.
55
56 * Thu Jan 31 2008 1.5.3-1
57 - Minor update release.
58
59 * Wed Dec 05 2007 1.5.2-1
60 - Minor update release.
61 - Added manpage.
62
63 * Thu Oct 19 2007 1.5.1-1
64 - Minor update release.
65
66 * Thu Sep 20 2007 1.5.0-1
67 - First-release.

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