rebuilt [release 0.1.11-3mamba;Tue Mar 30 2021]
This commit is contained in:
parent
0e5bef8a40
commit
4eea651314
35
libsexy.spec
35
libsexy.spec
@ -1,19 +1,14 @@
|
|||||||
Name: libsexy
|
Name: libsexy
|
||||||
Version: 0.1.11
|
Version: 0.1.11
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Collection of GTK+ widgets that extend functionality
|
Summary: Collection of GTK+ widgets that extend functionality
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: gil <puntogil@libero.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.chipx86.com/wiki/Libsexy
|
URL: https://blog.chipx86.com/tag/libsexy
|
||||||
Source: http://releases.chipx86.com/libsexy/libsexy/libsexy-%{version}.tar.bz2
|
Source: http://releases.chipx86.com/libsexy/libsexy/libsexy-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
|
|
||||||
BuildRequires: iso-codes-devel
|
|
||||||
BuildRequires: libenchant-devel
|
|
||||||
BuildRequires: libgtk-apidocs
|
|
||||||
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
@ -24,8 +19,8 @@ BuildRequires: libpango-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: iso-codes-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRequires: libenchant-devel
|
||||||
|
|
||||||
%description
|
%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.
|
%{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
|
## --disable-static
|
||||||
## --enable-gtk-doc
|
## --enable-gtk-doc
|
||||||
%make %{?_smp_mflags}
|
|
||||||
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall DESTDIR="%{buildroot}"
|
%makeinstall
|
||||||
|
|
||||||
rm -f %{buildroot}%{_libdir}/libsexy.la
|
rm -f %{buildroot}%{_libdir}/libsexy.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -64,18 +61,22 @@ rm -f %{buildroot}%{_libdir}/libsexy.la
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libsexy.so.*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root, 0755)
|
%defattr(-, root, root, 0755)
|
||||||
%{_includedir}/libsexy/
|
%{_includedir}/libsexy/
|
||||||
%{_libdir}/libsexy.so
|
%{_libdir}/libsexy.so
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libsexy.a
|
||||||
%{_libdir}/pkgconfig/libsexy.pc
|
%{_libdir}/pkgconfig/libsexy.pc
|
||||||
%doc %{_datadir}/gtk-doc/html/libsexy/
|
%doc %{_datadir}/gtk-doc/html/libsexy/
|
||||||
|
%doc ChangeLog NEWS
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun May 18 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.11-2mamba
|
||||||
- automatic requirements fixed
|
- automatic requirements fixed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user