automatic update by autodist [release 0.9.11-1mamba;Sat May 08 2010]
This commit is contained in:
parent
2d89fafae9
commit
867c054d1d
@ -1,2 +1,4 @@
|
|||||||
# libbash
|
# 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
57
libbash.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user