~ubuntu-branches/debian/lenny/gtkspell/lenny

« back to all changes in this revision

Viewing changes to gtkspell.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2004-02-23 07:24:53 UTC
  • Revision ID: james.westby@ubuntu.com-20040223072453-3eapictae633dwa1
Tags: upstream-2.0.5
ImportĀ upstreamĀ versionĀ 2.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Name: gtkspell
 
2
Version: @VERSION@
 
3
Release: 1
 
4
#Epoch: 1
 
5
License: GPL
 
6
Group: X11/Libraries
 
7
Source0: http://gtkspell.sf.net/download/gtkspell-%{version}.tar.gz
 
8
URL: http://gtkspell.sf.net/ 
 
9
BuildRoot: %{_tmppath}/%{name}-root
 
10
Requires: /sbin/ldconfig
 
11
Summary: GTK2 Spell Checker Interface Library.
 
12
%description
 
13
GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words
 
14
in a GtkTextView widget. Right-clicking a misspelled word pops up a
 
15
menu of suggested replacements.
 
16
 
 
17
%package devel
 
18
Summary: Static libraries and header files from gtkspell.
 
19
Group: X11/Libraries
 
20
Requires: %{name} = %{version}
 
21
Requires: pkgconfig
 
22
 
 
23
%description devel
 
24
Static libraries and header files from gtkspell.
 
25
 
 
26
%prep
 
27
%setup -q
 
28
 
 
29
%build
 
30
%configure
 
31
make 
 
32
 
 
33
%install
 
34
rm -rf %{buildroot}
 
35
%makeinstall
 
36
 
 
37
%clean
 
38
rm -rf %{buildroot}
 
39
 
 
40
%post -p /sbin/ldconfig
 
41
 
 
42
%postun -p /sbin/ldconfig
 
43
 
 
44
%files
 
45
%defattr(-, root, root)
 
46
%doc AUTHORS COPYING ChangeLog NEWS README TODO
 
47
%{_libdir}/*.so.*
 
48
 
 
49
%files devel
 
50
%defattr(-, root, root)
 
51
%{_libdir}/*.a
 
52
%{_libdir}/*.la
 
53
%{_libdir}/*.so
 
54
%{_libdir}/pkgconfig/*
 
55
%{_includedir}/gtkspell-2.0
 
56
 
 
57
%changelog
 
58
* Sat Oct 26 2002 Alex Converse 
 
59
- Initial RPM release.