Hi, i updated the package of wml, see the attached diff to the spec file.
The source packgage is on the ftp site, as usual.
Name : wml Relocations: (not relocateable)
Version : 2.0.3 Vendor: MandrakeSoft
Release : 1mdk Build Date: Die 05 Sep 2000 17:49:03 CEST
Install date: (not installed) Build Host: der_abgrund.de
Group : Publishing Source RPM: (none)
Size : 1733854 License: GPL
Packager : G�tz Waschk <[EMAIL PROTECTED]>
URL : http://www.engelschall.com/sw/wml
Summary : Website META Language
Description :
WML is a free and extensible Webdesigner's off-line HTML generation
toolkit for Unix, distributed under the GNU General Public License
(GPL v2). It is written in ANSI C and Perl 5, build via a GNU Autoconf
based source tree and runs out-of-the-box on all major Unix derivates.
It can be used free of charge both in educational and commercial
environments.
* Die Sep 05 2000 G�tz Waschk <[EMAIL PROTECTED]> 2.0.3-1mdk
- updated to 2.0.3
- make rpmlint happy
--
Goetz Waschk <> student of computer science <> university Rostock
http://www.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
--> Logout Fascism! <--
--- wml-2.0.2-1mdk.src/wml.spec Wed Sep 6 11:14:04 2000
+++ SPECS/wml.spec Wed Sep 6 11:17:35 2000
@@ -1,4 +1,5 @@
-%define version 2.0.2
+
+%define version 2.0.3
%define release 1mdk
%define name wml
@@ -25,15 +26,25 @@
%setup -q
%build
-
-%configure --disable-rpath
-
+%configure
%make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall libdir=$RPM_BUILD_ROOT%{_libdir}/wml
+#clean perl files (stolen from spec-helper)
+d=$RPM_BUILD_ROOT%{_libdir}/wml
+find $d -name ".packlist" | xargs rm -f
+for i in $(find $d -name "*.bs"); do
+ if [ -s $i ]; then
+ echo "non empty *.bs file, please mail [EMAIL PROTECTED] about this!"
+ else
+ rm -f $i
+ fi
+done
+
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -46,5 +57,9 @@
%{_mandir}/*/*
%changelog
+* Wed Sep 6 2000 G�tz Waschk <[EMAIL PROTECTED]> 2.0.3-1mdk
+- updated to 2.0.3
+- make rpmlint happy
+
* Sun Jul 30 2000 G�tz Waschk <[EMAIL PROTECTED]> 2.0.2-1mdk
- initial Mandrake package
PGP signature