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