Mercurial > libpst
comparison libpst.spec.in @ 249:76702156656b
Subpackage Licensing
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 07 Jul 2010 15:12:08 -0700 |
parents | 85d77d7b034b |
children | c47bba52460f |
comparison
equal
deleted
inserted
replaced
248:0893fdbb3c03 | 249:76702156656b |
---|---|
1 Summary: Utilities to convert Outlook .pst files to other formats | 1 Summary: Utilities to convert Outlook .pst files to other formats |
2 Name: @PACKAGE@ | 2 Name: @PACKAGE@ |
3 Version: @VERSION@ | 3 Version: @VERSION@ |
4 Release: 1%{?dist} | 4 Release: 2%{?dist} |
5 License: GPLv2+ | 5 License: GPLv2+ |
6 Group: Applications/Productivity | 6 Group: Applications/Productivity |
7 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz | 7 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz |
8 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) | 8 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) |
9 URL: http://www.five-ten-sg.com/%{name}/ | 9 URL: http://www.five-ten-sg.com/%{name}/ |
111 | 111 |
112 | 112 |
113 %files libs | 113 %files libs |
114 %defattr(-,root,root,-) | 114 %defattr(-,root,root,-) |
115 %{_libdir}/libpst.so.* | 115 %{_libdir}/libpst.so.* |
116 doc COPYING | |
116 | 117 |
117 | 118 |
118 %files python | 119 %files python |
119 %defattr(-,root,root,-) | 120 %defattr(-,root,root,-) |
120 %{python_sitearch}/_*.so | 121 %{python_sitearch}/_*.so |
137 %files doc | 138 %files doc |
138 %defattr(-,root,root,-) | 139 %defattr(-,root,root,-) |
139 %dir %{_datadir}/doc/%{name}-%{version}/ | 140 %dir %{_datadir}/doc/%{name}-%{version}/ |
140 %{_datadir}/doc/%{name}-%{version}/*.html | 141 %{_datadir}/doc/%{name}-%{version}/*.html |
141 %{_datadir}/doc/%{name}-%{version}/AUTHORS | 142 %{_datadir}/doc/%{name}-%{version}/AUTHORS |
142 %{_datadir}/doc/%{name}-%{version}/COPYING | |
143 %{_datadir}/doc/%{name}-%{version}/ChangeLog | 143 %{_datadir}/doc/%{name}-%{version}/ChangeLog |
144 %{_datadir}/doc/%{name}-%{version}/NEWS | 144 %{_datadir}/doc/%{name}-%{version}/NEWS |
145 %{_datadir}/doc/%{name}-%{version}/README | 145 %{_datadir}/doc/%{name}-%{version}/README |
146 | 146 |
147 | 147 |
148 %changelog | 148 %changelog |
149 * Wed Jul 07 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.47-2 | |
150 - Subpackage Licensing, move COPYING to -libs. | |
151 - patches from Kenneth Berland for solaris | |
152 | |
149 * Fri May 07 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.47-1 | 153 * Fri May 07 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.47-1 |
150 - patches from Kenneth Berland for solaris | 154 - patches from Kenneth Berland for solaris |
151 | 155 |
152 * Thu Jan 21 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.46-1 | 156 * Thu Jan 21 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.46-1 |
153 - prefer libpthread over librt for finding sem_init function. | 157 - prefer libpthread over librt for finding sem_init function. |