automatic version update by autodist [release 1.9.3-1mamba;Wed Mar 26 2014]
This commit is contained in:
parent
f41df230ec
commit
5f4a079cbe
@ -1,2 +1,4 @@
|
||||
# libnfs
|
||||
|
||||
LIBNFS is a client library for accessing NFS shares over a network.
|
||||
|
||||
|
84
libnfs.spec
Normal file
84
libnfs.spec
Normal file
@ -0,0 +1,84 @@
|
||||
Name: libnfs
|
||||
Version: 1.9.3
|
||||
Release: 1mamba
|
||||
Summary: NFS client library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: https://github.com/sahlberg/libnfs/
|
||||
Source: https://github.com/sahlberg/libnfs/archive/libnfs-%{version}.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: libtool
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
LIBNFS is a client library for accessing NFS shares over a network.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-libnfs-%{version}
|
||||
|
||||
%build
|
||||
./bootstrap
|
||||
%configure --disable-static
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libnfs.so.*
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/nfsc
|
||||
%{_libdir}/libnfs.la
|
||||
%{_libdir}/libnfs.so
|
||||
%{_libdir}/pkgconfig/libnfs.pc
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Wed Mar 26 2014 Automatic Build System <autodist@mambasoft.it> 1.9.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 02 2014 Automatic Build System <autodist@mambasoft.it> 1.9.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 26 2013 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 22 2013 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 10 2013 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 17 2013 Davide Madrisan <davide.madrisan@gmail.com> 1.3.0-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user