- Merge-Review #226082 spec cleanups.
This commit is contained in:
parent
bb449388f0
commit
fff3dbd6eb
14
libXp.spec
14
libXp.spec
@ -12,15 +12,14 @@
|
||||
Summary: X.Org X11 libXp runtime library
|
||||
Name: libXp
|
||||
Version: 1.0.0
|
||||
Release: 8%{?dist}
|
||||
License: MIT/X11
|
||||
Release: 9%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-util-macros
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: libX11-devel
|
||||
@ -40,7 +39,7 @@ X.Org X11 libXp runtime library
|
||||
Summary: X.Org X11 libXp development package
|
||||
Group: Development/Libraries
|
||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||
Requires: libXau-devel
|
||||
Requires: libXau-devel pkgconfig
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
# needed by xp.pc
|
||||
@ -74,7 +73,7 @@ autoreconf
|
||||
%if ! %{with_static}
|
||||
--disable-static
|
||||
%endif
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -104,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README INSTALL ChangeLog
|
||||
%doc AUTHORS COPYING INSTALL ChangeLog
|
||||
%{_libdir}/libXp.so.6
|
||||
%{_libdir}/libXp.so.6.2.0
|
||||
|
||||
@ -127,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jan 14 2008 parag <paragn@fedoraproject.org> - 1.0.0-9
|
||||
- Merge-Review #226082 spec cleanups.
|
||||
|
||||
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.0-8
|
||||
- Rebuild for build id
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user