diff --git a/README.md b/README.md index c509961..8cde082 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # util-macros +X.Org development util macros. + diff --git a/util-macros.spec b/util-macros.spec new file mode 100644 index 0000000..52e4164 --- /dev/null +++ b/util-macros.spec @@ -0,0 +1,78 @@ +Name: util-macros +Version: 1.18.0 +Release: 1mamba +Summary: X.Org development util macros +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://x.org +Source: ftp://ftp.x.org/pub/individual/util/util-macros-%{version}.tar.gz +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Provides: xorg-util-macros +Obsoletes: xorg-util-macros + +%description +X.Org development util macros. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_datadir}/aclocal/xorg-macros.m4 +%{_datadir}/pkgconfig/xorg-macros.pc +%{_datadir}/util-macros/INSTALL +%doc COPYING ChangeLog README + +%changelog +* Wed Dec 18 2013 Automatic Build System 1.18.0-1mamba +- automatic update by autodist + +* Thu Sep 12 2013 Automatic Build System 1.17.1-1mamba +- automatic update by autodist + +* Sat Apr 28 2012 Automatic Build System 1.17-1mamba +- automatic version update by autodist + +* Mon Jul 25 2011 Automatic Build System 1.15.0-1mamba +- automatic version update by autodist + +* Fri Jun 17 2011 Automatic Build System 1.14.0-1mamba +- automatic update by autodist + +* Wed Jun 30 2010 Automatic Build System 1.10.0-1mamba +- automatic update by autodist + +* Sun Apr 18 2010 Automatic Build System 1.7.0-1mamba +- automatic update by autodist + +* Sun Jan 24 2010 Automatic Build System 1.5.0-1mamba +- automatic update by autodist + +* Fri Sep 11 2009 Automatic Build System 1.3.0-1mamba +- automatic update by autodist + +* Tue Jun 30 2009 Automatic Build System 1.2.2-1mamba +- automatic update by autodist + +* Wed Jan 21 2009 Silvan Calarco 1.2.1-1mamba +- automatic update by autodist + +* Sat Feb 16 2008 Silvan Calarco 1.1.5-2mamba +- rename to util-macros and obsolete xorg-util-macros + +* Fri Jan 05 2007 Silvan Calarco 1.1.5-1qilnx +- package created by autospec