Author: uzsolt Date: Fri May 6 08:21:06 2011 GMT Module: packages Tag: HEAD ---- Log message: - 0.4.0 - change Source0 and URL - apply rpmcflags
---- Files affected: packages/bam: bam.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/bam/bam.spec diff -u packages/bam/bam.spec:1.2 packages/bam/bam.spec:1.3 --- packages/bam/bam.spec:1.2 Sat Jan 31 17:40:59 2009 +++ packages/bam/bam.spec Fri May 6 10:21:01 2011 @@ -1,13 +1,13 @@ # $Revision$, $Date$ 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 @@ -21,12 +21,12 @@ %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 @@ -42,6 +42,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2011/05/06 08:21:01 uzsolt +- 0.4.0 +- change Source0 and URL +- apply rpmcflags + Revision 1.2 2009/01/31 16:40:59 arvenil - proper URL - release 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bam/bam.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
