exo/exo.spec

84 lines
2.1 KiB
RPMSpec
Raw Permalink Normal View History

2023-01-04 19:54:37 +08:00
%global xfceversion 4.18
2020-07-07 17:08:23 +08:00
Name: exo
2023-01-04 19:54:37 +08:00
Version: 4.18.0
Release: 1
2020-07-07 17:08:23 +08:00
Summary: An extension library to Xfce
License: LGPLv2+ and GPLv2+
#Group: Development/Libraries
URL: http://xfce.org/
2023-01-04 19:54:37 +08:00
Source0: https://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
2020-07-07 17:08:23 +08:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: gtk-doc
BuildRequires: gettext
BuildRequires: perl-URI
BuildRequires: pkgconfig(glib-2.0) >= 2.24.0
BuildRequires: pkgconfig(gtk+-2.0) >= 2.20.0
BuildRequires: pkgconfig(libxfce4util-1.0) >= %{xfceversion}
2021-07-28 16:03:44 +08:00
BuildRequires: pkgconfig(libxfce4ui-2) >= %{xfceversion}
2020-07-07 17:08:23 +08:00
BuildRequires: libnotify-devel
BuildRequires: intltool >= 0.31
BuildRequires: chrpath
BuildRequires: desktop-file-utils
BuildRequires: gobject-introspection-devel
%description
An extension library for Xfce, targeted at application development.
%package devel
Summary: Development tools for exo library
Requires: %{name} = %{version}-%{release}
Requires: libxfce4util-devel
Requires: pkgconfig
%description devel
Development tools and static libraries and header files for the exo library.
%prep
%setup -q
2022-07-08 10:39:38 +08:00
2020-07-07 17:08:23 +08:00
%build
%configure --enable-gtk-doc --disable-static
%make_build
%install
%make_install
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
2023-01-04 19:54:37 +08:00
%find_lang exo
2020-07-07 17:08:23 +08:00
%ldconfig_scriptlets
2023-01-04 19:54:37 +08:00
%files -f exo.lang
2020-07-07 17:08:23 +08:00
%license COPYING
2021-07-28 16:03:44 +08:00
%doc AUTHORS ChangeLog NEWS THANKS
2020-07-07 17:08:23 +08:00
%{_bindir}/exo-desktop-item-edit
%{_bindir}/exo-open
%{_libdir}/libexo-2.so.0
%{_libdir}/libexo-2.so.0.1.0
%{_datadir}/pixmaps/exo
%{_mandir}/man1/exo-open.1.*
%files devel
%doc %{_datadir}/gtk-doc
%{_includedir}/exo*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
2022-07-08 10:39:38 +08:00
%changeLog
2023-01-04 19:54:37 +08:00
* Wed Jan 04 2023 misaka00251 <liuxin@iscas.ac.cn> - 4.18.0-1
- Update to 4.18.0
2022-07-08 10:39:38 +08:00
* Fri Jul 8 2022 yinyongkang <yinyongkang@kylinos.cn> - 4.16.2-2
- Fix CVE-2022-32278
2021-07-28 16:03:44 +08:00
* Wed Jul 28 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 4.16.2-1
- Update to 4.16.2
2020-07-07 17:08:23 +08:00
* Tue Jul 7 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.12.11-1
- Init Package