update to 0.0.2 [release 0.0.2-1mamba;Sun Dec 26 2021]
This commit is contained in:
parent
9b0f15bb39
commit
dd0f2cbfdb
24
libdbf.spec
24
libdbf.spec
@ -1,18 +1,17 @@
|
|||||||
Name: libdbf
|
Name: libdbf
|
||||||
Version: 0.0.1
|
Version: 0.0.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C-library for reading dbase files
|
Summary: A C-library for reading dbase files
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://dbf.berlios.de/
|
URL: http://18382.whserv.de/admin/index.php
|
||||||
Source: http://download.berlios.de/dbf/libdbf-%{version}.src.zip
|
Source: https://github.com/quentindemetz/libdbf.git/%{version}/libdbf-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libdbf is a C-library for reading dbase files.
|
libdbf is a C-library for reading dbase files.
|
||||||
@ -26,13 +25,11 @@ Requires: pkg-config
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q
|
||||||
chmod 755 configure install-sh
|
./autogen.sh
|
||||||
(cd src; \
|
|
||||||
mv {,my}endian.h; \
|
|
||||||
sed -i "s,\(endian\.h\),my\1," *.{c,h,in} \
|
|
||||||
)
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -56,7 +53,7 @@ find %{buildroot}%{_libdir} -name '*.la' -delete
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libdbf.so.*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -67,5 +64,8 @@ find %{buildroot}%{_libdir} -name '*.la' -delete
|
|||||||
%doc ChangeLog README
|
%doc ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.2-1mamba
|
||||||
|
- update to 0.0.2
|
||||||
|
|
||||||
* Wed Jul 04 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.0.1-1mamba
|
* Wed Jul 04 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.0.1-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user