Difference between revisions of "Template Spec Files"

From Rosalab Wiki
Jump to: navigation, search
(Create page)
 
(Fix release)
Line 4: Line 4:
 
Name: foo
 
Name: foo
 
Version: 1.0
 
Version: 1.0
Release:
+
Release: 1
 
Summary: foo
 
Summary: foo
 
License: foo
 
License: foo

Revision as of 14:53, 14 July 2014

Spec file for a program built using GNU Autotools

Name:		foo	
Version:	1.0
Release:	1
Summary:	foo
License:	foo
Group:		foo
URL:		foo
Source0:	%{name}-%{version}.tar.bz2

%description
foo

%files -n %{name}

#-----------------------------------------------

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

%find_lang %name