diff --git a/README.md b/README.md index d210c51..853eec9 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/libbash.spec b/libbash.spec new file mode 100644 index 0000000..1a0b827 --- /dev/null +++ b/libbash.spec @@ -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 +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 0.9.11-1mamba +- automatic update by autodist + +* Fri Nov 28 2008 gil 0.9.10b-1mamba +- update to 0.9.10b + +* Wed Jul 05 2006 Silvan Calarco 0.9.10a-1qilnx +- package created by autospec