| 1 | Summary: imake source code configuration and build system |
|---|
| 2 | Name: imake |
|---|
| 3 | Version: 1.0.5 |
|---|
| 4 | Release: 1%{?_dist_release} |
|---|
| 5 | License: MIT/X11 |
|---|
| 6 | Group: User Interface/X |
|---|
| 7 | URL: http://www.x.org |
|---|
| 8 | |
|---|
| 9 | Source0: ftp://ftp.x.org/pub/individual/util/%{name}-%{version}.tar.bz2 |
|---|
| 10 | Source1: ftp://ftp.x.org/pub/individual/util/makedepend-1.0.4.tar.bz2 |
|---|
| 11 | Source2: ftp://ftp.x.org/pub/individual/util/gccmakedep-1.0.2.tar.bz2 |
|---|
| 12 | Source3: ftp://ftp.x.org/pub/individual/util/xorg-cf-files-1.0.4.tar.bz2 |
|---|
| 13 | Source4: ftp://ftp.x.org/pub/individual/util/lndir-1.0.3.tar.bz2 |
|---|
| 14 | Patch2: xorg-cf-files-1.0.4-redhat.patch |
|---|
| 15 | |
|---|
| 16 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 17 | BuildRequires: pkgconfig |
|---|
| 18 | BuildRequires: xorg-x11-util-macros |
|---|
| 19 | BuildRequires: xorg-x11-proto-devel |
|---|
| 20 | |
|---|
| 21 | Provides: ccmakedep cleanlinks gccmakedep imake lndir makedepend makeg |
|---|
| 22 | Provides: mergelib mkdirhier mkhtmlindex revpath xmkmf |
|---|
| 23 | |
|---|
| 24 | %description |
|---|
| 25 | Imake is a deprecated source code configuration and build system which |
|---|
| 26 | has traditionally been supplied by and used to build the X Window System |
|---|
| 27 | in X11R6 and previous releases. As of the X Window System X11R7 release, |
|---|
| 28 | the X Window system has switched to using GNU autotools as the primary |
|---|
| 29 | build system, and the Imake system is now deprecated, and should not be |
|---|
| 30 | used by new software projects. Software developers are encouraged to |
|---|
| 31 | migrate software to the GNU autotools system. |
|---|
| 32 | |
|---|
| 33 | %prep |
|---|
| 34 | %setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 |
|---|
| 35 | %patch2 -p0 -b .redhat |
|---|
| 36 | |
|---|
| 37 | %build |
|---|
| 38 | # Build everything |
|---|
| 39 | { |
|---|
| 40 | for pkg in imake makedepend gccmakedep lndir xorg-cf-files ; do |
|---|
| 41 | pushd $pkg-* |
|---|
| 42 | case $pkg in |
|---|
| 43 | imake|xorg-cf-files) |
|---|
| 44 | %configure --with-config-dir=%{_datadir}/X11/config |
|---|
| 45 | ;; |
|---|
| 46 | *) |
|---|
| 47 | %configure |
|---|
| 48 | ;; |
|---|
| 49 | esac |
|---|
| 50 | make |
|---|
| 51 | popd |
|---|
| 52 | done |
|---|
| 53 | } |
|---|
| 54 | |
|---|
| 55 | %install |
|---|
| 56 | rm -rf $RPM_BUILD_ROOT |
|---|
| 57 | |
|---|
| 58 | # Install everything |
|---|
| 59 | { |
|---|
| 60 | for pkg in imake makedepend gccmakedep lndir xorg-cf-files ; do |
|---|
| 61 | pushd $pkg-* |
|---|
| 62 | case $pkg in |
|---|
| 63 | # xorg-cf-files) |
|---|
| 64 | # make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_datadir} |
|---|
| 65 | # ;; |
|---|
| 66 | *) |
|---|
| 67 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 68 | ;; |
|---|
| 69 | esac |
|---|
| 70 | popd |
|---|
| 71 | done |
|---|
| 72 | } |
|---|
| 73 | |
|---|
| 74 | %clean |
|---|
| 75 | rm -rf $RPM_BUILD_ROOT |
|---|
| 76 | |
|---|
| 77 | %files |
|---|
| 78 | %defattr(-,root,root,-) |
|---|
| 79 | %doc |
|---|
| 80 | %{_bindir}/ccmakedep |
|---|
| 81 | %{_bindir}/cleanlinks |
|---|
| 82 | %{_bindir}/gccmakedep |
|---|
| 83 | %{_bindir}/imake |
|---|
| 84 | %{_bindir}/lndir |
|---|
| 85 | %{_bindir}/makedepend |
|---|
| 86 | %{_bindir}/makeg |
|---|
| 87 | %{_bindir}/mergelib |
|---|
| 88 | %{_bindir}/mkdirhier |
|---|
| 89 | %{_bindir}/mkhtmlindex |
|---|
| 90 | %{_bindir}/revpath |
|---|
| 91 | %{_bindir}/xmkmf |
|---|
| 92 | %dir %{_datadir}/X11 |
|---|
| 93 | %dir %{_datadir}/X11/config |
|---|
| 94 | %{_datadir}/X11/config/*.cf |
|---|
| 95 | %{_datadir}/X11/config/*.def |
|---|
| 96 | %{_datadir}/X11/config/*.rules |
|---|
| 97 | %{_datadir}/X11/config/*.tmpl |
|---|
| 98 | #%dir %{_mandir}/man1x |
|---|
| 99 | %{_mandir}/man1/ccmakedep.1.* |
|---|
| 100 | %{_mandir}/man1/cleanlinks.1.* |
|---|
| 101 | %{_mandir}/man1/gccmakedep.1x.* |
|---|
| 102 | %{_mandir}/man1/imake.1.* |
|---|
| 103 | %{_mandir}/man1/lndir.1.* |
|---|
| 104 | %{_mandir}/man1/makedepend.1.* |
|---|
| 105 | %{_mandir}/man1/makeg.1.* |
|---|
| 106 | %{_mandir}/man1/mergelib.1.* |
|---|
| 107 | %{_mandir}/man1/mkdirhier.1.* |
|---|
| 108 | %{_mandir}/man1/mkhtmlindex.1.* |
|---|
| 109 | %{_mandir}/man1/revpath.1.* |
|---|
| 110 | %{_mandir}/man1/xmkmf.1.* |
|---|
| 111 | |
|---|
| 112 | %changelog |
|---|
| 113 | * Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1 |
|---|
| 114 | - imake-1.0.5 |
|---|
| 115 | - lndir-1.0.3 |
|---|
| 116 | - makedepend-1.0.4 |
|---|
| 117 | |
|---|
| 118 | * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-2 |
|---|
| 119 | - xorg-cf-files-1.0.4 |
|---|
| 120 | - update Patch2 (xorg-cf-files-1.0.4-redhat.patch) |
|---|
| 121 | - delete Patch0,1,3 |
|---|
| 122 | |
|---|
| 123 | * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1 |
|---|
| 124 | - imake-1.0.4 |
|---|
| 125 | - lndir-1.0.2 |
|---|
| 126 | - makedepend-1.0.3 |
|---|
| 127 | - xorg-cf-files-1.0.3 |
|---|
| 128 | - update Patch2 (xorg-cf-files-1.0.3-redhat.patch) |
|---|
| 129 | - update Patch3 (xorg-cf-files-1.0.3-xprint.patch) |
|---|
| 130 | - fix %%files |
|---|
| 131 | |
|---|
| 132 | * Fri Feb 05 2010 Shu KONNO <owa@bg.wakwak.com> 1.0.2-2 |
|---|
| 133 | - rebuilt with new toolchain |
|---|
| 134 | |
|---|
| 135 | * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1 |
|---|
| 136 | - new versioning policy |
|---|
| 137 | |
|---|
| 138 | * Fri Jan 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1 |
|---|
| 139 | - initial build for Vine Linux |
|---|
| 140 | |
|---|
| 141 | * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.2-5 |
|---|
| 142 | - Rebuild for build id |
|---|
| 143 | |
|---|
| 144 | * Mon Mar 26 2007 Adam Jackson <ajax@redhat.com> 1.0.2-4 |
|---|
| 145 | - makedepend 1.0.1 |
|---|
| 146 | |
|---|
| 147 | * Tue Jul 18 2006 Than Ngo <than@redhat.com> 1.0.2-3 |
|---|
| 148 | - cleanup patch files |
|---|
| 149 | - update source files |
|---|
| 150 | |
|---|
| 151 | * Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-2 |
|---|
| 152 | - rebuild |
|---|
| 153 | |
|---|
| 154 | * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-1 |
|---|
| 155 | - Update to imake-1.0.2, gccmakedep-1.0.2, xorg-cf-files-1.0.2 |
|---|
| 156 | |
|---|
| 157 | * Tue Apr 25 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-4 |
|---|
| 158 | - Fix ExtraXawReqs to reflect reality (libXp is unneeded) |
|---|
| 159 | |
|---|
| 160 | * Mon Mar 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3 |
|---|
| 161 | - Updated xorg-cf-files-1.0.1-redhat.patch with fix for (#178177) |
|---|
| 162 | |
|---|
| 163 | * Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 1.0.1-2 |
|---|
| 164 | - Buildrequires: xorg-x11-proto-devel |
|---|
| 165 | |
|---|
| 166 | * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2 |
|---|
| 167 | - bump again for double-long bug on ppc(64) |
|---|
| 168 | |
|---|
| 169 | * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1 |
|---|
| 170 | - rebuilt for new gcc4.1 snapshot and glibc changes |
|---|
| 171 | |
|---|
| 172 | * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1 |
|---|
| 173 | - Updated all packages to version 1.0.1 from X11R7.0 |
|---|
| 174 | |
|---|
| 175 | * Wed Dec 21 2005 Than Ngo <than@redhat.com> 1.0.0-4 |
|---|
| 176 | - final fix for #173593 |
|---|
| 177 | |
|---|
| 178 | * Tue Dec 20 2005 Than Ngo <than@redhat.com> 1.0.0-3 |
|---|
| 179 | - add correct XAppLoadDir #173593 |
|---|
| 180 | - add more macros for fedora |
|---|
| 181 | |
|---|
| 182 | * Mon Dec 19 2005 Than Ngo <than@redhat.com> 1.0.0-2 |
|---|
| 183 | - add some macros to fix problem in building of manpages |
|---|
| 184 | |
|---|
| 185 | * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1 |
|---|
| 186 | - Updated all packages to version 1.0.0 from X11R7 RC4 |
|---|
| 187 | - Added new lndir, gccmakedep tarballs. (#173478) |
|---|
| 188 | - Changed manpage dirs from man1x to man1 to match upstream RC4 default. |
|---|
| 189 | - Removed all previous 'misc' patch, as we now pass --with-config-dir to |
|---|
| 190 | configure to specify the location of the Imake config files. |
|---|
| 191 | - Renamed imake patch to xorg-cf-files-1.0.0-ProjectRoot.patch as it did not |
|---|
| 192 | patch imake at all. This should probably be changed to be a custom Red Hat |
|---|
| 193 | host.def file that is added as a source line instead of randomly patching |
|---|
| 194 | various files. |
|---|
| 195 | |
|---|
| 196 | * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 0.99.2-5.1 |
|---|
| 197 | - rebuilt |
|---|
| 198 | |
|---|
| 199 | * Mon Nov 28 2005 Than Ngo <than@redhat.com> 0.99.2-5 |
|---|
| 200 | - add correct ProjectRoot for modular X |
|---|
| 201 | |
|---|
| 202 | * Wed Nov 16 2005 Than Ngo <than@redhat.com> 0.99.2-4 |
|---|
| 203 | - add missing host.conf |
|---|
| 204 | |
|---|
| 205 | * Wed Nov 16 2005 Than Ngo <than@redhat.com> 0.99.2-3 |
|---|
| 206 | - fix typo |
|---|
| 207 | |
|---|
| 208 | * Wed Nov 16 2005 Than Ngo <than@redhat.com> 0.99.2-2 |
|---|
| 209 | - fix xmkmf to look config files in /usr/share/X11/config |
|---|
| 210 | instead /usr/%%{_lib}/X11/config/ |
|---|
| 211 | - add host.conf |
|---|
| 212 | |
|---|
| 213 | * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1 |
|---|
| 214 | - Updated to imake-0.99.2, xorg-cf-files-0.99.2, makedepend-0.99.2 from |
|---|
| 215 | X11R7 RC2. |
|---|
| 216 | |
|---|
| 217 | * Thu Nov 10 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1 |
|---|
| 218 | - Initial build. |
|---|