source: people/munepi/trunk/documents/10/echowlvl-vl.spec @ 1097

Revision 1097, 876 bytes checked in by munepi, 14 years ago (diff)

update some documents of vlm2nd

Line 
1## -*- coding: utf-8-unix -*-
2## This is a template spec file for vlm2nd.
3Name:           NAME
4Version:        VERSION
5Release:        1%{?_dist_release}
6Summary:       
7Summary(ja):   
8Group:         
9License:       
10URL:            http://trac.vinelinux.org/wiki/OfflineMeeting/20100529
11Source0:        http://trac.vinelinux.org/repos/people/munepi/documents/10/%{name}-%{version}.tar.gz
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
14
15Distribution:   YOUR LINUX
16Vendor:         YOUR PROJECT
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* Sat May 29 2010 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.