From d3b65ddcb855d4ca7d91135367ff94022bf182fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 12 Jan 2005 17:48:25 +0000 Subject: packaging --- multiarch-utils.spec | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 multiarch-utils.spec (limited to 'multiarch-utils.spec') diff --git a/multiarch-utils.spec b/multiarch-utils.spec new file mode 100644 index 0000000..c7d0666 --- /dev/null +++ b/multiarch-utils.spec @@ -0,0 +1,40 @@ +%define name multiarch-utils +%define version 1.0 +%define release 1mdk + +Summary: Tools to help creation of multiarch binaries and includes +Name: %{name} +Version: %{version} +Release: %{release} +Source0: %{name}-%{version}.tar.bz2 +License: GPL +Group: Development/Other +Url: http://www.mandrakelinux.com/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot + +%description +multiarch-utils is a collection of utilities, including: + + * multiarch-platform: outputs base directory for arch specific tools + * multiarch-dispatch: dispatch a tool according to running personality + * mkmultiarch: helper script used for rpm creation + +%prep +%setup -q + +%build + +%install +rm -rf $RPM_BUILD_ROOT + + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) + + +%changelog +* Wed Jan 12 2005 Gwenole Beauchesne 1.0-1mdk +- initial release -- cgit v1.2.1