184 lines
5.7 KiB
RPMSpec
184 lines
5.7 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
Name: libxfce4ui
|
|
Version: 4.18.3
|
|
Release: 1mamba
|
|
Summary: Xfce's unified widgets library
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.xfce.org/
|
|
Source: http://archive.xfce.org/src/xfce/libxfce4ui/%{majver}/libxfce4ui-%{version}.tar.bz2
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glade-devel
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libICE-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libat-spi2-core-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libepoxy-devel
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgtk3-devel
|
|
BuildRequires: libgtop-devel
|
|
BuildRequires: libgudev-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libstartup-notification-devel
|
|
BuildRequires: libxfce4util-devel
|
|
BuildRequires: libxfconf-devel
|
|
## AUTOBUILDREQ-END
|
|
Provides: libxfce4mcs
|
|
Obsoletes: libxfce4mcs < 4.16.1
|
|
Provides: libxfcegui4
|
|
Obsoletes: libxfcequi4 < 4.16.1
|
|
BuildRequires: glade-devel >= 3.38.2
|
|
|
|
%description
|
|
Xfce's unified widgets library.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Static libraries and headers for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Provides: libxfce4mcs-devel
|
|
Obsoletes: libxfce4mcs-devel < 4.16.1
|
|
Provides: libxfcegui4-devel
|
|
Obsoletes: libxfcequi4-devel < 4.16.1
|
|
|
|
%description devel
|
|
Xfce's unified widgets library.
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
%package apidocs
|
|
Group: Documentation
|
|
Summary: %{name} API documentation
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: gtk-doc
|
|
|
|
%description apidocs
|
|
This package includes the %{name} API documentation.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure \
|
|
--enable-gtk-doc
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
|
|
%{_bindir}/xfce4-about
|
|
%{_libdir}/glade/modules/libxfce4uiglade2.so
|
|
%{_libdir}/libxfce4kbd-private-3.so.*
|
|
%{_libdir}/libxfce4ui-2.so.*
|
|
%{_libdir}/girepository-1.0/Libxfce4ui-2.0.typelib
|
|
%{_datadir}/glade/catalogs/libxfce4ui-2.xml
|
|
%{_datadir}/glade/pixmaps/hicolor/*/actions/widget-libxfce4ui-xfce-titled-dialog.png
|
|
%{_datadir}/gir-1.0/Libxfce4ui-2.0.gir
|
|
%{_datadir}/icons/hicolor/*/apps/org.xfce.about.png
|
|
%{_datadir}/icons/hicolor/*/apps/xfce4-logo.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.xfce.about.svg
|
|
%{_datadir}/icons/hicolor/scalable/apps/xfce4-logo.svg
|
|
%{_datadir}/applications/xfce4-about.desktop
|
|
%{_datadir}/icons/hicolor/48x48/apps/xfce4-logo.png
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/xfce4
|
|
%{_libdir}/libxfce4kbd-private-3.so
|
|
%{_libdir}/libxfce4ui-2.so
|
|
%{_libdir}/pkgconfig/libxfce4kbd-private-3.pc
|
|
%{_libdir}/pkgconfig/libxfce4ui-2.pc
|
|
%{_datadir}/vala/vapi/libxfce4ui-2.deps
|
|
%{_datadir}/vala/vapi/libxfce4ui-2.vapi
|
|
%doc ChangeLog NEWS README.md THANKS TODO
|
|
|
|
%files apidocs
|
|
%defattr(-,root,root)
|
|
%{_datadir}/gtk-doc/html/%{name}
|
|
|
|
%changelog
|
|
* Wed Mar 29 2023 Automatic Build System <autodist@mambasoft.it> 4.18.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 09 2023 Automatic Build System <autodist@mambasoft.it> 4.18.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 06 2023 Automatic Build System <autodist@mambasoft.it> 4.18.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 21 2022 Automatic Build System <autodist@mambasoft.it> 4.18.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.16.1-2mamba
|
|
- rebuilt with glade 3.38.2
|
|
|
|
* Mon Sep 06 2021 Automatic Build System <autodist@mambasoft.it> 4.16.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 4.16.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 14 2019 Automatic Build System <autodist@mambasoft.it> 4.14.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 28 2019 Automatic Build System <autodist@mambasoft.it> 4.13.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 02 2019 Automatic Build System <autodist@mambasoft.it> 4.13.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 18 2019 Automatic Build System <autodist@mambasoft.it> 4.13.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 17 2019 Automatic Build System <autodist@mambasoft.it> 4.13.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.12.1-2mamba
|
|
- provide/obsolete libxfcegui4
|
|
|
|
* Fri Mar 27 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.12.1-1mamba
|
|
- update to 4.12.1
|
|
|
|
* Thu Mar 12 2015 Automatic Build System <autodist@mambasoft.it> 4.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 26 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.10.0-2mamba
|
|
- provide/obsolete libxfcegui4[-devel] and libxfce4mcs[-devel]
|
|
|
|
* Sat Aug 04 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.10.0-1mamba
|
|
- update to 4.10.0
|
|
|
|
* Sun Jul 01 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.0-4mamba
|
|
- fixed support for glade3
|
|
|
|
* Sat Oct 15 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.0-3mamba
|
|
- rebuilt without glade3
|
|
|
|
* Sun Jul 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.0-2mamba
|
|
- rebuilt with glade3 3.8.0
|
|
|
|
* Wed Feb 09 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.0-1mamba
|
|
- package created by autospec
|