From 435144e8ac1e901fea545ed545abc759eeae5170 Mon Sep 17 00:00:00 2001 From: cassmodiah Date: Nov 08 2008 14:21:04 +0000 Subject: *** empty log message *** --- diff --git a/.cvsignore b/.cvsignore index e69de29..9ac062a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +bam.zip diff --git a/bam.spec b/bam.spec new file mode 100644 index 0000000..c2d18e0 --- /dev/null +++ b/bam.spec @@ -0,0 +1,55 @@ +Name: bam +Version: 0.0.0.4.3 +# bam is not versioned +# the first two numbers are for an uncomplicated update of bam, if it will be versioned +# the last three numbers figure the teeworlds version number +Release: 1%{?dist} +Summary: A build-system + +Group: Amusements/Games +License: Teeworlds and MIT +URL: http://www.teeworlds.com +Source0: http://www.teeworlds.com/files/%{name}.zip +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + + +%description +A tool that controls process of producing executables of +software from its source code. Used to build the Teeworlds game. + + +%prep +%setup -q -n %{name} + + +%build +sh -x make_unix.sh %{optflags} + + +%install +rm -rf %{buildroot} + +install -D -m 0755 src/%{name} \ + %{buildroot}%{_bindir}/%{name} + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc docs/bam.1.txt +%{_bindir}/%{name} + + +%changelog +* Sat Nov 01 2008 Simon Wesp 0.0.0.4.3-1 +- Honor optflags +- Select a 'better' code for version +- install in bindir +- Correct summary & description +- Remove needless documentation + +* Sat Nov 01 2008 Simon Wesp 0.0.0.for.teeworlds.0.4.3-1 +- Initial Release diff --git a/import.log b/import.log new file mode 100644 index 0000000..b07edb6 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +bam-0_0_0_4_3-1_fc10:HEAD:bam-0.0.0.4.3-1.fc10.src.rpm:1226154008 diff --git a/sources b/sources index e69de29..35327af 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +dd1937ce711927299a1b09edffa319ca bam.zip