-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtnef-plugin.spec.in
51 lines (38 loc) · 1.29 KB
/
tnef-plugin.spec.in
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
Summary: TNEF plugin for Evolution
Name: tnef-plugin
Version: @TNEF_PLUGIN_VERSION@
Release: 1
License: GPL
Source: http://bilbo.online.bg/~assen/tnef-plugin/tnef-plugin-@[email protected]
BuildRoot: /var/tmp/%{name}-buildroot
Requires: evolution >= 2.32
Requires: ytnef >= 2.6
%description
The TNEF plugin allows direct access from Evolution to email attachments,
sent in Microsoft's TNEF format (the infamous "winmail.dat").
%prep
%setup -q
%build
./configure
make
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT@EVOLUTION_PLUGIN_DIR@
install -s -m 755 liborg-gnome-tnef-plugin.so $RPM_BUILD_ROOT@EVOLUTION_PLUGIN_DIR@
install -m 644 org-gnome-tnef-plugin.eplug $RPM_BUILD_ROOT@EVOLUTION_PLUGIN_DIR@
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README AUTHORS COPYING INSTALL
@EVOLUTION_PLUGIN_DIR@/liborg-gnome-tnef-plugin.so
@EVOLUTION_PLUGIN_DIR@/org-gnome-tnef-plugin.eplug
%changelog
* Sat Nov 13 2010 Assen Totin <[email protected]>
- Added autoconf support; no changes in main code
* Tue Nov 10 2010 Assen Totin <[email protected]>
- Changes in source code to Evolution 2.32 (Fedora 14)
* Sun May 30 2010 Assen Totin <[email protected]>
- Changes in source code to Evolution 2.30 (Fedora 13)
* Mon Nov 23 2009 Assen Totin <[email protected]>
- Initial release.