source: people/munepi/trunk/documents/11/echowlvl-vl.spec @ 4246

Revision 4246, 910 bytes checked in by munepi, 13 years ago (diff)

added lms201107 data

Line 
1## -*- coding: utf-8-unix -*-
2## This is a template spec file for LILO 2011.07 Monthly Seminar.
3Name:           NAME
4Version:        VERSION
5Release:        1%{?_dist_release}
6Summary:       
7Summary(ja):   
8Group:         
9License:       
10URL:            http://trac.vinelinux.org/wiki/OfflineMeeting/20110711
11Source0:        http://trac.vinelinux.org/repos/people/munepi/documents/11/%{name}-%{version}.tar.gz
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
14
15Distribution:   YOUR LINUX DISTRIBUTION
16Vendor:         YOUR VENDOR
17Packager:       YOUR NAME (or YOUR ID)
18
19%description
20
21%description -l ja
22
23%prep
24%setup -q
25
26%build
27%configure
28%__make %{?_smp_mflags}
29
30%install
31%__rm -rf $RPM_BUILD_ROOT
32%__make install DESTDIR=$RPM_BUILD_ROOT
33
34%clean
35%__rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(-,root,root,-)
39
40%changelog
41* Sun Jul 17 2011 YOUR NAME <YOUR E-MAIL ADDRESS> 0.1-1
42- first release
43
44## end of file
Note: See TracBrowser for help on using the repository browser.