rebuilt with -DGOBJECT_INTROSPECTION=true [release 3.0.6-2mamba;Wed Nov 06 2019]
This commit is contained in:
parent
4310cc112d
commit
c17542ebdb
27
libical.spec
27
libical.spec
@ -1,6 +1,6 @@
|
||||
Name: libical
|
||||
Version: 3.0.6
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: An open source reference implementation of the icalendar data type and serialization format
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -13,6 +13,11 @@ Patch0: %{name}-0.48-pkgconfig.patch
|
||||
License: LGPL, MPL 1.1
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libdb53-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -29,12 +34,17 @@ An open source reference implementation of the icalendar data type and serializa
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
%cmake -d build \
|
||||
-DGOBJECT_INTROSPECTION=true \
|
||||
-DICAL_GLIB_VAPI=true
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -52,6 +62,8 @@ This package contains static libraries and header files need for development.
|
||||
%{_libdir}/libicalss.so.*
|
||||
%{_libdir}/libicalvcal.so.*
|
||||
%{_libdir}/libical-glib.so.*
|
||||
%{_libdir}/girepository-1.0/ICal-*.typelib
|
||||
%{_libdir}/girepository-1.0/ICalGLib-*.typelib
|
||||
%doc AUTHORS COPYING LICENSE
|
||||
|
||||
%files devel
|
||||
@ -72,14 +84,19 @@ This package contains static libraries and header files need for development.
|
||||
%{_libdir}/libicalvcal.so
|
||||
%{_libdir}/libical-glib.a
|
||||
%{_libdir}/libical-glib.so
|
||||
%dir %{_datadir}/gtk-doc/html/libical-glib
|
||||
%{_datadir}/gtk-doc/html/libical-glib/*
|
||||
%{_libdir}/cmake/LibIcal/LibIcal*.cmake
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%{_datadir}/gir-1.0/ICal-*.gir
|
||||
%{_datadir}/gir-1.0/ICalGLib-*.gir
|
||||
%{_datadir}/vala/vapi/libical-glib.vapi
|
||||
%dir %{_datadir}/gtk-doc/html/libical-glib
|
||||
%{_datadir}/gtk-doc/html/libical-glib/*
|
||||
%doc THANKS TODO
|
||||
|
||||
%changelog
|
||||
* Wed Nov 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.6-2mamba
|
||||
- rebuilt with -DGOBJECT_INTROSPECTION=true
|
||||
|
||||
* Fri Sep 27 2019 Automatic Build System <autodist@mambasoft.it> 3.0.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user