forked from pool/lunar-calendar
Accepting request 1130587 from home:hillwood:branches:M17N
- Update version to 3.0.1 * Fix bugs OBS-URL: https://build.opensuse.org/request/show/1130587 OBS-URL: https://build.opensuse.org/package/show/M17N/lunar-calendar?expand=0&rev=6
This commit is contained in:
parent
38672ae07c
commit
b5e479a09e
3
lunar-calendar-3.0.1.tar.gz
Normal file
3
lunar-calendar-3.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0daf47619beb36c6a6c414e3a3aaf9efe0aa35b499ad107a547057bfe8eefbc3
|
||||||
|
size 56078
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5f064e99666376116ff2cea3d6c1427eab88a95ddc9c4d980f6df0a8e0cd154c
|
|
||||||
size 59623
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 3 14:12:05 UTC 2023 - Hillwood Yang <hillwood@opensuse.org>
|
||||||
|
|
||||||
|
- Update version to 3.0.1
|
||||||
|
* Fix bugs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 5 13:11:07 UTC 2020 - Hillwood Yang <hillwood@opensuse.org>
|
Wed Feb 5 13:11:07 UTC 2020 - Hillwood Yang <hillwood@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lunar-calendar
|
# spec file for package lunar-calendar
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,36 +12,34 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
%define commit f91a880e9dbf4ad28fbe9cda2cb899106c25ef97
|
|
||||||
#%define shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
||||||
%define shortcommit f91a880
|
|
||||||
%define sover 1
|
%define sover 1
|
||||||
|
|
||||||
Summary: Chinese Lunar calendar
|
Summary: Chinese Lunar calendar
|
||||||
Name: lunar-calendar
|
Name: lunar-calendar
|
||||||
Version: 3.0.0+git20191124.%{shortcommit}
|
Version: 3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/I18n/Chinese
|
Group: System/I18n/Chinese
|
||||||
Url: https://github.com/yetist/lunar-calendar
|
URL: https://github.com/yetist/lunar-calendar
|
||||||
# Source0: https://github.com/yetist/lunar-calendar/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/yetist/lunar-calendar/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source0: https://github.com/yetist/lunar-calendar/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
# Source0: https://github.com/yetist/lunar-calendar/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||||
Source1: %{name}.sh
|
Source1: %{name}.sh
|
||||||
Source2: %{name}.csh
|
Source2: %{name}.csh
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
|
||||||
BuildRequires: pkgconfig(dbus-1)
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gtk-doc)
|
|
||||||
BuildRequires: pkgconfig(vapigen)
|
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
|
BuildRequires: pkgconfig(gtk-doc)
|
||||||
BuildRequires: pkgconfig(lunar-date-3.0)
|
BuildRequires: pkgconfig(lunar-date-3.0)
|
||||||
|
BuildRequires: pkgconfig(vapigen)
|
||||||
Requires: lib%{name}-3_0-%{sover} = %{version}-%{release}
|
Requires: lib%{name}-3_0-%{sover} = %{version}-%{release}
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is the traditional Chinese calendar application.
|
This is the traditional Chinese calendar application.
|
||||||
|
|
||||||
@ -61,13 +59,16 @@ Provides: locale(patterns-mate-mate:zh_CN;zh_SG;zh_TW;zh_HK)
|
|||||||
Provides: locale(patterns-xfce-xfce:zh_CN;zh_SG;zh_TW;zh_HK)
|
Provides: locale(patterns-xfce-xfce:zh_CN;zh_SG;zh_TW;zh_HK)
|
||||||
|
|
||||||
%description gtk3-module
|
%description gtk3-module
|
||||||
This package contains a GTK+ 3 module of lunar-calendar. Calendar applications
|
This package contains a GTK+ 3 module of lunar-calendar. Calendar applications
|
||||||
base on GTK3 can display Chinese Lunar calendar by this module.
|
base on GTK3 can display Chinese Lunar calendar by this module.
|
||||||
|
|
||||||
%package -n typelib-1_0-LunarCalendar-3_0
|
%package -n typelib-1_0-LunarCalendar-3_0
|
||||||
Summary: Introspection bindings for lunar-calendar
|
Summary: Introspection bindings for lunar-calendar
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Provides: locale(patterns-gnome-gnome:zh_CN;zh_SG;zh_TW;zh_HK)
|
||||||
|
Provides: locale(patterns-mate-mate:zh_CN;zh_SG;zh_TW;zh_HK)
|
||||||
|
Provides: locale(patterns-xfce-xfce:zh_CN;zh_SG;zh_TW;zh_HK)
|
||||||
|
|
||||||
%description -n typelib-1_0-LunarCalendar-3_0
|
%description -n typelib-1_0-LunarCalendar-3_0
|
||||||
This package contains the introspection bindings for the lunar-calendar library.
|
This package contains the introspection bindings for the lunar-calendar library.
|
||||||
@ -93,14 +94,13 @@ docs for lunar-calendar.
|
|||||||
%{lang_package}
|
%{lang_package}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{commit}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Denable_gtk_modules=true \
|
%meson -Ddocs=true \
|
||||||
-Denable_gtk_doc=true \
|
-Dintrospection=true \
|
||||||
-Dwith_introspection=true \
|
-Dvapi=true \
|
||||||
-Dwith_vala=true \
|
-Dtests=true \
|
||||||
-Denable_tests=true \
|
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -151,5 +151,4 @@ install -m0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/
|
|||||||
%{_datadir}/vala/vapi/*
|
%{_datadir}/vala/vapi/*
|
||||||
%{_datadir}/gir-1.0/LunarCalendar-3.0.gir
|
%{_datadir}/gir-1.0/LunarCalendar-3.0.gir
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user