auto-import libXp-0.99.1-1 on branch devel from libXp-0.99.1-1.src.rpm
This commit is contained in:
parent
8c22d824d7
commit
9fdb57ec3d
@ -1 +1 @@
|
||||
libXp-0.99.0.tar.bz2
|
||||
libXp-0.99.1.tar.bz2
|
||||
|
||||
16
libXp.spec
16
libXp.spec
@ -1,11 +1,10 @@
|
||||
%define libXp_deprecated 0
|
||||
|
||||
|
||||
Summary: X.Org X11 libXp runtime library
|
||||
#FIXME: Change name to xorg-x11-deprecated-libs like before?
|
||||
Name: libXp
|
||||
Version: 0.99.0
|
||||
Release: 3
|
||||
Version: 0.99.1
|
||||
Release: 1
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -17,7 +16,6 @@ BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXau-devel
|
||||
|
||||
|
||||
Conflicts: XFree86-libs, xorg-x11-libs
|
||||
|
||||
%description
|
||||
@ -29,7 +27,6 @@ Summary: X.Org X11 libXp development package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
|
||||
Conflicts: XFree86-devel, xorg-x11-devel
|
||||
|
||||
%description devel
|
||||
@ -63,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf $RPM_BUILD_ROOT%{_mandir}
|
||||
}
|
||||
%endif
|
||||
|
||||
rm -rf $RPM_BUILD_ROOT%{_mandir}
|
||||
|
||||
# We intentionally don't ship *.la files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
@ -93,10 +90,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libXp.so
|
||||
%dir %{_libdir}/pkgconfig
|
||||
%{_libdir}/pkgconfig/xp.pc
|
||||
%{_mandir}/man3/*.3*
|
||||
#%dir %{_mandir}
|
||||
#%dir %{_mandir}/man3x
|
||||
#%{_mandir}/man3x/*.3x*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
|
||||
- Updated libXp to version 0.99.1 from X11R7 RC1
|
||||
|
||||
* Thu Sep 29 2005 Mike A. Harris <mharris.com> 0.99.0-3
|
||||
- Renamed package to remove xorg-x11 from the name due to unanimous decision
|
||||
between developers.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user