diff --git a/README.md b/README.md index eb0d43c..9defd7b 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/libart_lgpl.spec b/libart_lgpl.spec new file mode 100644 index 0000000..235ae29 --- /dev/null +++ b/libart_lgpl.spec @@ -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 +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 2.3.21-2mamba +- automatic rebuild by autodist + +* Sun May 30 2010 Automatic Build System 2.3.21-1mamba +- automatic update to 2.3.21 by autodist + +* Tue May 20 2008 gil 2.3.20-1mamba +- update to version 2.3.20 + +* Wed Jan 10 2007 Davide Madrisan 2.3.17-2qilnx +- modified specfile to permit automatic update + +* Mon Aug 29 2005 Davide Madrisan 2.3.17-1qilnx +- update to version 2.3.17 by autospec + +* Mon Oct 13 2003 Silvan Calarco 2.3.16-1qilnx +- new version build + +* Mon Jun 30 2003 Silvan Calarco 2.3.12-1qilnx +- first build