Name: libgtkscintilla2 Version: 0.2.0 Release: 2mamba Summary: GtkScintilla2 - A GTK+2 wrapper for Scintilla editing component Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Automatic Build System URL: http://commonplace.sourceforge.net/content/ Source: http://downloads.sourceforge.net/commonplace/gtkscintilla2-%{version}.zip Patch0: gtkscintilla2-0.2.0-makefile.patch License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libatk-devel BuildRequires: libcairo-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libgcc BuildRequires: libglib-devel BuildRequires: libgtk-devel BuildRequires: libpango-devel BuildRequires: libstdc++6-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This is GtkScintilla2, a GTK+2 wrapper for the Scintilla (www.scintilla.org) editing component wich adds some facility to this powerful component written by Neil Hodgson (and may others). %package devel Summary: GtkScintilla2 - Library header files and static libraries Group: Development/Libraries Requires: %{name} = %{version} %description devel This is GtkScintilla2, a GTK+2 wrapper for the Scintilla (www.scintilla.org) editing component wich adds some facility to this powerful component written by Neil Hodgson (and may others). Headers files and static libraries needed for compiling other programs against gtkscintilla2. %prep %setup -q -n gtkscintilla2-%{version} %patch -p1 %build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %preun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/libgtkscintilla2.so.* %doc COPYING README %files devel %defattr(-,root,root) %dir %{_includedir}/gtkscintilla2 %{_includedir}/gtkscintilla2/*.h %{_libdir}/lib*.a %{_libdir}/lib*.so %{_exec_prefix}/lib/pkgconfig/*.pc %changelog * Sat Aug 31 2013 Automatic Build System 0.2.0-2mamba - automatic rebuild by autodist * Thu Nov 13 2008 gil 0.2.0-1mamba - package created by autospec