update code

This commit is contained in:
zhuchunyi 2019-11-06 19:54:04 +08:00
parent 4bc21e5f52
commit 51935fab44

View File

@ -1,6 +1,6 @@
Name: telepathy-glib Name: telepathy-glib
Version: 0.24.1 Version: 0.24.1
Release: 10 Release: 11
Summary: GObject-based library for the Telepathy D-Bus API Summary: GObject-based library for the Telepathy D-Bus API
License: LGPLv2+ License: LGPLv2+
@ -24,14 +24,14 @@ Summary: Header files for telepathy-glib
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: dbus-devel dbus-glib-devel glib2-devel telepathy-glib Requires: dbus-devel dbus-glib-devel glib2-devel telepathy-glib
Requires: pkgconf-pkg-config telepathy-filesystem Requires: pkgconf-pkg-config telepathy-filesystem
%description devel %description devel
Header files for telepathy-glib Header files for telepathy-glib
%package_help %package_help
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
%build %build
%configure --enable-introspection=yes --enable-vala-bindings=yes %configure --enable-introspection=yes --enable-vala-bindings=yes
@ -48,7 +48,8 @@ make check
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc README COPYING AUTHORS %doc README AUTHORS
%license COPYING
%{_libdir}/girepository-1.0/* %{_libdir}/girepository-1.0/*
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{_datadir}/vala/vapi/telepathy-glib.* %{_datadir}/vala/vapi/telepathy-glib.*
@ -67,5 +68,11 @@ make check
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Mon Oct 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.24.1-11
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:modify the location of COPYING
* Sat Aug 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.24.1-10 * Sat Aug 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.24.1-10
- Package init - Package init