automatic rebuild by autodist [release 2.3.21-2mamba;Sun Jun 27 2010]

This commit is contained in:
Automatic Build System 2024-01-06 03:48:05 +01:00
parent c9974b954a
commit 6fda5cad95
2 changed files with 104 additions and 0 deletions

View File

@ -1,2 +1,8 @@
# libart_lgpl
Libart is a library for high-performance 2D graphics.
It is currently being used as the antialiased rendering engine for the Gnome
Canvas.
It is also the rendering engine for Gill, the Gnome Illustration app.
Libart is also used by KDE libraries.

98
libart_lgpl.spec Normal file
View File

@ -0,0 +1,98 @@
%define gnomever 2.30.1
%define gnomemajver %(echo %gnomever | cut -d. -f 1-2)
%define gnomegroup platform
%define pkgname libart_lgpl
Name: libart_lgpl
Version: 2.3.21
Release: 2mamba
Summary: A library for high-performance 2D graphics
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.levien.com/libart/
# bugfixes: http://ftp.acc.umu.se/pub/GNOME/sources/%{pkgname}
Source: http://ftp.gnome.org/pub/GNOME/%{gnomegroup}/%{gnomemajver}/%{gnomever}/sources/%{pkgname}-%{version}.tar.bz2
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Libart is a library for high-performance 2D graphics.
It is currently being used as the antialiased rendering engine for the Gnome
Canvas.
It is also the rendering engine for Gill, the Gnome Illustration app.
Libart is also used by KDE libraries.
%package devel
Group: Development/Libraries
Summary: Devel files for libart_lgpl
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
Libart is a library for high-performance 2D graphics.
It is currently being used as the antialiased rendering engine for the Gnome
Canvas.
It is also the rendering engine for Gill, the Gnome Illustration app.
Libart is also used by KDE libraries.
This package contains static libraries and header files need for development.
%prep
%setup -q -n %{pkgname}-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/libart_lgpl_2.so.*
%doc AUTHORS ChangeLog COPYING NEWS README
%files devel
%defattr(-,root,root)
%{_bindir}/libart2-config
%dir %{_includedir}/libart-?.?/libart_lgpl
%{_includedir}/libart-?.?/libart_lgpl/*.h
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%changelog
* Sun Jun 27 2010 Automatic Build System <autodist@mambasoft.it> 2.3.21-2mamba
- automatic rebuild by autodist
* Sun May 30 2010 Automatic Build System <autodist@mambasoft.it> 2.3.21-1mamba
- automatic update to 2.3.21 by autodist
* Tue May 20 2008 gil <puntogil@libero.it> 2.3.20-1mamba
- update to version 2.3.20
* Wed Jan 10 2007 Davide Madrisan <davide.madrisan@qilinux.it> 2.3.17-2qilnx
- modified specfile to permit automatic update
* Mon Aug 29 2005 Davide Madrisan <davide.madrisan@qilinux.it> 2.3.17-1qilnx
- update to version 2.3.17 by autospec
* Mon Oct 13 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.16-1qilnx
- new version build
* Mon Jun 30 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.3.12-1qilnx
- first build