]> git.pld-linux.org Git - packages/eris.git/blame - eris.spec
- tabs in preamble
[packages/eris.git] / eris.spec
CommitLineData
a1b8dd48 1Summary: A WorldForge client library
84571e84 2Summary(pl.UTF-8): Biblioteka kliencka WorldForge
2677d782
ER
3Name: eris
4Version: 1.3.8
5Release: 0.1
6License: GPL
7Group: Libraries
2677d782
ER
8Source0: http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.bz2
9# Source0-md5: faf7c6d8237af53b93856c356a2de137
a1b8dd48 10URL: http://www.worldforge.org/dev/eng/libraries/eris
2677d782 11BuildRequires: Atlas-C++-devel >= 0.5.98
2677d782 12BuildRequires: skstream-devel >= 0.3.5
a1b8dd48 13BuildRequires: wfmath-devel >= 0.3.2
3a35727f 14BuildRequires: libsigc++-devel
91711426 15Requires: Atlas-C++ >= 0.5.98
2677d782
ER
16Obsoletes: eris-poll-glib
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Eris is designed to simplify client development (and avoid repeating
21the same work several times), by providing a common system to deal
22with the back end tasks.
23
5a9114f8
JR
24%description -l pl.UTF-8
25Eris została zaprojektowana w celu uproszczenia zarządzania klientem
26(i uniknięcia powtarzania tej samej pracy wielokrotnie) poprzez
27dostarczenie wspólnego systemu do obslugi zadań backendu.
a1b8dd48 28
2677d782 29%package devel
a1b8dd48 30Summary: Header files for WorldForge client library
84571e84 31Summary(pl.UTF-8): Pliki nagłówkowe biblioteki klienckiej WorldForge
2677d782
ER
32Group: Development/Libraries
33Requires: %{name} = %{version}-%{release}
34Requires: Atlas-C++-devel
2677d782 35Requires: skstream-devel
a1b8dd48 36Requires: wfmath-devel
2677d782
ER
37
38%description devel
a1b8dd48
JB
39Header files for WorldForge client library.
40
5a9114f8
JR
41%description devel -l pl.UTF-8
42Pliki nagłówkowe biblioteki klienckiej WorldForge.
a1b8dd48
JB
43
44%package static
45Summary: Static WorldForge client library
84571e84 46Summary(pl.UTF-8): Statyczna biblioteka kliencka WorldForge
a1b8dd48
JB
47Group: Development/Libraries
48Requires: %{name}-devel = %{version}-%{release}
49
50%description static
51Static WorldForge client library.
52
5a9114f8 53%description static -l pl.UTF-8
a1b8dd48 54Statyczna biblioteka kliencka WorldForge.
2677d782
ER
55
56%prep
57%setup -q
58
59%build
2677d782
ER
60%configure \
61 --enable-static
62%{__make}
63
64%install
65rm -rf $RPM_BUILD_ROOT
a1b8dd48 66
2677d782
ER
67%{__make} install \
68 DESTDIR=$RPM_BUILD_ROOT
69
70%clean
71rm -rf $RPM_BUILD_ROOT
72
a1b8dd48
JB
73%post -p /sbin/ldconfig
74%postun -p /sbin/ldconfig
75
2677d782
ER
76%files
77%defattr(644,root,root,755)
22e1e320 78%doc AUTHORS CHANGES-1.4 ChangeLog NEWS README TODO
a1b8dd48 79%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
2677d782
ER
80
81%files devel
82%defattr(644,root,root,755)
83%attr(755,root,root) %{_libdir}/lib*.so
84%{_libdir}/lib*.la
2677d782 85%{_includedir}/*
a1b8dd48
JB
86%{_pkgconfigdir}/*
87
88%files static
89%defattr(644,root,root,755)
90%{_libdir}/lib*.a
This page took 0.112573 seconds and 5 git commands to generate.