comparison libpst.spec.in @ 335:0a667645cc3e

Old dependency filter breaks file coloring
author Carl Byington <carl@five-ten-sg.com>
date Sun, 22 Sep 2013 16:04:40 -0700
parents 160cf301ad4d
children f1595a84790b
comparison
equal deleted inserted replaced
334:d28e9fa4fa30 335:0a667645cc3e
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}/
37 Summary: Python bindings for libpst 37 Summary: Python bindings for libpst
38 Group: Development/Libraries 38 Group: Development/Libraries
39 Requires: python 39 Requires: python
40 Requires: %{name}-libs = %{version}-%{release} 40 Requires: %{name}-libs = %{version}-%{release}
41 41
42 %{?filter_setup: 42 %global __provides_exclude_from
43 %filter_provides_in %{python_sitearch}/_.*\.so$ 43 %{?__provides_exclude_from:%__provides_exclude_from|}^
44 %filter_setup 44 %{python_sitearch}/_.*\.so$
45 }
46 45
47 %description python 46 %description python
48 The libpst-python package allows you to use the libpst shared object 47 The libpst-python package allows you to use the libpst shared object
49 from python code. 48 from python code.
50 49
153 %{_datadir}/doc/%{name}/NEWS 152 %{_datadir}/doc/%{name}/NEWS
154 %{_datadir}/doc/%{name}/README 153 %{_datadir}/doc/%{name}/README
155 154
156 155
157 %changelog 156 %changelog
157 * Sun Sep 22 2013 Carl Byington <carl@five-ten-sg.com> 0.6.61-2
158 - 983596 - Old dependency filter breaks file coloring
159
158 * Tue Aug 06 2013 Carl Byington <carl@five-ten-sg.com> 0.6.61-1 160 * Tue Aug 06 2013 Carl Byington <carl@five-ten-sg.com> 0.6.61-1
159 - move documentation to unversioned directory 161 - move documentation to unversioned directory
160 162
161 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.59-4 163 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.59-4
162 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 164 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild