- Added "Requires: xorg-x11-proto-devel" to devel package.
This commit is contained in:
parent
e683021866
commit
4bc57c1547
11
libSM.spec
11
libSM.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: X.Org X11 libSM runtime library
|
Summary: X.Org X11 libSM runtime library
|
||||||
Name: libSM
|
Name: libSM
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 2
|
Release: 3
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -21,9 +21,11 @@ X.Org X11 libSM runtime library
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: X.Org X11 libSM development package
|
Summary: X.Org X11 libSM development package
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||||
|
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: libICE-devel
|
Requires: libICE-devel
|
||||||
|
Requires: xorg-x11-proto-devel
|
||||||
|
|
||||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
Obsoletes: XFree86-devel, xorg-x11-devel
|
||||||
|
|
||||||
@ -61,7 +63,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README INSTALL ChangeLog
|
%doc AUTHORS COPYING README INSTALL ChangeLog
|
||||||
%dir %{_libdir}
|
|
||||||
%{_libdir}/libSM.so.6
|
%{_libdir}/libSM.so.6
|
||||||
%{_libdir}/libSM.so.6.0.0
|
%{_libdir}/libSM.so.6.0.0
|
||||||
|
|
||||||
@ -76,10 +77,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libSM.a
|
%{_libdir}/libSM.a
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/libSM.so
|
%{_libdir}/libSM.so
|
||||||
%dir %{_libdir}/pkgconfig
|
|
||||||
%{_libdir}/pkgconfig/sm.pc
|
%{_libdir}/pkgconfig/sm.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
|
||||||
|
- Added "Requires: xorg-x11-proto-devel" to devel package.
|
||||||
|
|
||||||
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
|
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
|
||||||
- Added "BuildRequires: pkgconfig" for (#193421)
|
- Added "BuildRequires: pkgconfig" for (#193421)
|
||||||
- Replace "makeinstall" with "make install DESTDIR=..."
|
- Replace "makeinstall" with "make install DESTDIR=..."
|
||||||
|
Loading…
Reference in New Issue
Block a user