Compare commits
10 Commits
309f32d138
...
2348539baf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2348539baf | ||
|
|
dd452411df | ||
|
|
0a58785efc | ||
|
|
1d9c20cd0c | ||
|
|
9f12c1dacd | ||
|
|
bb3ec51524 | ||
|
|
822c466c51 | ||
|
|
43bfcc6567 | ||
|
|
3749d3d6c7 | ||
|
|
93b934b735 |
33
devhelp.spec
33
devhelp.spec
@ -1,7 +1,7 @@
|
||||
Name: devhelp
|
||||
Epoch: 1
|
||||
Version: 3.30.1
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: GTK API documentation browser
|
||||
|
||||
License: GPLv2+
|
||||
@ -11,15 +11,15 @@ Source0: https://download.gnome.org/sources/%{name}/3.30/%{name}-%{ver
|
||||
BuildRequires: chrpath desktop-file-utils gettext gobject-introspection-devel gtk-doc itstool meson
|
||||
BuildRequires: pkgconfig(amtk-5) pkgconfig(gsettings-desktop-schemas) pkgconfig(gtk+-3.0) pkgconfig(webkit2gtk-4.0)
|
||||
BuildRequires: libappstream-glib
|
||||
Provides: %{name}-libs = %{version}-%{release}
|
||||
Obsoletes: %{name}-libs <= %{version}-%{release}
|
||||
Provides: %{name}-libs = %{epoch}:%{version}-%{release}
|
||||
Obsoletes: %{name}-libs <= %{epoch}:%{version}-%{release}
|
||||
|
||||
%description
|
||||
A browser to show API documentation generated by gtk-doc.
|
||||
|
||||
%package devel
|
||||
Summary: Include development library when using devhelp
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
%description devel
|
||||
Development packages contains header files and library that can be used
|
||||
for embedding devhelp into other applications.
|
||||
@ -44,7 +44,7 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/gedit/plugins/__pycache__
|
||||
|
||||
%find_lang devhelp --with-gnome
|
||||
|
||||
%files
|
||||
%files -f devhelp.lang
|
||||
%doc AUTHORS NEWS README
|
||||
%license COPYING
|
||||
%{_bindir}/devhelp
|
||||
@ -57,21 +57,36 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/gedit/plugins/__pycache__
|
||||
%{_datadir}/metainfo/org.gnome.Devhelp.appdata.xml
|
||||
%dir %{_libdir}/gedit
|
||||
%dir %{_libdir}/gedit/plugins
|
||||
%{_libdir}/gedit/plugins/devhelp.*
|
||||
%{_libdir}/libdevhelp-3.so.6*
|
||||
%{_libdir}/girepository-1.0/Devhelp-3.0.typelib
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.libdevhelp-3.gschema.xml
|
||||
|
||||
%files devel
|
||||
%{_includedir}/devhelp-3/
|
||||
%{_libdir}/libdevhelp-3.so.6*
|
||||
%{_libdir}/girepository-1.0/Devhelp-3.0.typelib
|
||||
%{_libdir}/libdevhelp-3.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.libdevhelp-3.gschema.xml
|
||||
%{_datadir}/gir-1.0/Devhelp-3.0.gir
|
||||
|
||||
%files help
|
||||
%{_datadir}/gtk-doc/*
|
||||
%{_mandir}/man1/devhelp.1*
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 29 2021 miao_kaibo <miaokaibo@outlook.com> - 1:3.30.1-3
|
||||
- Version fallback to 1:3.30.1-3 for branch openEuler-20.03-LTS-Next
|
||||
|
||||
* Tue Jul 27 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1:3.38.1-2
|
||||
- Add epoch for provides
|
||||
|
||||
* Wed Jun 30 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1:3.38.1-1
|
||||
- Upgrade to 1:3.38.1
|
||||
|
||||
* Thu Sep 17 2020 chengzihan <chengzihan2@huawei.com> - 1:3.30.1-4
|
||||
- Add %{epoch} to Requires of devhelp-devel, to resolve installing problem.
|
||||
|
||||
* Tue Dec 31 2019 yanzhihua <yanzhihua4@huawei.com> - 1:3.30.1-3
|
||||
- Modify spec
|
||||
|
||||
* Sun Dec 1 2019 jiaxiya <jiaxiyajiaxiya@168.com> - 1:3.30.1-2
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user