Compare commits
No commits in common. "664a3a2258fbb29b2a240f6b271b1a9b57ee1d2b" and "e63524b4bb087bb172303862ba35ca035fb85cde" have entirely different histories.
664a3a2258
...
e63524b4bb
Binary file not shown.
@ -1,83 +0,0 @@
|
|||||||
%global apiver 1
|
|
||||||
|
|
||||||
Name: libadwaita
|
|
||||||
Version: 1.3.4
|
|
||||||
Release: 1
|
|
||||||
Summary: Building blocks for modern GNOME applications
|
|
||||||
License: LGPLv2+
|
|
||||||
URL: https://gitlab.gnome.org/GNOME/libadwaita
|
|
||||||
Source0: https://download.gnome.org/sources/%{name}/1.3/%{name}-%{version}.tar.xz
|
|
||||||
|
|
||||||
BuildRequires: gcc gi-docgen intltool vala sassc
|
|
||||||
BuildRequires: libappstream-glib desktop-file-utils
|
|
||||||
BuildRequires: meson >= 0.59.0
|
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
||||||
BuildRequires: pkgconfig(gtk4) >= 4.5
|
|
||||||
|
|
||||||
%description
|
|
||||||
Building blocks for modern GNOME applications.
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Summary: Development files for %{name}
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
||||||
Requires: vala
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
Development files for %{name}.
|
|
||||||
|
|
||||||
%package_help
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -p1 -n %{name}-%{version}
|
|
||||||
|
|
||||||
%build
|
|
||||||
%meson \
|
|
||||||
-Dgtk_doc=true \
|
|
||||||
%{nil}
|
|
||||||
%meson_build
|
|
||||||
|
|
||||||
%install
|
|
||||||
%meson_install
|
|
||||||
%find_lang %{name}
|
|
||||||
|
|
||||||
%check
|
|
||||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml
|
|
||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
|
||||||
%license COPYING
|
|
||||||
%{_bindir}/adwaita-%{apiver}-demo
|
|
||||||
%{_libdir}/*-%{apiver}.so.0*
|
|
||||||
%{_libdir}/girepository-1.0/*.typelib
|
|
||||||
%{_datadir}/applications/*.desktop
|
|
||||||
%{_datadir}/icons/hicolor/*/apps/*.svg
|
|
||||||
%{_metainfodir}/*.metainfo.xml
|
|
||||||
|
|
||||||
%files devel
|
|
||||||
%dir %{_datadir}/gir-1.0
|
|
||||||
%{_datadir}/gir-1.0/*-%{apiver}.gir
|
|
||||||
%{_datadir}/vala/vapi/%{name}-%{apiver}.*
|
|
||||||
%{_includedir}/%{name}-%{apiver}/
|
|
||||||
%{_libdir}/*-%{apiver}.so
|
|
||||||
%{_libdir}/pkgconfig/*-%{apiver}.pc
|
|
||||||
|
|
||||||
%files help
|
|
||||||
%doc HACKING.md
|
|
||||||
%doc README.md AUTHORS NEWS
|
|
||||||
%{_docdir}/%{name}-%{apiver}/
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Fri Nov 17 2023 lvgenggeng <lvgenggeng@uniontech.com> - 1.3.4-1
|
|
||||||
- bump to 1.3.4
|
|
||||||
|
|
||||||
* Mon Jan 2 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 1.2.0-1
|
|
||||||
- Upgrade to 1.2.0
|
|
||||||
|
|
||||||
* Wed Jun 8 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.1.2-1
|
|
||||||
- Upgrade to 1.1.2
|
|
||||||
|
|
||||||
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.1.1-1
|
|
||||||
- Upgrade to 1.1.1
|
|
||||||
|
|
||||||
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.1.0-1
|
|
||||||
- Initial packaging
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: gitlab.gnome
|
|
||||||
src_repo: libadwaita
|
|
||||||
tag_prefix: ^v
|
|
||||||
seperator: .
|
|
||||||
Loading…
x
Reference in New Issue
Block a user