]> git.pld-linux.org Git - packages/emotion.git/blob - emotion.spec
- proper URL
[packages/emotion.git] / emotion.spec
1 Summary:        Enlightenment Fundation Libraries - Emotion
2 Summary(pl):    Podstawowe biblioteki Enlightenmenta - Emotion
3 Name:           emotion
4 Version:        0.0.1.004
5 Release:        1
6 License:        BSD
7 Group:          X11/Libraries
8 Source0:        http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  3be5850cf23afeff8976e45a9861b7c4
10 URL:            http://enlightenment.org/Libraries/Emotion/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  edje-devel
14 BuildRequires:  libtool
15 BuildRequires:  xine-lib-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Emotion is a Media Library.
20
21 %description -l pl
22 Emotion to biblioteka multimedialna.
23
24 %package devel
25 Summary:        Emotion header files
26 Summary(pl):    Pliki nag³ówkowe Emotion
27 Group:          Development/Libraries
28 Requires:       %{name} = %{version}-%{release}
29 Requires:       xine-lib-devel
30
31 %description devel
32 Header files for Emotion.
33
34 %description devel -l pl
35 Pliki nag³ówkowe Emotion.
36
37 %package static
38 Summary:        Static Emotion library
39 Summary(pl):    Statyczna biblioteka Emotion
40 Group:          Development/Libraries
41 Requires:       %{name}-devel = %{version}-%{release}
42
43 %description static
44 Static Emotion library.
45
46 %description static -l pl
47 Statyczna biblioteka Emotion.
48
49 %prep
50 %setup -q
51
52 %build
53 %{__libtoolize}
54 %{__aclocal}
55 %{__autoconf}
56 %{__autoheader}
57 %{__automake}
58 %configure
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 rm -f $RPM_BUILD_ROOT%{_libdir}/xine/plugins/*/*.{la,a} \
68         $RPM_BUILD_ROOT%{_libdir}/%{name}/*.a
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %post   -p /sbin/ldconfig
74 %postun -p /sbin/ldconfig
75
76 %files
77 %defattr(644,root,root,755)
78 %doc AUTHORS COPYING COPYING-PLAIN README TODO
79 %attr(755,root,root) %{_bindir}/emotion_*
80 %attr(755,root,root) %{_libdir}/libemotion.so.*.*.*
81 %dir %{_libdir}/%{name}
82 %attr(755,root,root) %{_libdir}/%{name}/emotion_decoder_xine.so
83 %{_libdir}/%{name}/emotion_decoder_xine.la
84 %attr(755,root,root) %{_libdir}/xine/plugins/*/xineplug_vo_out_emotion.so
85 %{_datadir}/%{name}
86
87 %files devel
88 %defattr(644,root,root,755)
89 %attr(755,root,root) %{_bindir}/emotion-config
90 %attr(755,root,root) %{_libdir}/libemotion.so
91 %{_libdir}/libemotion.la
92 %{_includedir}/Emotion*
93 %{_pkgconfigdir}/emotion.pc
94
95 %files static
96 %defattr(644,root,root,755)
97 %{_libdir}/libemotion.a
This page took 0.101158 seconds and 4 git commands to generate.