~ubuntu-branches/ubuntu/trusty/libgii/trusty

« back to all changes in this revision

Viewing changes to dist/rpm/libgii.spec

  • Committer: Bazaar Package Importer
  • Author(s): Martin Albert
  • Date: 2001-08-27 23:17:32 UTC
  • Revision ID: james.westby@ubuntu.com-20010827231732-5kiieyxb3mvj25ur
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Summary: Input library for GGI
 
2
Name: libgii
 
3
Version: 0.8.1
 
4
Release: 1
 
5
Group: System Environment/Libraries
 
6
Source0: ftp://ftp.ggi-project.org/pub/ggi/%name-%{version}.tar.gz
 
7
URL: http://www.ggi-project.org/
 
8
License: LGPL
 
9
BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
10
 
 
11
 
 
12
%description
 
13
Input library for GGI
 
14
 
 
15
 
 
16
%package devel
 
17
Summary: Header files and libraries for developing apps which will use libgii.
 
18
Group: Development/Libraries
 
19
Requires: %{name} = %{version}
 
20
 
 
21
 
 
22
%description devel
 
23
Header files and libraries for developing apps which will use libgii.
 
24
 
 
25
 
 
26
%prep
 
27
%setup -q
 
28
 
 
29
 
 
30
%build
 
31
%configure
 
32
gmake
 
33
 
 
34
 
 
35
%install
 
36
[ -e "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 
37
%makeinstall
 
38
 
 
39
 
 
40
%clean
 
41
[ -e "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 
42
 
 
43
 
 
44
%post -p /sbin/ldconfig
 
45
 
 
46
 
 
47
%postun -p /sbin/ldconfig
 
48
 
 
49
 
 
50
%files
 
51
%defattr(-,root,root)
 
52
%doc ChangeLog ChangeLog.1999 FAQ NEWS README TODO
 
53
%doc doc/env.txt doc/inputs.txt doc/docbook/*.sgml
 
54
%config %{_sysconfdir}/ggi
 
55
%{_bindir}/*
 
56
%{_libdir}/*.so.*
 
57
%{_libdir}/ggi
 
58
%{_mandir}/man1/*
 
59
%{_mandir}/man7/*
 
60
 
 
61
 
 
62
%files devel
 
63
%defattr(-,root,root)
 
64
%{_libdir}/*.la
 
65
%{_libdir}/*.so
 
66
%{_includedir}/*
 
67
%{_mandir}/man3/*
 
68
%{_mandir}/man9/*
 
69
 
 
70
 
 
71
%changelog
 
72
* Wed Aug 22 2001 Thayne Harbaugh <thayne@plug.org>
 
73
- added missing man9 and TODO files
 
74
 
 
75
* Mon Jul 02 2001 Thayne Harbaugh <thayne@plug.org>
 
76
- initial libgii.spec
 
77