comparison libpst.spec.in @ 179:83cb32e41f80

remove fully versioned -libs dependency from main package
author Carl Byington <carl@five-ten-sg.com>
date Thu, 09 Apr 2009 09:01:15 -0700
parents ac6e22c8a9cf
children 265c7a65b75b
comparison
equal deleted inserted replaced
178:b4d1a35bf4ab 179:83cb32e41f80
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}/
10 Requires: ImageMagick 10 Requires: ImageMagick
11 Requires: %{name}-libs = %{version}-%{release}
12 BuildRequires: ImageMagick freetype-devel gd-devel libjpeg-devel zlib-devel 11 BuildRequires: ImageMagick freetype-devel gd-devel libjpeg-devel zlib-devel
13 12
14 %description 13 %description
15 The Libpst utilities include readpst which can convert email messages 14 The Libpst utilities include readpst which can convert email messages
16 to both mbox and MH mailbox formats, pst2ldif which can convert the 15 to both mbox and MH mailbox formats, pst2ldif which can convert the
32 Group: Development/Libraries 31 Group: Development/Libraries
33 Requires: pkgconfig freetype-devel gd-devel libjpeg-devel zlib-devel 32 Requires: pkgconfig freetype-devel gd-devel libjpeg-devel zlib-devel
34 Requires: %{name}-libs = %{version}-%{release} 33 Requires: %{name}-libs = %{version}-%{release}
35 34
36 %description devel 35 %description devel
37 libpst-devel contains the library links and header fles you'll 36 libpst-devel contains the library links and header files you'll
38 need to develop applications using the libpst shared library. 37 need to develop applications using the libpst shared library.
39 You do not need to install it if you just want to use the libpst 38 You do not need to install it if you just want to use the libpst
40 utilities. 39 utilities.
41 40
42 41
70 %files 69 %files
71 %defattr(-,root,root,-) 70 %defattr(-,root,root,-)
72 %{_bindir}/* 71 %{_bindir}/*
73 %{_mandir}/man1/* 72 %{_mandir}/man1/*
74 %{_mandir}/man5/* 73 %{_mandir}/man5/*
75 %docdir %{_datadir}/doc/%{name}-%{version} 74 %{_datadir}/doc/%{name}-%{version}/
76 %{_datadir}/doc/%{name}-%{version}
77 75
78 76
79 %files libs 77 %files libs
78 %defattr(-,root,root,-)
80 %{_libdir}/libpst.so.* 79 %{_libdir}/libpst.so.*
81 80
82 81
83 %files devel 82 %files devel
83 %defattr(-,root,root,-)
84 %{_libdir}/libpst.so 84 %{_libdir}/libpst.so
85 %dir %{_includedir}/%{name}-@LIBPST_SO_MAJOR@ 85 %{_includedir}/%{name}-@LIBPST_SO_MAJOR@/
86 %{_includedir}/%{name}-@LIBPST_SO_MAJOR@/*
87 %{_libdir}/pkgconfig/libpst.pc 86 %{_libdir}/pkgconfig/libpst.pc
88 87
89 88
90 %changelog 89 %changelog
90 * Thu Apr 09 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.36-1
91 - remove fully versioned -libs dependency from main package.
92 - other spec file cleanup
93
91 * Wed Apr 08 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.35-1 94 * Wed Apr 08 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.35-1
92 - properly add trailing mime boundary in all modes. 95 - properly add trailing mime boundary in all modes.
93 - build separate libpst, libpst-libs, libpst-devel rpms. 96 - build separate libpst, libpst-libs, libpst-devel rpms.
94 97
95 * Thu Mar 19 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.34-1 98 * Thu Mar 19 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.34-1