Skip to content

Cellospec

Eric Flumerfelt edited this page Jun 17, 2022 · 1 revision

Cello.spec

<code class="ruby">
Name:           cello
Version:        
Release:        1%{?dist}
Summary:        

License:        
URL:            
Source0:        

BuildRequires:  
Requires:       

%description


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
%make_install


%files
%doc



%changelog
</code>

Clone this wiki locally