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