Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 0efe258c7e7584029699dc79cccff479 > files > 2

bashmount-1.6.2-3.fc16.src.rpm

Name:              bashmount
Version:           1.6.2
Release:           3%{?dist}

Summary:           A menu-driven bash script for mounting removable media
Group:             Applications/System
License:           GPLv2
URL:               http://sourceforge.net/projects/bashmount

Source0:           http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}.tar.gz

BuildArch:         noarch
Requires:          udisks

%description
bashmount is a menu-driven bash script that uses udisks to easily mount,
unmount or eject removable devices without dependencies on any GUI or
desktop environment. An extensive configuration file allows custom commands
to be run on devices. 


%prep
%setup -q


%build


%install
install -p -D -m755 bashmount \
    %{buildroot}%{_bindir}/bashmount
install -p -D -m644 bashmount.conf \
    %{buildroot}%{_sysconfdir}/bashmount.conf
install -p -D -m644 bashmount.1 \
    %{buildroot}%{_mandir}/man1/bashmount.1


%files
%doc AUTHORS COPYING NEWS
%{_bindir}/bashmount
%{_mandir}/man1/bashmount.1*
%config(noreplace) %{_sysconfdir}/bashmount.conf


%changelog
* Thu Feb 09 2012 Jamie Nguyen <jamie@tomoyolinux.co.uk> - 1.6.2-3
- preserve timestamps
- remove some unnecessary macros

* Tue Feb 07 2012 Jamie Nguyen <jamie@tomoyolinux.co.uk> - 1.6.2-2
- remove redundant BuildRoot tag
- remove redundant cleaning of BuildRoot within the install section
- remove redundant clean section

* Mon Feb 06 2012 Jamie Nguyen <jamie@tomoyolinux.co.uk> - 1.6.2-1
- update to 1.6.2

* Sun Feb 05 2012 Jamie Nguyen <jamie@tomoyolinux.co.uk> - 1.6.1-1
- initial Fedora package