Compare commits
10 Commits
3ba24d985c
...
67587a84cd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67587a84cd | ||
|
|
18dd7c83bd | ||
|
|
781138bc57 | ||
|
|
524221469b | ||
|
|
e73de0b844 | ||
|
|
403f106149 | ||
|
|
79795036ca | ||
|
|
dc9c091a62 | ||
|
|
564cf2bc3a | ||
|
|
941aae2c82 |
BIN
grilo-0.3.13.tar.xz
Normal file
BIN
grilo-0.3.13.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
26
grilo.spec
26
grilo.spec
@ -1,11 +1,14 @@
|
|||||||
|
# first two digits of version
|
||||||
|
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||||
|
|
||||||
Name: grilo
|
Name: grilo
|
||||||
Version: 0.3.9
|
Version: 0.3.13
|
||||||
Release: 2
|
Release: 2
|
||||||
Summary: A framework for browsing and searching media content
|
Summary: A framework for browsing and searching media content
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/Grilo
|
URL: https://wiki.gnome.org/Projects/Grilo
|
||||||
Source0: https://github.com/GNOME/grilo/archive/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/grilo/%{release_version}/grilo-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: chrpath glib2-devel gettext gobject-introspection-devel >= 0.9.0
|
BuildRequires: chrpath glib2-devel gettext gobject-introspection-devel >= 0.9.0
|
||||||
BuildRequires: gtk-doc gtk3-devel liboauth-devel libsoup-devel libxml2-devel
|
BuildRequires: gtk-doc gtk3-devel liboauth-devel libsoup-devel libxml2-devel
|
||||||
@ -28,7 +31,6 @@ A flexible API that allows plugin developers to write plugins of various kinds.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Obsoletes: grilo-vala < 0.2.13
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libraries and header files are contained in %{name}-devel package. You need to
|
Libraries and header files are contained in %{name}-devel package. You need to
|
||||||
@ -38,7 +40,7 @@ install the %{name}-devel package if you want to develop applications that use
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Denable-gtk-doc=true
|
%meson -Denable-gtk-doc=true
|
||||||
@ -47,8 +49,8 @@ install the %{name}-devel package if you want to develop applications that use
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
mkdir -p %{buildroot}%{_libdir}/grilo-0.3
|
mkdir -p %{buildroot}%{_libdir}/grilo-%{release_version}/
|
||||||
mkdir -p %{buildroot}%{_datadir}/grilo-0.3/plugins
|
mkdir -p %{buildroot}%{_datadir}/grilo-%{release_version}/plugins/
|
||||||
%find_lang grilo
|
%find_lang grilo
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
@ -77,6 +79,18 @@ mkdir -p %{buildroot}%{_datadir}/grilo-0.3/plugins
|
|||||||
%{_datadir}/gtk-doc/html/grilo/
|
%{_datadir}/gtk-doc/html/grilo/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2022 loong_C <loong_c@yeah.net> - 0.3.13-2
|
||||||
|
- fix spec changelog date
|
||||||
|
|
||||||
|
* Tue Feb 2 2021 jinzhimin <jinzhimin2@huawei.com> - 0.3.13-1
|
||||||
|
- upgrade to 0.3.13
|
||||||
|
|
||||||
|
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.9-3
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:optimization the spec
|
||||||
|
|
||||||
* Sat Nov 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.9-2
|
* Sat Nov 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.9-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
4
grilo.yaml
Normal file
4
grilo.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: gitlab.gnome
|
||||||
|
src_repo: grilo
|
||||||
|
tag_prefix: ^grilo-
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user