forked from pool/libical
Accepting request 883688 from home:dirkmueller:Factory
- filelist fix for the glib build OBS-URL: https://build.opensuse.org/request/show/883688 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=75
This commit is contained in:
parent
d1524314ae
commit
f586eed564
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 7 21:07:41 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- filelist fix for the glib build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 24 20:01:42 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
10
libical.spec
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user