Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
scintilla
scintilla.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File scintilla.spec of Package scintilla
# # spec file for package scintilla (Version 1.79) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: scintilla Summary: A free source code editing component Version: 1.79 Release: 1 Group: Development/Libraries/C and C++ License: Other uncritical OpenSource License Url: http://www.scintilla.org Source: %{name}179.tar.bz2 Patch: %{name}-shared.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes gcc-c++ gtk2-devel %description Scintilla is a free source code editing component. It comes with complete source code and a license that permits use in any free project or commercial product. As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts. %package -n libscintilla1 License: Other uncritical OpenSource License Summary: A free source code editing component Group: Development/Libraries/C and C++ %description -n libscintilla1 Scintilla is a free source code editing component. It comes with complete source code and a license that permits use in any free project or commercial product. As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts. %package -n libscintilla-devel License: Other uncritical OpenSource License Group: Development/Libraries/C and C++ Requires: libscintilla1 = %{version} Summary: A free source code editing component %description -n libscintilla-devel Scintilla is a free source code editing component. It comes with complete source code and a license that permits use in any free project or commercial product. As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts. %prep %setup -n %{name} %patch -p1 %build cd gtk make %{?jobs:-j%jobs} LIBDIR=%{_libdir} VERSION=`echo %{version} | sed 's|\.|:|'` %install mkdir -p %{buildroot}%{_includedir} mkdir -p %{buildroot}%{_libdir} cp include/* %{buildroot}%{_includedir} mkdir -p lib libtool --mode=install install bin/*.la `pwd`/lib install lib/*.so* %{buildroot}%{_libdir} rm -f %{buildroot}%{_libdir}/libscintilla.so.1 ln -sf libscintilla.so.1.0.`echo %{version} | sed 's|.*\.||'` %{buildroot}%{_libdir}/libscintilla.so.1 mkdir -p %{buildroot}/%{_defaultdocdir} mv doc %{buildroot}/%{_defaultdocdir}/%{name} cp License.txt %{buildroot}/%{_defaultdocdir}/%{name} %fdupes -s %{buildroot}/%{_defaultdocdir}/%{name} %clean rm -rf %{buildroot} %post -n libscintilla1 -p /sbin/ldconfig %postun -n libscintilla1 -p /sbin/ldconfig %files -n libscintilla1 %defattr(-,root,root) %{_libdir}/*.so.* %dir %{_defaultdocdir}/%{name} %{_defaultdocdir}/%{name}/License.txt %files -n libscintilla-devel %defattr(-,root,root) %{_libdir}/*.so %dir %{_defaultdocdir}/%{name} %{_defaultdocdir}/%{name}/* %exclude %{_defaultdocdir}/%{name}/License.txt %{_includedir}/* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor