]> git.pld-linux.org Git - packages/evms.git/blame - evms.spec
- raw version.
[packages/evms.git] / evms.spec
CommitLineData
5eb6a47a 1Summary: Enterprise Volume Management System utilities
2Name: evms
3Version: 0.9.0
4Release: 1
5Copyright: GPL
6Group: System Environment/Base
7Source0: http://prdownloads.sourceforge.net/evms/evms-%{version}.tar.gz
8URL: http://www.sourceforge.net/projects/evms
9Packager: Kevin Corry <corryk@us.ibm.com>
10Buildroot: /var/tmp/%{name}-root
11
12%description
13This package contains the user-space tools needed to manage EVMS (Enterprise
14Volume Management System) volumes.
15
16In order to use these user-space tools, you must also have your kernel patched
17with the most recent EVMS code. This code is available in the source package
18on the project web page http://www.sf.net/projects/evms/.
19
20Please see the EVMS-HOWTO on the project web page or in the source package
21for detailed instructions on patching your kernel with EVMS and using the
22tools after installation.
23
24%prep
25%setup
26
27%build
28cd engine
29autoconf
30%configure
31make
32
33%install
34rm -rf $RPM_BUILD_ROOT
35cd engine
36make prefix="$RPM_BUILD_ROOT/usr" exec_prefix="$RPM_BUILD_ROOT/usr" install
37
38%post
39ldconfig
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(-,-,root)
46/usr/lib/libdlist.so.1.0
47/usr/lib/libevms-0.9.0.so
48/usr/lib/evms/libaixregmgr.0.1.0.so
49/usr/lib/evms/libbbr.1.0.0.so
50/usr/lib/evms/libdefsegmgr.1.0.0.so
51/usr/lib/evms/libdrivelink.1.0.0.so
52/usr/lib/evms/liblocaldskmgr.1.0.0.so
53/usr/lib/evms/liblvmregmgr.0.8.0.so
54/usr/lib/evms/libmdregmgr.0.1.0.so
55/usr/lib/evms/libos2regmgr.1.0.0.so
56/usr/lib/evms/libsnapshot.2.0.0.so
57/usr/sbin/evms
58/usr/sbin/evmsgui
59/usr/sbin/evmsn
60/usr/sbin/evms_devnode_fixup
61/usr/sbin/evms_rediscover
62/usr/sbin/evms_lvcreate
63/usr/sbin/evms_lvdisplay
64/usr/sbin/evms_lvextend
65/usr/sbin/evms_lvreduce
66/usr/sbin/evms_lvremove
67/usr/sbin/evms_lvscan
68/usr/sbin/evms_pvcreate
69/usr/sbin/evms_pvdisplay
70/usr/sbin/evms_pvremove
71/usr/sbin/evms_pvscan
72/usr/sbin/evms_vgcreate
73/usr/sbin/evms_vgdisplay
74/usr/sbin/evms_vgextend
75/usr/sbin/evms_vgreduce
76/usr/sbin/evms_vgremove
77/usr/sbin/evms_vgscan
78/usr/include/evms/appAPI.h
79/usr/include/evms/appstructs.h
80/usr/include/evms/common.h
81/usr/include/evms/enginestructs.h
82/usr/include/evms/frontend.h
83/usr/include/evms/fullengine.h
84/usr/include/evms/options.h
85/usr/include/evms/plugfuncs.h
86/usr/include/evms/plugin.h
87
88%changelog
89* Mon Jan 14 2002 Kevin Corry <corryk@us.ibm.com>
90- updated necessary entries for 0.9.0 release.
91- added evms_rediscover utility.
92
93* Tue Dec 11 2001 Kevin Corry <corryk@us.ibm.com>
94- updated necessary entries for 0.2.4 release.
95- added text-mode UI, dev-node fixup program, new LVM utilities, MD region
96 manager, and AIX region manager.
97
98* Mon Nov 5 2001 Kevin Corry <corryk@us.ibm.com>
99- updated necessary entries for 0.2.3 release.
100
101* Fri Nov 2 2001 Kevin Corry <corryk@us.ibm.com>
102- updated necessary entries for 0.2.2 release.
103
104* Tue Oct 23 2001 Kevin Corry <corryk@us.ibm.com>
105- added comments about requiring kernel patch and rebuild
106
107* Sat Oct 20 2001 Kevin Corry <corryk@us.ibm.com>
108- added OS/2 region manager library
109- added more LVM-compatible utilities
110
111* Thu Oct 11 2001 Kevin Corry <corryk@us.ibm.com>
112- added new LVM-compatible utilities
113- updated version numbers of all plugin libraries
114
115* Tue Oct 9 2001 Hollis Blanchard <hollis@austin.ibm.com>
116- added %post ldconfig (so the libevms.so symlink is created)
117- removed BBR makefile patch
118- autoconf before configure
119
120* Sun Oct 7 2001 Hollis Blanchard <hollis@austin.ibm.com>
121- initial spec
122\0
This page took 0.048613 seconds and 4 git commands to generate.