source: projects/specs/trunk/m/modprobe-legacy-devices/modprobe-legacy-devices-vl.spec @ 521

Revision 521, 1.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1## This package is maintain on vinelinux.org cvs repository
2##  Please commit all changes to cvs head.
3##  If you do not have account for cvs, please send patch to VineSeed ML
4##  or Vine@vinelinux.org or BTS.
5
6Summary: Script to add module for legacy deveices
7Name: modprobe-legacy-devices
8Version: 0.1.0
9Release: 1%{?_dist_release}
10Source: %{name}-%{version}.tar.bz2
11License: distributable
12Group: Applications/System
13BuildArch: noarch
14Buildroot: %{_tmppath}/%{name}-%{version}-root
15
16Vendor: Project Vine
17Distribution: Vine Linux
18Summary(ja): レガシーデバイス用のモジュールを追加するスクリプト
19
20%description
21%{name} is script to add module for legacy deveices.
22
23%description -l ja
24%{name}はレガシーデバイス用のモジュールを追加するスクリプト
25
26%prep
27%setup
28
29%build
30
31%install
32rm -rf ${RPM_BUILD_ROOT}
33make DESTDIR=${RPM_BUILD_ROOT} install
34
35%clean
36rm -rf ${RPM_BUILD_ROOT}
37
38%files
39%defattr(-,root,root)
40%doc Changelog
41%{_sysconfdir}/sysconfig/modules/legacy-devices.modules
42
43%changelog
44* Thu Oct 01 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1.0-2
45- transplant from udev-097-4vl4
46
Note: See TracBrowser for help on using the repository browser.