]> git.pld-linux.org Git - packages/etrophy.git/blame - etrophy.spec
- base Group changed to Libraries; release 3
[packages/etrophy.git] / etrophy.spec
CommitLineData
a13a6142
JB
1Summary: Etrophy - library to manage scores, trophies and unlockables
2Summary(pl.UTF-8): Etrophy - biblioteka do zarządzania wynikami, trofeami i otwarciami
1aee8b00
JB
3Name: etrophy
4Version: 0.5.1
2fab0e19 5Release: 3
1aee8b00 6License: BSD
2fab0e19 7Group: Libraries
1aee8b00
JB
8Source0: http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
9# Source0-md5: ed8aabe52b71e54db6f9104725e61645
10URL: http://enlightenment.org/
11BuildRequires: ecore-devel >= 1.7.0
12BuildRequires: ecore-file-devel >= 1.7.0
13BuildRequires: edje
14BuildRequires: eet-devel >= 1.7.0
15BuildRequires: eina-devel >= 1.7.0
16BuildRequires: elementary-devel >= 1.7.0
17BuildRequires: evas-devel >= 1.7.0
18BuildRequires: pkgconfig >= 1:0.22
19BuildRequires: python >= 1:2.5
20Requires: ecore >= 1.7.0
21Requires: ecore-file >= 1.7.0
22Requires: eet >= 1.7.0
23Requires: eina >= 1.7.0
ea03b1ff 24Requires: elementary-libs >= 1.7.0
1aee8b00
JB
25Requires: evas >= 1.7.0
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29Etrophy is a library that manages scores, trophies and unlockables. It
30will store them and provide views to display them. Could be used by
31games based on EFL.
32
33%description -l pl.UTF-8
34Etrophy to biblioteka zarządzająca wynikami, trofeami i otwarciami.
35Może je przechowywać i udostępniać widoki do wyświetlania. Jest
36przeznaczona przede wszystkim dla gier opartych na EFL.
37
38%package devel
39Summary: Header files for Etrophy library
40Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Etrophy
41Group: Development/Libraries
42Requires: %{name} = %{version}-%{release}
43Requires: ecore-devel >= 1.7.0
44Requires: ecore-file-devel >= 1.7.0
45Requires: eet-devel >= 1.7.0
46Requires: eina-devel >= 1.7.0
47Requires: elementary-devel >= 1.7.0
48Requires: evas-devel >= 1.7.0
49
50%description devel
51Header files for Etrophy library.
52
53%description devel -l pl.UTF-8
54Pliki nagłówkowe biblioteki Etrophy.
55
56%package static
57Summary: Static Etrophy library
58Summary(pl.UTF-8): Statyczna biblioteka Etrophy
59Group: Development/Libraries
60Requires: %{name}-devel = %{version}-%{release}
61
62%description static
63Static Etrophy library.
64
65%description static -l pl.UTF-8
66Statyczna biblioteka Etrophy.
67
68%prep
69%setup -q
70
71%build
72%configure \
73 --disable-silent-rules
74
75%{__make}
76
77%install
78rm -rf $RPM_BUILD_ROOT
79
80%{__make} install \
81 DESTDIR=$RPM_BUILD_ROOT
82
83# obsoleted by pkg-config
84%{__rm} $RPM_BUILD_ROOT%{_libdir}/libetrophy.la
85
86%clean
87rm -rf $RPM_BUILD_ROOT
88
89%post -p /sbin/ldconfig
90%postun -p /sbin/ldconfig
91
92%files
93%defattr(644,root,root,755)
94%doc AUTHORS COPYING ChangeLog NEWS README TODO
95%attr(755,root,root) %{_libdir}/libetrophy.so.*.*.*
96%attr(755,root,root) %ghost %{_libdir}/libetrophy.so.0
97%{_datadir}/etrophy
98
99%files devel
100%defattr(644,root,root,755)
101%attr(755,root,root) %{_libdir}/libetrophy.so
102%{_includedir}/etrophy-0
103%{_pkgconfigdir}/etrophy.pc
104
105%files static
106%defattr(644,root,root,755)
107%{_libdir}/libetrophy.a
This page took 0.090751 seconds and 4 git commands to generate.