Correct License tag and some other obsolete/white-space related fixes
This commit is contained in:
parent
e3ca4fd3b3
commit
8dc79eb645
27
libical.spec
27
libical.spec
@ -2,13 +2,10 @@ Summary: Reference implementation of the iCalendar data type and serialization f
|
||||
Name: libical
|
||||
Version: 3.0.0
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2.1 or MPLv2.0
|
||||
License: LGPLv2 or MPLv2.0
|
||||
URL: http://freeassociation.sourceforge.net/
|
||||
Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
Provides: libical-glib = %{version}
|
||||
Obsoletes: libical-glib < 3.0.0
|
||||
|
||||
BuildRequires: bison, byacc, flex
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gtk-doc
|
||||
@ -41,6 +38,8 @@ applications that use libical.
|
||||
|
||||
%package glib
|
||||
Summary: GObject wrapper for libical library
|
||||
Provides: libical-glib%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: libical-glib < 3.0.0
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description glib
|
||||
@ -48,19 +47,23 @@ This package provides a GObject wrapper for libical library with support
|
||||
of GObject Introspection.
|
||||
|
||||
%package glib-doc
|
||||
Summary: Documentation files for %{name}-glib
|
||||
Group: Development/Libraries
|
||||
BuildArch: noarch
|
||||
Summary: Documentation files for %{name}-glib
|
||||
Group: Development/Libraries
|
||||
Provides: libical-glib-doc = %{version}-%{release}
|
||||
Obsoletes: libical-glib-doc < 3.0.0
|
||||
BuildArch: noarch
|
||||
|
||||
%description glib-doc
|
||||
This package contains developer documentation for %{name}-glib.
|
||||
|
||||
%package glib-devel
|
||||
Summary: Development files for building against %{name}-glib
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig(glib-2.0)
|
||||
Requires: pkgconfig(gobject-2.0)
|
||||
Summary: Development files for building against %{name}-glib
|
||||
Group: Development/Libraries
|
||||
Provides: libical-glib-devel%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: libical-glib-devel < 3.0.0
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig(glib-2.0)
|
||||
Requires: pkgconfig(gobject-2.0)
|
||||
|
||||
%description glib-devel
|
||||
Development files needed for building things which link against %{name}-glib.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user