| 1 | Summary: Website META Language |
|---|
| 2 | Name: wml |
|---|
| 3 | Version: 2.0.9 |
|---|
| 4 | Release: 0vl7 |
|---|
| 5 | License: GPL |
|---|
| 6 | Group: Applications/Internet |
|---|
| 7 | URL: http://www.engelschall.com/sw/wml/ |
|---|
| 8 | Source0: http://www.engelschall.com/sw/wml/distrib/wml-%{version}.tar.bz2 |
|---|
| 9 | Patch0: wml-2.0.9-perllibs.patch |
|---|
| 10 | Patch1: wml-2.0.9-gcc4.patch |
|---|
| 11 | Requires: perl >= 5.005 |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 13 | Vendor: Project Vine |
|---|
| 14 | Distribution: Vine Linux |
|---|
| 15 | BuildRequires: gdbm-devel db4-devel |
|---|
| 16 | |
|---|
| 17 | %description |
|---|
| 18 | WML is a free and extensible Webdesigner's off-line HTML |
|---|
| 19 | generation toolkit for Unix. |
|---|
| 20 | #' |
|---|
| 21 | |
|---|
| 22 | %prep |
|---|
| 23 | %setup -q |
|---|
| 24 | %patch0 -p1 -b .perllib |
|---|
| 25 | %patch1 -p1 -b .gcc4 |
|---|
| 26 | |
|---|
| 27 | %build |
|---|
| 28 | CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; |
|---|
| 29 | CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; |
|---|
| 30 | FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; |
|---|
| 31 | ./configure --prefix=/usr --mandir=%{_mandir} --infodir=%{_infodir} |
|---|
| 32 | #configure |
|---|
| 33 | make |
|---|
| 34 | |
|---|
| 35 | %install |
|---|
| 36 | rm -rf %{buildroot} |
|---|
| 37 | #makeinstall |
|---|
| 38 | make prefix=%{buildroot}/usr mandir=%{buildroot}%{_mandir} infodir=%{buildroot}%{_infodir} install |
|---|
| 39 | |
|---|
| 40 | pushd %{buildroot}%{_mandir} |
|---|
| 41 | |
|---|
| 42 | # move some man files |
|---|
| 43 | mv cat1/* man1 |
|---|
| 44 | mv cat7/* man7 |
|---|
| 45 | |
|---|
| 46 | %clean |
|---|
| 47 | rm -rf %{buildroot} |
|---|
| 48 | |
|---|
| 49 | %files |
|---|
| 50 | %defattr (-,root,root) |
|---|
| 51 | %doc ANNOUNCE BUGREPORT COPYING COPYRIGHT* CREDITS ChangeLog |
|---|
| 52 | %doc INSTALL MANIFEST NEWS README* SUPPORT VERSION* |
|---|
| 53 | /usr/bin/wmk |
|---|
| 54 | /usr/bin/wml |
|---|
| 55 | /usr/bin/wmd |
|---|
| 56 | /usr/bin/wmb |
|---|
| 57 | /usr/bin/wmu |
|---|
| 58 | /usr/lib/wml |
|---|
| 59 | %{_mandir}/man*/* |
|---|
| 60 | |
|---|
| 61 | %changelog |
|---|
| 62 | * Sun Jul 1 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.9-0vl7 |
|---|
| 63 | - rebuilt with new toolchain |
|---|
| 64 | - added Patch0 and Patch1 from http://cvs.mandriva.com/cgi-bin/viewvc.cgi/SPECS/wml/ |
|---|
| 65 | |
|---|
| 66 | * Sun Jul 17 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 2.0.9-0vl6 |
|---|
| 67 | - rebuilt with db4-4.2.52 (db4-devel) |
|---|
| 68 | - add BuildRequires: gdbm-devel, db4-devel |
|---|
| 69 | |
|---|
| 70 | * Sun Nov 7 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.9-0vl5 |
|---|
| 71 | - rebuilt with db4-4.2.52 |
|---|
| 72 | |
|---|
| 73 | * Wed May 5 2004 Nobuyuki Tsuchimura <tutimura@nn.iij4u.or.jp> 2.0.9-0vl4 |
|---|
| 74 | - rebuild for VineSeed |
|---|
| 75 | |
|---|
| 76 | * Wed May 5 2004 Nobuyuki Tsuchimura <tutimura@nn.iij4u.or.jp> 2.0.9-0vl2 |
|---|
| 77 | - rebuild for VineSeed |
|---|
| 78 | |
|---|
| 79 | * Wed May 5 2004 Nobuyuki Tsuchimura <tutimura@nn.iij4u.or.jp> 2.0.9-0vl1 |
|---|
| 80 | - updated to 2.0.9 |
|---|
| 81 | |
|---|
| 82 | * Thu Feb 07 2002 Toru Sagami <sagami@vinelinux.org> 2.0.8-0vl1 |
|---|
| 83 | - updated to 2.0.8 with minor spec cleanups |
|---|
| 84 | - handle %%{optflags} |
|---|
| 85 | - install man pages into %%{_mandir} |
|---|
| 86 | |
|---|
| 87 | * Tue Jun 13 2000 Yoichi Imai <yoichi@silver-forest.com> |
|---|
| 88 | - version up to 2.0.1 |
|---|
| 89 | |
|---|
| 90 | * Mon May 22 2000 Yoichi Imai <yoichi@silver-forest.com> |
|---|
| 91 | - Create rpm |
|---|