]> git.pld-linux.org Git - packages/GtkScintilla2.git/blame - GtkScintilla2.spec
- renamed GtkScintilla.spec to GtkScintilla2.spec
[packages/GtkScintilla2.git] / GtkScintilla2.spec
CommitLineData
17d6967b 1Summary: GtkScintilla2 - A GTK+2 wrapper for Scintilla editing component
2Name: GtkScintilla2
3Version: 0.0.8
4Release: 0.1
5License: LGPL
6Group: Development/Libraries
7Source0: http://www.gphpedit.org/releases/%{name}-%{version}.tar.gz
8BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9Provides: libgtkscintilla2.so
10
11%description
12This is GtkScintilla2, a GTK+2 wrapper for the Scintilla
13(www.scintilla.org) editing component wich adds some facility to this
14powerful component written by Neil Hodgson (and may others).
15
16%package devel
17Summary: GtkScintilla2 - Library header files and static libraries
18Group: Development/Libraries
19Requires: %{name} = %{version}
20
21%description devel
22Headers files and static libraries needed for compiling other programs
23against gtkscintilla2.
24
25%prep
26%setup -q
27
28%build
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT
34%{__make} install DESTDIR=$RPM_BUILD_ROOT
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%post
40/sbin/ldconfig
41
42%preun
43/sbin/ldconfig
44
45%files
46%defattr(644,root,root,755)
47%doc COPYING README
48%{_libdir}/*.so*
49
50%files devel
51%defattr(644,root,root,755)
52%doc scintilla/doc/
53%{_libdir}/pkgconfig/GtkScintilla-2.0.pc
54%{_includedir}/gtkscintilla2
55%{_libdir}/*.a
This page took 0.088898 seconds and 4 git commands to generate.