- put devel .so symlink in the right subpackage
This commit is contained in:
parent
10f9743827
commit
4cdea2e2a7
@ -1,7 +1,7 @@
|
||||
Summary: Library implementing the Unicode Bidirectional Algorithm
|
||||
Name: fribidi
|
||||
Version: 0.10.7
|
||||
Release: 3
|
||||
Release: 4
|
||||
URL: http://fribidi.org
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Patch0: fribidi-0.10.7-multiarchdevel.patch
|
||||
@ -52,16 +52,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%doc README AUTHORS COPYING ChangeLog TODO THANKS NEWS
|
||||
%{_bindir}/fribidi
|
||||
%{_libdir}/libfribidi.so*
|
||||
%{_libdir}/libfribidi.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/fribidi-config
|
||||
%{_includedir}/fribidi
|
||||
%{_libdir}/libfribidi.a
|
||||
%{_libdir}/libfribidi.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 0.10.7-4
|
||||
- put devel .so symlink in the right subpackage
|
||||
|
||||
* Tue May 23 2006 Caolan McNamara <caolanm@redhat.com> 0.10.7-3
|
||||
- rh#192669# clearly I didn't actually get around to basing fribidi-config
|
||||
of pkg-config output
|
||||
|
Loading…
Reference in New Issue
Block a user