- Remove useless %dir
This commit is contained in:
parent
3150ad7331
commit
2e9563a196
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXfixes runtime library
|
||||
Name: libXfixes
|
||||
Version: 4.0.3
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -67,18 +67,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/X11
|
||||
%dir %{_includedir}/X11/extensions
|
||||
%{_includedir}/X11/extensions/Xfixes.h
|
||||
%if %{with_static}
|
||||
%{_libdir}/libXfixes.a
|
||||
%endif
|
||||
%{_libdir}/libXfixes.so
|
||||
%{_libdir}/pkgconfig/xfixes.pc
|
||||
#%dir %{_mandir}/man3x
|
||||
%{_mandir}/man3/Xfixes.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 4.0.3-6
|
||||
- Remove useless %%dir
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user