automatic version update by autodist [release 3.0.9-1mamba;Mon Jan 25 2021]
This commit is contained in:
parent
d977b2bf5b
commit
b99e532c6d
11
libical.spec
11
libical.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libical
|
Name: libical
|
||||||
Version: 3.0.8
|
Version: 3.0.9
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An open source reference implementation of the icalendar data type and serialization format
|
Summary: An open source reference implementation of the icalendar data type and serialization format
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -43,7 +43,8 @@ This package contains static libraries and header files need for development.
|
|||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DGOBJECT_INTROSPECTION=true \
|
-DGOBJECT_INTROSPECTION=true \
|
||||||
-DICAL_GLIB_VAPI=true
|
-DICAL_GLIB_VAPI=true \
|
||||||
|
-DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir}
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -64,6 +65,8 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_libdir}/libical-glib.so.*
|
%{_libdir}/libical-glib.so.*
|
||||||
%{_libdir}/girepository-1.0/ICal-*.typelib
|
%{_libdir}/girepository-1.0/ICal-*.typelib
|
||||||
%{_libdir}/girepository-1.0/ICalGLib-*.typelib
|
%{_libdir}/girepository-1.0/ICalGLib-*.typelib
|
||||||
|
%{_libexecdir}/libical/ical-glib-src-generator
|
||||||
|
|
||||||
%doc AUTHORS COPYING LICENSE
|
%doc AUTHORS COPYING LICENSE
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -85,6 +88,7 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_libdir}/libical-glib.a
|
%{_libdir}/libical-glib.a
|
||||||
%{_libdir}/libical-glib.so
|
%{_libdir}/libical-glib.so
|
||||||
%{_libdir}/cmake/LibIcal/LibIcal*.cmake
|
%{_libdir}/cmake/LibIcal/LibIcal*.cmake
|
||||||
|
%{_libdir}/cmake/LibIcal/IcalGlibSrcGenerator*.cmake
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/gir-1.0/ICal-*.gir
|
%{_datadir}/gir-1.0/ICal-*.gir
|
||||||
%{_datadir}/gir-1.0/ICalGLib-*.gir
|
%{_datadir}/gir-1.0/ICalGLib-*.gir
|
||||||
@ -94,6 +98,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%doc THANKS TODO
|
%doc THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 25 2021 Automatic Build System <autodist@mambasoft.it> 3.0.9-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Mar 16 2020 Automatic Build System <autodist@mambasoft.it> 3.0.8-1mamba
|
* Mon Mar 16 2020 Automatic Build System <autodist@mambasoft.it> 3.0.8-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user