automatic version update by autodist [release 0.12-1mamba;Mon Jun 16 2014]
This commit is contained in:
parent
93e9cf8346
commit
8a40d25d10
@ -1,5 +1,5 @@
|
|||||||
Name: libjson-c
|
Name: libjson-c
|
||||||
Version: 0.11
|
Version: 0.12
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A reference counting object model that allows you to easily construct JSON objects in C
|
Summary: A reference counting object model that allows you to easily construct JSON objects in C
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -53,26 +53,29 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libjson.so.*
|
#%{_libdir}/libjson.so.*
|
||||||
%{_libdir}/libjson-c.so.*
|
%{_libdir}/libjson-c.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/json
|
#%{_includedir}/json
|
||||||
%dir %{_includedir}/json-c
|
%dir %{_includedir}/json-c
|
||||||
%{_includedir}/json-c/*.h
|
%{_includedir}/json-c/*.h
|
||||||
%{_libdir}/libjson.a
|
#%{_libdir}/libjson.a
|
||||||
%{_libdir}/libjson.la
|
#%{_libdir}/libjson.la
|
||||||
%{_libdir}/libjson.so
|
#%{_libdir}/libjson.so
|
||||||
%{_libdir}/libjson-c.a
|
%{_libdir}/libjson-c.a
|
||||||
%{_libdir}/libjson-c.la
|
%{_libdir}/libjson-c.la
|
||||||
%{_libdir}/libjson-c.so
|
%{_libdir}/libjson-c.so
|
||||||
%{_libdir}/pkgconfig/json.pc
|
#%{_libdir}/pkgconfig/json.pc
|
||||||
%{_libdir}/pkgconfig/json-c.pc
|
%{_libdir}/pkgconfig/json-c.pc
|
||||||
%doc ChangeLog NEWS README README.html README-WIN32.html
|
%doc ChangeLog NEWS README README.html README-WIN32.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 16 2014 Automatic Build System <autodist@mambasoft.it> 0.12-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jan 25 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11-1mamba
|
* Sat Jan 25 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11-1mamba
|
||||||
- update to 0.11
|
- update to 0.11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user