rpms/jam/devel jam.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Sep 9 22:37:56 UTC 2005


Author: spot

Update of /cvs/extras/rpms/jam/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16694/devel

Modified Files:
	.cvsignore sources 
Added Files:
	jam.spec 
Log Message:
auto-import jam-2.5-2 on branch devel from jam-2.5-2.src.rpm


--- NEW FILE jam.spec ---
Name:		jam
Version:	2.5
Release:	2%{?dist}
License:	Distributable
Group:		Development/Tools
Summary:	Program construction tool, similar to make
URL:		http://public.perforce.com/public/jam/index.html
Source0:	ftp://ftp.perforce.com/pub/jam/%{name}-%{version}.tar
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	bison

%description
Jam is a program construction tool, like make. Jam recursively builds target 
files from source files, using dependency information and updating actions 
expressed in the Jambase file, which is written in jam's own interpreted 
language. The default Jambase is compiled into jam and provides a boilerplate 
for common use, relying on a user-provide file "Jamfile" to enumerate actual 
targets and sources. 

%prep
%setup -q

%build
make CFLAGS="$RPM_OPT_FLAGS" CCFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
install -m0755 bin.linux*/jam $RPM_BUILD_ROOT/%{_bindir}
install -m0755 bin.linux*/mkjambase $RPM_BUILD_ROOT/%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%doc README RELNOTES *.html
%{_bindir}/jam
%{_bindir}/mkjambase

%changelog
* Fri Sep  9 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.5-2
- use smp_mflags
- use name and version in source field

* Fri Aug 19 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.5-1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/jam/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Sep 2005 22:37:12 -0000	1.1
+++ .cvsignore	9 Sep 2005 22:37:54 -0000	1.2
@@ -0,0 +1 @@
+jam-2.5.tar


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/jam/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Sep 2005 22:37:12 -0000	1.1
+++ sources	9 Sep 2005 22:37:54 -0000	1.2
@@ -0,0 +1 @@
+c7eb7719d8523c0f819116479492d367  jam-2.5.tar




More information about the fedora-extras-commits mailing list