automatic update by autodist [release 2.04-1mamba;Wed Sep 19 2018]
This commit is contained in:
parent
72419e25f6
commit
415707aad7
62
libbg.spec
62
libbg.spec
@ -1,6 +1,6 @@
|
||||
Name: libbg
|
||||
Version: 1.106
|
||||
Release: 2mamba
|
||||
Version: 2.04
|
||||
Release: 1mamba
|
||||
Summary: A collection of libraries used by ucspi-unix
|
||||
Group: Development/Libraries
|
||||
Vendor: openmamba
|
||||
@ -9,6 +9,10 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://untroubled.org/bglibs
|
||||
Source: http://untroubled.org/bglibs/bglibs-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -17,11 +21,21 @@ A collection of libraries used by ucspi-unix.
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}-tools = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
A collection of libraries used by ucspi-unix.
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%package tools
|
||||
Group: System/Tools
|
||||
Summary: Tools for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
A collection of libraries used by ucspi-unix.
|
||||
This package contains static tools provided by %{name}.
|
||||
|
||||
%prep
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -49,30 +63,38 @@ rm -f %{buildroot}%{_bindir}/bg-installer
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libbg.so.*
|
||||
%{_libdir}/libbg-sysdeps.so.*
|
||||
%{_libdir}/crypt.lib
|
||||
%{_libdir}/dl.lib
|
||||
%{_libdir}/m.lib
|
||||
%{_libdir}/net.lib
|
||||
%{_libdir}/rt.lib
|
||||
%{_libdir}/s.lib
|
||||
%{_libdir}/shadow.lib
|
||||
%{_libdir}/socket.lib
|
||||
#%{_libdir}/libbg-sysdeps.so.*
|
||||
#%{_libdir}/crypt.lib
|
||||
#%{_libdir}/dl.lib
|
||||
#%{_libdir}/m.lib
|
||||
#%{_libdir}/net.lib
|
||||
#%{_libdir}/rt.lib
|
||||
#%{_libdir}/s.lib
|
||||
#%{_libdir}/shadow.lib
|
||||
#%{_libdir}/socket.lib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/cli-generate
|
||||
%{_bindir}/crc-gentab
|
||||
%{_includedir}/*
|
||||
%{_libdir}/libbg.a
|
||||
%{_libdir}/libbg.la
|
||||
%{_libdir}/libbg.so
|
||||
%{_libdir}/libbg-sysdeps.la
|
||||
%{_libdir}/libbg-sysdeps.so
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*/*.a
|
||||
%{_mandir}/man1/cli-generate.1.gz
|
||||
%{_libdir}/libbg-cli.a
|
||||
%{_libdir}/libpwcmp-module.a
|
||||
%{_libdir}/libpwcmp.a
|
||||
%{_libdir}/libvmailmgr.a
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/cli-generate
|
||||
%{_bindir}/crc-gentab
|
||||
%{_mandir}/man1/bg-installer.1*
|
||||
%{_mandir}/man1/cli-generate.1*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 19 2018 Automatic Build System <autodist@mambasoft.it> 2.04-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Jul 11 2013 Automatic Build System <autodist@mambasoft.it> 1.106-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user