## -*- coding: utf-8-unix -*- ## This is a template spec file for vlm2nd. Name: NAME Version: VERSION Release: 1%{?_dist_release} Summary: Summary(ja): Group: License: URL: http://trac.vinelinux.org/wiki/OfflineMeeting/20100529 Source0: http://trac.vinelinux.org/repos/people/munepi/documents/10/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Distribution: YOUR LINUX Vendor: YOUR PROJECT Packager: YOUR NAME (or YOUR ID) %description %description -l ja %prep %setup -q %build %configure %__make %{?_smp_mflags} %install %__rm -rf $RPM_BUILD_ROOT %__make install DESTDIR=$RPM_BUILD_ROOT %clean %__rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %changelog * Sat May 29 2010 YOUR NAME 0.1-1 - first release ## end of file