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