diff --git a/libical.changes b/libical.changes index 453e5e5..9648671 100644 --- a/libical.changes +++ b/libical.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 7 21:07:41 UTC 2021 - Dirk Müller + +- filelist fix for the glib build + ------------------------------------------------------------------- Sun Jan 24 20:01:42 UTC 2021 - Dirk Müller diff --git a/libical.spec b/libical.spec index 7788377..1717dbb 100644 --- a/libical.spec +++ b/libical.spec @@ -1,5 +1,5 @@ # -# spec file for package libical +# spec file for package libical-glib # # Copyright (c) 2021 SUSE LLC # @@ -43,11 +43,11 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(icu-i18n) %if %{without glib} Summary: An Implementation of Basic iCAL Protocols -License: MPL-2.0 OR LGPL-2.1-only +License: LGPL-2.1-only OR MPL-2.0 Group: Development/Libraries/C and C++ %else Summary: GObject wrapper for libical library -License: MPL-2.0 OR LGPL-2.1-only +License: LGPL-2.1-only OR MPL-2.0 Group: Development/Libraries/C and C++ %endif %if %{with glib} @@ -66,6 +66,7 @@ calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents. %else + %description -n libical-glib This package provides a GObject wrapper for libical library with support for GObject Introspection. @@ -211,12 +212,15 @@ rm %{buildroot}%{_libdir}/pkgconfig/libical.pc %doc doc/*.txt %doc examples/ %else + %files -n %{name}%{sonum} %{_libdir}/libical-glib.so.* %files devel %{_libdir}/libical-glib.so %{_libdir}/pkgconfig/libical-glib.pc +%dir %{_libexecdir}/libical +%{_libexecdir}/libical/ical-glib-src-generator %{_includedir}/libical-glib/ %dir %{_datadir}/vala/vapi %{_datadir}/vala/vapi/libical-glib.vapi