diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-03 18:09:01 +0000 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-03 18:09:01 +0000 |
commit | 9ed273d6a4ec74879278973007e095a0b2b9ae44 (patch) | |
tree | ef33cda25eb98de508d4eff8c34a33f6ffa68950 /Makefile | |
parent | 01dbce5bbd6ec0582358d681fd41bc01a9148180 (diff) | |
download | multiarch-utils-9ed273d6a4ec74879278973007e095a0b2b9ae44.tar multiarch-utils-9ed273d6a4ec74879278973007e095a0b2b9ae44.tar.gz multiarch-utils-9ed273d6a4ec74879278973007e095a0b2b9ae44.tar.bz2 multiarch-utils-9ed273d6a4ec74879278973007e095a0b2b9ae44.tar.xz multiarch-utils-9ed273d6a4ec74879278973007e095a0b2b9ae44.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.1.0.13
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r399 | dmorgan | 2011-02-03 18:09:01 +0000 (Thu, 03 Feb 2011) | 1 line
Import cleaned multiarch-utils*
------------------------------------------------------------------------
In addition to the above commits, the following cleaning work has been recorded:
- License is GPL according to the relevant rpm spec written by Mandriva (no explicit
COPYING or LICENSE files)
- '# Project: Mandriva Linux' in several files, removed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #--------------------------------------------------------------- # Package : multiarch-utils # File : Makefile -# Version : $Id$ +# Version : $Id: Makefile 265211 2010-01-24 12:53:25Z anssi $ # Author : Gwenole Beauchesne # Created On : Wed Jan 12 18:42:04 CET 2005 #--------------------------------------------------------------- @@ -18,7 +18,7 @@ OTHER_FILES = Makefile NEWS FILES = $(foreach file,$(RPM_MACRO_FILES),macros.$(file)) $(RPM_BIN_FILES) $(BINARIES) $(INCLUDES) $(OTHER_FILES) PACKAGE = multiarch-utils -VERSION = 1.0.10 +VERSION = 1.0.13 MULTIARCH_DIST = 1020 all: |