Compare commits
10 Commits
5bcb75510c
...
571c6f4e4b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
571c6f4e4b | ||
|
|
8dbf342a1a | ||
|
|
517f168006 | ||
|
|
788401110d | ||
|
|
1160b4647d | ||
|
|
bc40304b30 | ||
|
|
c120948a38 | ||
|
|
599280cdec | ||
|
|
b33709e48f | ||
|
|
6fdd85d101 |
Binary file not shown.
BIN
libgee-0.20.6.tar.xz
Normal file
BIN
libgee-0.20.6.tar.xz
Normal file
Binary file not shown.
40
libgee.spec
40
libgee.spec
@ -1,12 +1,12 @@
|
|||||||
Name: libgee
|
Name: libgee
|
||||||
Version: 0.20.1
|
Version: 0.20.6
|
||||||
Release: 5
|
Release: 2
|
||||||
Summary: An utility library providing GObject-based interfaces and classes
|
Summary: An utility library providing GObject-based interfaces and classes
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/Libgee
|
URL: https://wiki.gnome.org/Projects/Libgee
|
||||||
Source0: https://download.gnome.org/sources/libgee/0.20/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/libgee/0.20/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: glib2-devel gobject-introspection-devel
|
BuildRequires: glib2-devel gobject-introspection-devel make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libgee is an utility library providing GObject-based interfaces and classes for commonly used data
|
Libgee is an utility library providing GObject-based interfaces and classes for commonly used data
|
||||||
@ -26,30 +26,31 @@ The %{name}-devel package contains libraries and header files for %{name}.
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install \
|
||||||
|
typelibdir=%{_libdir}/girepository-1.0 \
|
||||||
|
girdir=%{_datadir}/gir-1.0
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
%make_build check
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/libgee-0.8.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/girepository-1.0/*
|
%{_libdir}/girepository-1.0/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/gee-0.8/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libgee-0.8.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/gee-0.8.pc
|
%{_libdir}/pkgconfig/gee-0.8.pc
|
||||||
%{_datadir}/gir-1.0/Gee-0.8.gir
|
|
||||||
%{_datadir}/vala/vapi/*
|
%{_datadir}/vala/vapi/*
|
||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/*.gir
|
||||||
|
|
||||||
@ -58,6 +59,25 @@ make check
|
|||||||
%doc NEWS README AUTHORS MAINTAINERS
|
%doc NEWS README AUTHORS MAINTAINERS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 16 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.20.6-2
|
||||||
|
- Enable check
|
||||||
|
|
||||||
|
* Mon Jan 2 2023 weijin deng <weijin.deng@turbolinux.com.cn> - 0.20.6-1
|
||||||
|
- Update to 0.20.6
|
||||||
|
|
||||||
|
* Thu Apr 21 2022 dillon chen <dillon.chen@gmail.com> - 0.20.5-1
|
||||||
|
- Update to 0.20.5
|
||||||
|
|
||||||
|
* Mon Jun 7 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 0.20.4-1
|
||||||
|
- Upgrade to 0.20.4
|
||||||
|
- Update Version, stage 'check' and 'files'
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 hanhui <hanhui15@huawei.com> - 0.20.3-1
|
||||||
|
- Type: enhancement
|
||||||
|
- ID: NA
|
||||||
|
- SUG: NA
|
||||||
|
- DESC: update to 0.20.3
|
||||||
|
|
||||||
* Tue Sep 03 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.20.1-5
|
* Tue Sep 03 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.20.1-5
|
||||||
- Type: enhancement
|
- Type: enhancement
|
||||||
- ID: NA
|
- ID: NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user