auto-import xorg-x11-util-macros-0.0.1-0 on branch devel from
xorg-x11-util-macros-0.0.1-0.src.rpm
This commit is contained in:
parent
3901d04580
commit
b702178122
@ -0,0 +1 @@
|
||||
util-macros-0.99.0.tar.bz2
|
42
xorg-x11-util-macros.spec
Normal file
42
xorg-x11-util-macros.spec
Normal file
@ -0,0 +1,42 @@
|
||||
Summary: X.Org X11 Autotools macros
|
||||
Name: xorg-x11-util-macros
|
||||
Version: 0.0.1
|
||||
Release: 0
|
||||
License: The Open Group License
|
||||
Group: Development/System
|
||||
URL: http://www.x.org
|
||||
# All of these were downloaded from: http://xorg.freedesktop.org/X11R7.0-RC0/util
|
||||
Source0: util-macros-0.99.0.tar.bz2
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
|
||||
%description
|
||||
X.Org X11 Autotools macros
|
||||
|
||||
%prep
|
||||
%setup -q -c %{name}-%{version}
|
||||
|
||||
%build
|
||||
pushd util-macros-*
|
||||
%configure
|
||||
make
|
||||
popd
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
pushd util-macros-*
|
||||
%makeinstall
|
||||
popd
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc
|
||||
%dir %{_datadir}/aclocal
|
||||
%{_datadir}/aclocal/xorgversion.m4
|
||||
|
||||
%changelog
|
||||
* Wed Jul 13 2005 Mike A. Harris <mharris@redhat.com> 0.0-0
|
||||
- Initial build
|
Loading…
Reference in New Issue
Block a user