]> git.pld-linux.org Git - packages/bam.git/commitdiff
- 0.4.0 master auto/th/bam-0_4_0-1 auto/ti/bam-0_4_0-1
authorZsolt Udvari <uzsolt@pld-linux.org>
Fri, 6 May 2011 08:21:01 +0000 (08:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- change Source0 and URL
- apply rpmcflags

Changed files:
    bam.spec -> 1.3

bam.spec

index 8935dacfe82fe8de8e7735b70ac6ca58909fade9..111a2dc20be68310142043671b3eb0aebac1309a 100644 (file)
--- a/bam.spec
+++ b/bam.spec
@@ -1,12 +1,12 @@
 Summary:       Build system
 Name:          bam
-Version:       0.2.0
+Version:       0.4.0
 Release:       1
 License:       zlib
 Group:         Development/Building
-Source0:       http://www.teeworlds.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: d4efe74591a73c1cec8b34d76ffd1049
-URL:           http://teeworlds.com/trac/bam/
+Source0:       http://github.com/downloads/matricks/bam/%{name}-%{version}.tar.bz2
+# Source0-md5: f8b62ad553c3615a725a034df4fb4257
+URL:           http://matricks.github.com/bam/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,12 +20,12 @@ platforms including but not limited to Linux, Mac OS X and Windows.
 %setup -q
 
 %build
-./make_unix.sh
+./make_unix.sh %{rpmcflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -D src/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.167811 seconds and 4 git commands to generate.