diff options
author | Anssi Hannula <anssi@mandriva.org> | 2010-01-24 11:37:47 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2010-01-24 11:37:47 +0000 |
commit | 4b2b99bd92226d1de915d5ecd0c663affdba3ede (patch) | |
tree | 754ce9205929951db6dad87ec30248a7d5485d63 /multiarch-utils.spec | |
parent | bc14034884ba1c3767f0c249851a50c9749a90ec (diff) | |
download | multiarch-utils-4b2b99bd92226d1de915d5ecd0c663affdba3ede.tar multiarch-utils-4b2b99bd92226d1de915d5ecd0c663affdba3ede.tar.gz multiarch-utils-4b2b99bd92226d1de915d5ecd0c663affdba3ede.tar.bz2 multiarch-utils-4b2b99bd92226d1de915d5ecd0c663affdba3ede.tar.xz multiarch-utils-4b2b99bd92226d1de915d5ecd0c663affdba3ede.zip |
- Update multiarch-utils tree to SVN era:
o remove .spec
o add NEWS
o remove ChangeLog from SVN, build it at makedist-time
o adapt Makefile
Diffstat (limited to 'multiarch-utils.spec')
-rw-r--r-- | multiarch-utils.spec | 96 |
1 files changed, 0 insertions, 96 deletions
diff --git a/multiarch-utils.spec b/multiarch-utils.spec deleted file mode 100644 index f232750..0000000 --- a/multiarch-utils.spec +++ /dev/null @@ -1,96 +0,0 @@ -%define name multiarch-utils -%define version 1.0.9 -%define release 2mdk -%define multiarch_distro 1020 - -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.mandrivalinux.com/ -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -%if %{mdkversion} >= %{multiarch_distro} -Conflicts: rpm < 4.2.3-6mdk -%endif -%if %{mdkversion} >= 200600 -Conflicts: rpm < 4.4 -%define macros %{_sysconfdir}/rpm/macros.d/multiarch.macros -%else -%define macros %{_sysconfdir}/rpm/macros.multiarch -%endif - -%description -multiarch-utils is a collection of helper utilities to dispatch -binaries and include files during RPM package build. - -%prep -%setup -q - -%build - -%install -rm -rf $RPM_BUILD_ROOT - -%makeinstall_std - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc ChangeLog -%{_bindir}/multiarch-platform -%{_bindir}/multiarch-dispatch -%{_includedir}/multiarch-dispatch.h -%{macros} -%{_prefix}/lib/rpm/mkmultiarch -%{_prefix}/lib/rpm/check-multiarch-files -%{_prefix}/X11R6/lib/X11/config/multiarch-dispatch-host.def - -%changelog -* Mon Aug 8 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.0.9-2mdk -- build fixes and use /etc/rpm/macros.d/* for MDV 2006 - -* Sun Aug 7 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.0.9-1mdk -- handle symlinks to multiarch binaries -- handle cases where multiarch binary name contains spaces - -* Thu Mar 10 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.0.8-1mdk -- quotemeta $RPM_BUILD_ROOT in regexp - -* Wed Feb 23 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.0.7-1mdk -- multiarch x11 host.def -- new heuristics for multiarch files checker (ace-config) -- only check for multiarch files in the usual development directories - -* Thu Feb 10 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.0.6-1mdk -- check-multiarch-files: new multiarch hint: BITS_PER_WORD -- check-multiarch-files: handle --libtool in config scripts -- check-multiarch-files: don't match */lib/{font,X11} in headers - -* Mon Jan 31 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.0.5-1mdk -- mkmultiarch: handle ciruclar inclusions (e.g. gd.h) -- check-multiarch-files: better heuristics (gdlib-config, mysql_config) - -* Mon Jan 31 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.0.4-1mdk -- mkmultiarch: handle /usr/include/header.h cases -- mkmultiarch: handle symlinks in binaries to be dispatched -- macros.multiarch: add multiarch_{platform,x11bindir,x11includedir} - -* Tue Jan 25 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.0.3-1mdk -- add %%multiarch_{bin,include}dir aliases -- better os independence, "linux" is detected - -* Mon Jan 24 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.0.2-1mdk -- add check-multiarch-files - -* Thu Jan 20 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.0.1-1mdk -- add %%multiarch macro to mark %%files that are multiarch enabled; - that's a helper macro that expands to nothing on older distributions - -* Wed Jan 12 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.0-1mdk -- initial release |