- Explicitly list DSOs so we're notified of version changes.
This commit is contained in:
parent
d2e177e037
commit
5daf409f01
@ -1,6 +1,6 @@
|
||||
Name: xcb-util
|
||||
Version: 0.3.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Convenience libraries sitting on top of libxcb
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -68,9 +68,15 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
%{_libdir}/*.so.*.*
|
||||
%{_libdir}/*.so.?
|
||||
|
||||
%{_libdir}/%{name}-atom.so.1*
|
||||
%{_libdir}/%{name}-aux.so.0*
|
||||
%{_libdir}/%{name}-event.so.1*
|
||||
%{_libdir}/%{name}-icccm.so.1*
|
||||
%{_libdir}/%{name}-image.so.0*
|
||||
%{_libdir}/%{name}-keysyms.so.1*
|
||||
%{_libdir}/%{name}-property.so.1*
|
||||
%{_libdir}/%{name}-render-util.so.0*
|
||||
%{_libdir}/%{name}-reply.so.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -80,7 +86,10 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 11 2009 Michal Nowak <mnowak@redhat.com> - 0.3.4-1
|
||||
* Mon Jul 06 2009 Adam Jackson <ajax@redhat.com> 0.3.4-2
|
||||
- Explicitly list DSOs so we're notified of version changes.
|
||||
|
||||
* Sat Jun 13 2009 Michal Nowak <mnowak@redhat.com> - 0.3.4-1
|
||||
- 0.3.4; needed for Awesome 3.3
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-2
|
||||
|
Loading…
Reference in New Issue
Block a user