update to 0.9.0 [release 0.9.0-1mamba;Sun Jan 09 2022]
This commit is contained in:
parent
53b8f31e54
commit
098a46e5af
@ -1,24 +1,21 @@
|
|||||||
Name: libqjson
|
Name: libqjson
|
||||||
Version: 0.8.1
|
Version: 0.9.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A lightweight data-interchange format
|
Summary: A lightweight data-interchange format
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/qjson/
|
URL: http://qjson.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/project/qjson/qjson/%{version}/qjson-%{version}.tar.bz2
|
Source: https://github.com/flavio/qjson.git/%{version}/qjson-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
BuildRequires: cmake
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
|
||||||
BuildRequires: libqt4-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRequires: cmake
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JSON is a lightweight data-interchange format.
|
JSON is a lightweight data-interchange format.
|
||||||
@ -34,8 +31,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
JSON is a lightweight data-interchange format.
|
JSON is a lightweight data-interchange format.
|
||||||
It can represents integer, real number, string, an ordered sequence of value, and a collection of name/value pairs.
|
It can represents integer, real number, string, an ordered sequence of value, and a collection of name/value pairs.
|
||||||
QJson is a qt-based library that maps JSON data to QVariant objects.
|
QJson is a qt-based library that maps JSON data to QVariant objects.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n qjson-%{version}
|
%setup -q -n qjson-%{version}
|
||||||
@ -43,6 +41,7 @@ This package contains static libraries and header files need for development.
|
|||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DCMAKE_MODULES_INSTALL_DIR=%{_datadir}/cmake/Modules/
|
-DCMAKE_MODULES_INSTALL_DIR=%{_datadir}/cmake/Modules/
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -57,18 +56,21 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libqjson.so.*
|
%{_libdir}/libqjson-qt5.so.*
|
||||||
%doc COPYING.lib README.license
|
%doc COPYING.lib README.license
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/qjson
|
%dir %{_includedir}/qjson-qt5
|
||||||
%{_includedir}/qjson/*.h
|
%{_includedir}/qjson-qt5/*.h
|
||||||
%{_libdir}/libqjson.so
|
%{_libdir}/libqjson-qt5.so
|
||||||
%{_libdir}/pkgconfig/QJson.pc
|
%{_libdir}/pkgconfig/QJson-qt5.pc
|
||||||
%{_libdir}/cmake/qjson/QJSON*.cmake
|
%{_libdir}/cmake/qjson-qt5/QJSON*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
||||||
|
- update to 0.9.0
|
||||||
|
|
||||||
* Fri Dec 07 2012 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
* Fri Dec 07 2012 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user