167 lines
4.7 KiB
RPMSpec
167 lines
4.7 KiB
RPMSpec
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||
|
Name: libbonoboui
|
||
|
Version: 2.24.5
|
||
|
Release: 1mamba
|
||
|
Summary: User Interface library for libbonobo
|
||
|
Group: Graphical Desktop/Libraries/GNOME
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://www.gnome.org
|
||
|
# bugfixes: http://ftp.acc.umu.se/pub/GNOME/sources/%{pkgname}
|
||
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/libbonoboui/%{majver}/libbonoboui-%{version}.tar.bz2
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: GConf-devel
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: gtk-doc
|
||
|
BuildRequires: libart_lgpl-devel
|
||
|
BuildRequires: libatk-devel
|
||
|
BuildRequires: libaudiofile-devel
|
||
|
BuildRequires: libbonobo-devel >= 2.24.0
|
||
|
BuildRequires: libcairo-devel
|
||
|
BuildRequires: libdbus-devel
|
||
|
BuildRequires: libdbus-glib-devel
|
||
|
BuildRequires: libesound-devel
|
||
|
BuildRequires: libexpat-devel
|
||
|
BuildRequires: libfontconfig-devel
|
||
|
BuildRequires: libfreetype-devel
|
||
|
BuildRequires: libgail-devel
|
||
|
BuildRequires: libglade-devel
|
||
|
BuildRequires: libglib-devel
|
||
|
BuildRequires: libglitz-devel
|
||
|
BuildRequires: libgnomecanvas-devel
|
||
|
BuildRequires: libgnome-devel
|
||
|
BuildRequires: libgnome-vfs-devel
|
||
|
BuildRequires: libgtk-devel
|
||
|
BuildRequires: libICE-devel
|
||
|
BuildRequires: libopenssl-devel
|
||
|
BuildRequires: libpango-devel
|
||
|
BuildRequires: libpixman-devel
|
||
|
BuildRequires: libpng-devel
|
||
|
BuildRequires: libpopt-devel
|
||
|
BuildRequires: libselinux-devel
|
||
|
BuildRequires: libSM-devel
|
||
|
BuildRequires: libX11-devel
|
||
|
BuildRequires: libXau-devel
|
||
|
BuildRequires: libxcb-devel
|
||
|
BuildRequires: libxcb-util-devel
|
||
|
BuildRequires: libXdmcp-devel
|
||
|
BuildRequires: libxml2-devel
|
||
|
BuildRequires: libXrender-devel
|
||
|
BuildRequires: libz-devel
|
||
|
BuildRequires: ORBit2-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRequires: intltool
|
||
|
BuildRequires: perl
|
||
|
BuildRequires: perl-XML-Parser
|
||
|
BuildRequires: gettext-devel
|
||
|
BuildRequires: pkgconfig
|
||
|
### API documentation
|
||
|
BuildRequires: gtk-doc
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
User Interface library for libbonobo.
|
||
|
|
||
|
%package devel
|
||
|
Summary: Devel package for libbonoboui
|
||
|
Group: Development/Libraries
|
||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||
|
|
||
|
%description devel
|
||
|
User Interface library for libbonobo.
|
||
|
This package contains static libraries and header files need for development.
|
||
|
|
||
|
%package apidocs
|
||
|
Summary: %{name} API documentation
|
||
|
Group: Documentation
|
||
|
Requires: gtk-doc
|
||
|
|
||
|
%description apidocs
|
||
|
%{name} API documentation.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%configure --enable-gtk-doc
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%find_lang %{name}-2.0
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%post -p /sbin/ldconfig
|
||
|
%postun -p /sbin/ldconfig
|
||
|
|
||
|
%files -f %{name}-2.0.lang
|
||
|
%defattr(-,root,root)
|
||
|
%{_libdir}/libbonoboui-2.so.*
|
||
|
%{_libdir}/libglade/2.0/*
|
||
|
%dir %{_libdir}/bonobo/
|
||
|
%{_libdir}/bonobo/*
|
||
|
%{_libdir}/bonobo-2.0/samples/*
|
||
|
%{_datadir}/gnome-2.0/ui/*.xml
|
||
|
|
||
|
%files devel
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/bonobo-browser
|
||
|
%{_bindir}/test-moniker
|
||
|
%{_datadir}/applications/bonobo-browser.desktop
|
||
|
%{_libdir}/*.a
|
||
|
%{_libdir}/*.la
|
||
|
%{_libdir}/*.so
|
||
|
%{_libdir}/pkgconfig/libbonoboui-2.0.pc
|
||
|
%{_includedir}/libbonoboui-2.0/
|
||
|
|
||
|
%files apidocs
|
||
|
%defattr(-,root,root)
|
||
|
%{_datadir}/gtk-doc/html/%{name}/
|
||
|
|
||
|
%changelog
|
||
|
* Fri Jul 06 2012 Automatic Build System <autodist@mambasoft.it> 2.24.5-1mamba
|
||
|
- update to 2.24.5
|
||
|
|
||
|
* Wed Oct 06 2010 Automatic Build System <autodist@mambasoft.it> 2.24.4-1mamba
|
||
|
- automatic update to 2.24.4 by autodist
|
||
|
|
||
|
* Thu Jul 15 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.3-2mamba
|
||
|
- rebuilt with libpng 1.4
|
||
|
|
||
|
* Sat May 29 2010 Automatic Build System <autodist@mambasoft.it> 2.24.3-1mamba
|
||
|
- automatic update to 2.24.3 by autodist
|
||
|
|
||
|
* Tue Sep 29 2009 Automatic Build System <autodist@mambasoft.it> 2.24.2-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Sun May 31 2009 Automatic Build System <autodist@mambasoft.it> 2.24.1-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Wed May 20 2009 Automatic Build System <autodist@mambasoft.it> 2.24.0-2mamba
|
||
|
- automatic rebuild by autodist
|
||
|
|
||
|
* Fri Oct 03 2008 gil <puntogil@libero.it> 2.24.0-1mamba
|
||
|
- update to 2.24.0
|
||
|
|
||
|
* Sat Jul 26 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.22.0-1mamba
|
||
|
- update to 2.22.0
|
||
|
|
||
|
* Wed Jan 10 2007 Davide Madrisan <davide.madrisan@qilinux.it> 2.16.0-1qilnx
|
||
|
- update to version 2.16.0 by autospec
|
||
|
- new subpackage apidocs with API documentation
|
||
|
|
||
|
* Tue Aug 09 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10.0-1qilnx
|
||
|
- update to version 2.10.0 by autospec
|
||
|
|
||
|
* Sun Jun 28 2004 Silvan Calarco <silvan.calarco@qinet.it> 2.6.2-1qilnx
|
||
|
- new version build
|
||
|
|
||
|
* Tue Dec 30 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.4.2-1qilnx
|
||
|
- first build for libbonoboui
|