automatic update by autodist [release 0.9.11-1mamba;Sat May 08 2010]

This commit is contained in:
Automatic Build System 2024-01-06 03:51:10 +01:00
parent 2d89fafae9
commit 867c054d1d
2 changed files with 59 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# libbash
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.

57
libbash.spec Normal file
View File

@ -0,0 +1,57 @@
Name: libbash
Version: 0.9.11
Release: 1mamba
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: http://sourceforge.net/projects/libbash/
Source: http://kent.dl.sourceforge.net/sourceforge/libbash/libbash-%{version}.tar.bz2
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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
* 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