diff --git a/bam.spec b/bam.spec index 5d17b39..fb342ea 100644 --- a/bam.spec +++ b/bam.spec @@ -1,23 +1,22 @@ Name: bam Version: 0.4.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A build-system Group: Amusements/Games License: zlib URL: http://matricks.github.com/bam/ Source0: http://github.com/downloads/matricks/bam/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description -A tool that controls process of producing executables of +A tool that controls process of producing executables of software from its source code. Used to build the Teeworlds game. %prep -%setup -q +%setup -q %build @@ -25,23 +24,19 @@ sh -x make_unix.sh %{optflags} %install -rm -rf %{buildroot} - install -D -m 0755 %{name} \ %{buildroot}%{_bindir}/%{name} -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %doc docs/ examples/ %{_bindir}/%{name} %changelog +* Thu Oct 24 2013 Lubomir Rintel - 0.4.0-6 +- Bulk sad and useless attempt at consistent SPEC file formatting + * Sat Aug 03 2013 Fedora Release Engineering - 0.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild