rebuilt [release 0.1.11-3mamba;Tue Mar 30 2021]
This commit is contained in:
parent
0e5bef8a40
commit
4eea651314
31
libsexy.spec
31
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 <puntogil@libero.it>
|
||||
URL: http://www.chipx86.com/wiki/Libsexy
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 0.1.11-3mamba
|
||||
- rebuilt
|
||||
|
||||
* Sun May 18 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.11-2mamba
|
||||
- automatic requirements fixed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user