From 17b4c897def03316fefe1f53edd7bd8eff1bb34b Mon Sep 17 00:00:00 2001 From: lemort Date: Mon, 3 Nov 2003 08:24:51 +0000 Subject: *** empty log message *** --- redhat/changelog | 30 +++++++++++++++++++++++++++++- redhat/rules | 11 ++++++++--- 2 files changed, 37 insertions(+), 4 deletions(-) (limited to 'redhat') diff --git a/redhat/changelog b/redhat/changelog index 8bcc8e2..b048339 100644 --- a/redhat/changelog +++ b/redhat/changelog @@ -1,5 +1,5 @@ $Version = "3.295"; -$Release = 1; +$Release = 2; $ChangeLog = ' @@ -63,4 +63,32 @@ $ChangeLog = ' * Wed Sep 18 2002 Stéphane Chatty - Generation of version 3.2.6-1 + * Mon Feb 17 2003 Alexandre Lemort +- Generation of version 3.2.6h-1 +- Mandrake 9 compilation +- Removes installgpc in redhat/rules + + * Wed May 14 2003 Alexandre Lemort +- Generation of version 3.2.92-1 +- Mandrake 9 compilation + + * Sat May 17 2003 Alexandre Lemort +- Generation of version 3.2.93-1 +- Mandrake 9 compilation + + * Fri Jun 20 2003 Alexandre Lemort +- Generation of version 3.2.94-1 +- Mandrake 9 compilation + + * Fri Jun 20 2003 Alexandre Lemort +- Generation of version 3.2.94-2 +- Mandrake 9.1 compilation + + * Wed Oct 15 2003 Alexandre Lemort +- Generation of version 3.295-1 +- Mandrake 9 compilation + + * Tue Oct 28 2003 Alexandre Lemort +- Generation of version 3.295-2 + '; diff --git a/redhat/rules b/redhat/rules index 9659a39..edc92e3 100644 --- a/redhat/rules +++ b/redhat/rules @@ -7,13 +7,18 @@ $Distribution = "Zinc"; $Group = "System Environment/Libraries"; $BuildArchitectures = "i386"; -$Build = "./configure +$Build = "./configure --enable-ptk=yes --enable-gl=damage --prefix=\$RPM_BUILD_ROOT/usr --exec-prefix=\$RPM_BUILD_ROOT/usr +cd Perl +./export2cpan +cd ../export2cpan/tk-zinc +perl Makefile.PL make"; $Install = "rm -rf \$RPM_BUILD_ROOT mkdirhier \$RPM_BUILD_ROOT/usr/lib -make PREFIX=\$RPM_BUILD_ROOT/usr prefix=\$RPM_BUILD_ROOT/usr installptk installom installgpc -find \$RPM_BUILD_ROOT/usr -type f -print | sed \"s\@^\$RPM_BUILD_ROOT\@\@g\" \| sed -e \"s/zinc-demos.1/zinc-demos.1.bz2/\" | sed -e \"s/.3pm/.3pm.bz2/\" | grep -v perllocal.pod | grep -v Zinc.bs | grep -v .packlist > $Name-\%{version}-filelist"; +cd export2cpan/tk-zinc +make PREFIX=\$RPM_BUILD_ROOT/usr prefix=\$RPM_BUILD_ROOT/usr install +find \$RPM_BUILD_ROOT/usr -type f -print | sed \"s\@^\$RPM_BUILD_ROOT\@\@g\" \| grep -v Zinc.bs | grep -v .packlist > ../../$Name-\%{version}-filelist"; $Description = "Zinc is a canvas like widget for the Tk toolkit. Its has been designed to provide a structured organization of its graphical -- cgit v1.1