From 4eea651314aac9a2a9085a75f39fdfa31c15a49b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:45:52 +0100 Subject: [PATCH] rebuilt [release 0.1.11-3mamba;Tue Mar 30 2021] --- libsexy.spec | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/libsexy.spec b/libsexy.spec index 78e3c66..f5dc87c 100644 --- a/libsexy.spec +++ b/libsexy.spec @@ -1,19 +1,14 @@ Name: libsexy Version: 0.1.11 -Release: 2mamba +Release: 3mamba Summary: Collection of GTK+ widgets that extend functionality Group: System/Libraries -Vendor: openmamba -Distribution: openmamba -Packager: gil -URL: http://www.chipx86.com/wiki/Libsexy +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://blog.chipx86.com/tag/libsexy Source: http://releases.chipx86.com/libsexy/libsexy/libsexy-%{version}.tar.bz2 License: LGPL - -BuildRequires: iso-codes-devel -BuildRequires: libenchant-devel -BuildRequires: libgtk-apidocs - ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libatk-devel @@ -24,8 +19,8 @@ BuildRequires: libpango-devel BuildRequires: libxml2-devel BuildRequires: pkgconfig ## AUTOBUILDREQ-END - -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: iso-codes-devel +BuildRequires: libenchant-devel %description %{name} is a collection of GTK+ widgets that extend the functionality of such standard widgets as GtkEntry and GtkLabel by subclassing them and working around the limitations of the widgets. @@ -49,11 +44,13 @@ This package contains the header files, static libraries and development documen ##\ ## --disable-static ## --enable-gtk-doc -%make %{?_smp_mflags} + +%make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall DESTDIR="%{buildroot}" +%makeinstall + rm -f %{buildroot}%{_libdir}/libsexy.la %clean @@ -64,18 +61,22 @@ rm -f %{buildroot}%{_libdir}/libsexy.la %files %defattr(-,root,root) -%{_libdir}/*.so.* -%doc AUTHORS COPYING ChangeLog NEWS +%{_libdir}/libsexy.so.* +%doc AUTHORS COPYING %files devel %defattr(-, root, root, 0755) %{_includedir}/libsexy/ %{_libdir}/libsexy.so -%{_libdir}/*.a +%{_libdir}/libsexy.a %{_libdir}/pkgconfig/libsexy.pc %doc %{_datadir}/gtk-doc/html/libsexy/ +%doc ChangeLog NEWS %changelog +* Tue Mar 30 2021 Silvan Calarco 0.1.11-3mamba +- rebuilt + * Sun May 18 2008 Silvan Calarco 0.1.11-2mamba - automatic requirements fixed