Commit Graph

51 Commits

Author SHA1 Message Date
ahodgkinson
4807aae9e3 Support for building Windows binaries with Visual Studio 8.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@189 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 02:34:21 +00:00
ahodgkinson
11e6b32e12 Added support for HP/UX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@179 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 22:24:42 +00:00
ahodgkinson
45145de492 Support for AIX on the RS/6000.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@175 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 20:42:45 +00:00
ahodgkinson
a1150a783c Changed line endings to be platform native.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@173 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 19:50:09 +00:00
ahodgkinson
463eb2ca8f Changes to the dist build targets on Linux.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@172 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 19:39:37 +00:00
ahodgkinson
a94e1de7c8 Specified xarch=generic for 32-bit Solaris builds.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@170 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 18:06:30 +00:00
ahodgkinson
4d239ffaf2 Support for building binary and source dist.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@168 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 17:14:45 +00:00
ahodgkinson
8424d06ac1 Needed to set package file permissions to 775.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@158 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-09 18:23:29 +00:00
ahodgkinson
64a5fe65bc Removed documentation from the binary package.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@157 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-09 18:08:15 +00:00
ahodgkinson
4ee71ad7a8 Redirected stderr to NUL for certain Windows commands.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@156 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-09 17:33:37 +00:00
ahodgkinson
8336d4ffbd Support for building source and binary packages for Windows.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@155 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-09 17:29:39 +00:00
dsandersoremutah
972e1d8687 Added changelog target.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@149 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-08 20:36:28 +00:00
ahodgkinson
2015e63d6b Misc. changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@143 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-07 23:14:49 +00:00
ahodgkinson
5fbb960777 Support for creating binary RPMs.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@141 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-07 23:01:22 +00:00
dsandersoremutah
a20fdd6923 Changed to calculate SVN Revision based on the highest Last Changed Rev: as reported by svn info.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@128 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-03 17:02:51 +00:00
dsandersoremutah
648095d499 Took out neededforbuild from .spec file.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@125 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-28 23:36:21 +00:00
dsandersoremutah
4122339e5f Bumped .so.1.0.0 to .so.1.2.0
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@124 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-28 20:59:43 +00:00
dsandersoremutah
ed05155361 Modified to compile twice for windows platforms - once for .dll (so we properly export), and once for .lib so that we don't export.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@111 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-13 23:34:59 +00:00
dsandersoremutah
9ec7c158a6 Modified to use correct versioning on .so library names. Added dbshell. Made some changes to .spec file.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@104 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-13 19:34:02 +00:00
dsandersoremutah
dcc9062ee5 Removed printf.exe and make.exe from autobuild package.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@75 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-08 16:41:17 +00:00
dsandersoremutah
548fd93d55 Added use of $(DESTDIR) for install destination - but only if rpm_build_root is not set.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@73 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-07 18:46:43 +00:00
ahodgkinson
bcdac332e1 Ran file through dos2unix to fix cr/lf issues.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@71 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-06 23:51:53 +00:00
ahodgkinson
3599c8d7ab Changes for Debian.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@67 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-06 23:07:27 +00:00
ahodgkinson
5a51dece98 Added support for Ubuntu.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@66 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-06 22:54:03 +00:00
ahodgkinson
30d4ebf51d Updated w32 external tools, including source code and build scripts.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@62 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-06 19:58:18 +00:00
dsandersoremutah
1a4ebe2169 Modified to use $(dollar) and $(percent)
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@60 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-03 20:08:40 +00:00
dsandersoremutah
ed337b10c1 Renamed gprintf.exe to printf.exe and gmake.exe to make.exe. Added these to the distro. Made some changes for the pkg-config - added Cflags and includedir
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@58 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-03 20:00:27 +00:00
ahodgkinson
83b097708b Changes to parameters passed to printf to overcome problems due to the fact that GNU make on Windows creates temporary batch files that interpret %% format strings as having a special meaning.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@55 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-03 18:43:21 +00:00
dsandersoremutah
17158b7b76 Modified to run svnversion in current directory.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@51 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-03 00:39:20 +00:00
dsandersoremutah
a921d00d7a Modified to run svnversion from parent directory. and to check for mixed revisions.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@49 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-03 00:35:30 +00:00
dsandersoremutah
f10e540e47 No change.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@48 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-03 00:31:46 +00:00
dsandersoremutah
feae081012 Modified to get the SVN version when creating a distro. That will be the version number for libraries. Also will create a SVNRevision.nnn file so that we can use that same revision number when building.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@47 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-03 00:27:10 +00:00
ahodgkinson
2c6853a6e8 Changed the value of group tag in the spec file.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@42 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-02 22:54:26 +00:00
ahodgkinson
ed3bb76ba4 Removed minimal-toc flag.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@41 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-02 22:50:30 +00:00
ahodgkinson
f1f2578a4a Added support for ppc and ppc64 Linux.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@39 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-02 21:35:03 +00:00
ahodgkinson
16075e9fee Removed reference to SMI.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@34 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-01 19:40:20 +00:00
dsandersoremutah
e5c9520f7e Don't need to put .spec file into tarball.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@33 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-01 19:12:30 +00:00
dsandersoremutah
5393b83bfb Added .changes file to package directory.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@32 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-01 19:00:38 +00:00
dsandersoremutah
c72b3fb7a4 Added support for s390, s390x, and ia64. Also modified generation of .spec file to use the defines that are usual for a .spec file.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@29 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-01 18:14:13 +00:00
ahodgkinson
b69c16df11 Fixed problem in spec file with library directory name.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@28 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-01 00:38:35 +00:00
dsandersoremutah
621966f8ba Had to move location of directory names.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@27 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-02-01 00:22:48 +00:00
ahodgkinson
50f496368d Changed install file permissions to 644. Fixed RPM build on x86_64
platform.


git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@26 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-01-31 23:30:46 +00:00
dsandersoremutah
5370df3803 Separated out rpm_build_root from install_prefix. Various other tweaks for package building.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@22 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-01-31 20:57:23 +00:00
ahodgkinson
69b5c77511 Fixed problems that were preventing a devel RPM from being built.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@21 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-01-31 17:42:03 +00:00
ahodgkinson
63492f0cae Misc. changes for building the devel RPM.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@20 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-01-31 00:23:08 +00:00
ahodgkinson
285b0496aa Added devel package to spec file.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@19 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-01-31 00:01:41 +00:00
dsandersoremutah
64dc77445c Fixed up install and spec targets to use variables that will be used by the BUILD system. Added install-devel and pkgconfig targets.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@18 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-01-30 23:43:17 +00:00
ahodgkinson
a5d74c99a8 Fixed rmdir command on Windows platforms.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@14 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-01-30 17:25:16 +00:00
ahodgkinson
4fdcbc929b Removed "docs" target from "all".
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@13 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-01-30 16:25:17 +00:00
ahodgkinson
60b14acb46 Added support for standard GNU targets and also for building a source RPM.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@9 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-01-27 23:29:46 +00:00