rpms/brandy/devel brandy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Thu Aug 17 08:28:38 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/brandy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1851/devel

Modified Files:
	.cvsignore sources 
Added Files:
	brandy.spec 
Log Message:
auto-import brandy-1.0.19-3 on branch devel from brandy-1.0.19-3.src.rpm


--- NEW FILE brandy.spec ---
Summary: Brandy - A BBC BASIC interpreter for Linux
Name: brandy
Version: 1.0.19
Release: 3%{?dist}
License: GPL
Group: Development/Tools
Source: http://jaguar.orpheusweb.co.uk/%{name}_119.tgz
URL: http://jaguar.orpheusweb.co.uk/branpage.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
Brandy is an interpreter for BBC BASIC V that runs under a variety
of operating systems. Basic V is the version of BASIC supplied
with desktop computers running RISC OS. These were originally made
by Acorn Computers but are now designed and manufactured by
companies such as Advantage Six and Castle Technology.

%prep
%setup -q 
chmod 0644 docs/*
mv docs/basic docs/basic.txt
mv docs/graphics docs/graphics.txt
mv docs/internals docs/internals.txt
mv docs/messages docs/messages.txt
mv docs/use docs/use.txt
perl -pi -e "s/^(CFLAGS.*=*)/\1 %{optflags}/" makefile

%build
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}-%{version}/examples
install -m 0755 brandy %{buildroot}%{_bindir}
cp examples/* %{buildroot}%{_datadir}/%{name}-%{version}/examples

%clean
rm -rf %{buildroot}

%files
%doc COPYING READ.ME docs/*.txt
%defattr (-,root,root)
%{_bindir}/brandy
%{_datadir}/%{name}-%{version}/

%changelog
* Wed Aug 16 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 1.0.19-3
- Added perl hack for proper flags going to gcc (Thanks Tibbs)

* Sun Aug 13 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 1.0.19-2
- Fix for examples being correctly copied
- altered %%doc
- corrected initial import date
- added %%defattr

* Thu Aug 10 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 1.0.19-1
- Initial import into FE


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/brandy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Aug 2006 08:27:44 -0000	1.1
+++ .cvsignore	17 Aug 2006 08:28:38 -0000	1.2
@@ -0,0 +1 @@
+brandy_119.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/brandy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Aug 2006 08:27:44 -0000	1.1
+++ sources	17 Aug 2006 08:28:38 -0000	1.2
@@ -0,0 +1 @@
+0aedef51e76cf07533d82fe4dcd89efa  brandy_119.tgz




More information about the scm-commits mailing list