blob: 4925ebb3f96159d1bea4b402b45a236f5856c647 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
Name: efreet
Version: 1.7.4
Release: 1
License: BSD 2-clause
Summary: FreeDesktop
Url: http://www.enlightenment.org/
Group: System/Libraries
Source0: efreet-%{version}.tar.bz2
BuildRequires: doxygen
BuildRequires: pkgconfig(ecore)
BuildRequires: pkgconfig(ecore-file)
BuildRequires: pkgconfig(eet)
BuildRequires: pkgconfig(eina)
%description
Efreet implements the FreeDesktop.Org application and MIME-handling
standards.
%package devel
Summary: Development components for the efreet package
Group: Development/Libraries
Requires: %{name} = %{version}
%description devel
Development files for efreet
%prep
%setup -q
%build
%configure --disable-static \
--enable-icon-cache
make %{?_smp_mflags}
%install
%make_install
%find_lang efreet
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%lang_package
%files
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/efreet_*
%{_libdir}/efreet/*
%{_libdir}/libefreet*.so.*
%{_datadir}/efreet/*
%files devel
%defattr(-,root,root,-)
%{_includedir}/efreet-1/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%changelog
|