Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 58fb1f1d817869eb2114fc6129289c67 > files > 2

bashburn-3.1.0-2.mga3.src.rpm

Summary:	Bash script designed to make CD burning
Name:		bashburn
Version:	3.1.0
Release:	%mkrel 2
Source:		http://bashburn.dose.se/%{name}-%{version}.tar.gz
License:	GPLv2+
Group:		Archiving/Cd burning
Url:		http://bashburn.sourceforge.net/
Requires:	cdrkit, eject, cdrdao, mpg123, vorbis-tools, flac
Buildarch:	noarch

%description
Sick of all those fancy CD-burning apps not working for you? You need something
that just gets the work done? Welcome to BashBurn - It just works!

BashBurn is the new name for the cd burning shell script Magma. It's not the
best looking CD-burning application out there, but it does what you want it to
do. (And if not then probably didn't want to do it anyway)

Bashburn could need lame codec for some operations.

%prep
%setup -q -n BashBurn-%version

%build
make

%install
rm -rf %{buildroot}
./Install.sh --prefix=%buildroot%_prefix

# correct the symlink
ln -sf /usr/lib/Bashburn/lib/BashBurn.sh %{buildroot}%{_bindir}/bashburn
# fix BBROOTDIR in BashBurn.sh:
sed -i -e 's,BBROOTDIR='.*',BBROOTDIR='/usr/lib/Bashburn/lib',' %{buildroot}/usr/lib/Bashburn/lib/BashBurn.sh

%if 0
install -m 755 -D BashBurn.sh %{buildroot}%{_bindir}/BashBurn.sh
pushd %{buildroot}%{_bindir} && %__ln_s BashBurn.sh bashburn && popd
for i in burning/* config/* convert/* lang/English/* menus/* misc/*; do
	install -m 755 -D $i %{buildroot}%{_datadir}/%{name}/$i
done
install -m 644 -D bashburnrc %{buildroot}/etc/bashburnrc
pushd %{buildroot}/etc && %__sed -i "s|BBROOTDIR: .*|BBROOTDIR: /usr/share/bashburn|" bashburnrc && popd
rm -f Install.sh
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc docs/*
%{_bindir}/*
%{_prefix}/lib/Bashburn
#attr(664,root,cdwriter) %config(noreplace) /etc/bashburnrc
%{_datadir}/man/man1/*




%changelog

* Fri Jan 11 2013 umeabot <umeabot> 3.1.0-2.mga3
+ Revision: 346874
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Dec 11 2011 kharec <kharec> 3.1.0-1.mga2
+ Revision: 180660
- New version 3.1.0
- Clean top of spec

* Sat Jan 08 2011 kharec <kharec> 3.0.1-6.mga1
+ Revision: 1268
- imported package bashburn