libbash/libbash.spec

63 lines
1.7 KiB
RPMSpec

Name: libbash
Version: 0.9.11
Release: 3mamba
Summary: A tool that enables bash dynamic-like shared libraries
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://sourceforge.net/projects/libbash/
Source: https://downloads.sourceforge.net/sourceforge/libbash/libbash-%{version}.tar.bz2
License: GPL
%description
libbash is a tool that enables bash dynamic-like shared libraries. Actually its a tool for managing bash scripts that contain functions you may want to use in various scripts.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%post -p /usr/sbin/ldbashconfig
%files
%defattr(-,root,root)
%{_bindir}/ldbash
%{_libdir}/bash/*.sh
#%{_libdir}/ldbash
%{_sbindir}/ldbashconfig
%{_datadir}/aclocal/libbash.m4
%dir %{_docdir}/libbash
%{_docdir}/libbash/*
%{_mandir}/man1/getopt_long.1.gz
%{_mandir}/man1/ldbash.1.gz
%{_mandir}/man3/*.3.gz
%{_mandir}/man7/libbash.7.gz
%{_mandir}/man8/ldbashconfig.8.gz
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%changelog
* Sun Mar 21 2021 Automatic Build System <autodist@mambasoft.it> 0.9.11-3mamba
- automatic rebuild by autodist
* Sun Mar 21 2021 Automatic Build System <autodist@mambasoft.it> 0.9.11-2mamba
- automatic rebuild by autodist
* Sat May 08 2010 Automatic Build System <autodist@mambasoft.it> 0.9.11-1mamba
- automatic update by autodist
* Fri Nov 28 2008 gil <puntogil@libero.it> 0.9.10b-1mamba
- update to 0.9.10b
* Wed Jul 05 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.10a-1qilnx
- package created by autospec