rpms/bam/devel bam.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Simon Wesp cassmodiah at fedoraproject.org
Sat Nov 8 14:21:35 UTC 2008


Author: cassmodiah

Update of /cvs/pkgs/rpms/bam/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16406/devel

Modified Files:
	.cvsignore sources 
Added Files:
	bam.spec import.log 
Log Message:



--- NEW FILE bam.spec ---
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 <cassmodiah at fedoraproject.org> 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 <cassmodiah at fedoraproject.org> 0.0.0.for.teeworlds.0.4.3-1
- Initial Release


--- NEW FILE import.log ---
bam-0_0_0_4_3-1_fc10:HEAD:bam-0.0.0.4.3-1.fc10.src.rpm:1226154008


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bam/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Nov 2008 22:38:06 -0000	1.1
+++ .cvsignore	8 Nov 2008 14:21:04 -0000	1.2
@@ -0,0 +1 @@
+bam.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bam/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Nov 2008 22:38:06 -0000	1.1
+++ sources	8 Nov 2008 14:21:04 -0000	1.2
@@ -0,0 +1 @@
+dd1937ce711927299a1b09edffa319ca  bam.zip




More information about the fedora-extras-commits mailing list