diff options
Diffstat (limited to 'multiarch-utils.spec')
-rw-r--r-- | multiarch-utils.spec | 40 |
1 files changed, 40 insertions, 0 deletions
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 <gbeauchesne@mandrakesoft.com> 1.0-1mdk +- initial release |