Mercurial > libpst
comparison libpst.spec.in @ 67:90aa7814ad1f stable-0-6-8
Initial version of pst2dii to convert to Summation dii load file format.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 05 Mar 2008 18:58:40 -0800 |
parents | 32f771bc9c1c |
children | b12f4e50e2e8 |
comparison
equal
deleted
inserted
replaced
66:32f771bc9c1c | 67:90aa7814ad1f |
---|---|
1 %define localstatedir /var/lib | |
2 | |
3 Summary: Utilities to convert Outlook .pst files to other formats | 1 Summary: Utilities to convert Outlook .pst files to other formats |
4 Name: @PACKAGE@ | 2 Name: @PACKAGE@ |
5 Version: @VERSION@ | 3 Version: @VERSION@ |
6 Release: 1%{?dist} | 4 Release: 1%{?dist} |
7 License: GPLv2+ | 5 License: GPLv2+ |
22 | 20 |
23 | 21 |
24 %prep | 22 %prep |
25 %setup -q | 23 %setup -q |
26 | 24 |
25 | |
27 %build | 26 %build |
28 %configure | 27 %configure |
29 make %{?_smp_mflags} | 28 make %{?_smp_mflags} |
29 | |
30 | 30 |
31 %install | 31 %install |
32 rm -rf $RPM_BUILD_ROOT | 32 rm -rf $RPM_BUILD_ROOT |
33 make DESTDIR=$RPM_BUILD_ROOT install | 33 make DESTDIR=$RPM_BUILD_ROOT install |
34 | 34 |
35 | 35 |
36 %clean | 36 %clean |
37 rm -rf $RPM_BUILD_ROOT | 37 rm -rf $RPM_BUILD_ROOT |
38 | 38 |
39 | |
39 %files | 40 %files |
40 %defattr(-,root,root,-) | 41 %defattr(-,root,root,-) |
41 %{_bindir}/* | 42 %{_bindir}/* |
42 %{_mandir}/man1/* | 43 %{_mandir}/man1/* |
43 %{_mandir}/man5/* | 44 %{_mandir}/man5/* |
44 %doc AUTHORS COPYING ChangeLog NEWS README | 45 %docdir %{_datadir}/doc/%{name}-%{version} |
46 %{_datadir}/doc/%{name}-%{version} | |
45 | 47 |
46 | 48 |
47 %changelog | 49 %changelog |
48 * Tue Feb 26 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.8 | 50 * Wed Mar 05 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.8 |
49 - Initial version of pst2dii to convert to Summation dii load file format | 51 - Initial version of pst2dii to convert to Summation dii load file format |
50 - changes for Fedora packaging guidelines (#434727) | 52 - changes for Fedora packaging guidelines (#434727) |
51 | 53 |
52 * Tue Jul 10 2007 Carl Byington <carl@five-ten-sg.com> - 0.5.5 | 54 * Tue Jul 10 2007 Carl Byington <carl@five-ten-sg.com> - 0.5.5 |
53 - merge changes from Joe Nahmias version | 55 - merge changes from Joe Nahmias version |