From a059cb25ac6765c3af1a32c787f8ad0475dfb6e2 Mon Sep 17 00:00:00 2001 From: chatty Date: Wed, 14 Mar 2001 16:27:06 +0000 Subject: First version of files used for building packages with rpm, just before building the first "official" package, for version 3.1.24 --- redhat/changelog | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ redhat/rules | 24 ++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 redhat/changelog create mode 100644 redhat/rules (limited to 'redhat') diff --git a/redhat/changelog b/redhat/changelog new file mode 100644 index 0000000..566fae0 --- /dev/null +++ b/redhat/changelog @@ -0,0 +1,51 @@ +$Version = "3.1.23"; +$Release = 3; + +$ChangeLog = ' + + * Tue Oct 31 2000 Stéphane Chatty +- Generation of version 3.1.19-1 + + * Tue Oct 31 2000 Stéphane Chatty +- Generation of version 3.1.19-2 + + * Tue Oct 31 2000 Stéphane Chatty +- Generation of version 3.1.19-3 + + * Tue Oct 31 2000 Stéphane Chatty +- Generation of version 3.1.19-4 + + * Tue Oct 31 2000 Stéphane Chatty +- Generation of version 3.1.19-5 + + * Tue Oct 31 2000 Stéphane Chatty +- Generation of version 3.1.19-6 + + * Tue Oct 31 2000 Stéphane Chatty +- Generation of version 3.1.19-7 + + * Tue Oct 31 2000 Stéphane Chatty +- Generation of version 3.1.19-8 + + * Tue Oct 31 2000 Stéphane Chatty +- Generation of version 3.1.19-9 + + * Tue Oct 31 2000 Stéphane Chatty +- Generation of version 3.1.19-10 + + * Tue Oct 31 2000 Stéphane Chatty +- Generation of version 3.1.19-11 + + * Tue Oct 31 2000 Stéphane Chatty +- Generation of version 3.1.19-12 + + * Mon Mar 12 2001 Stéphane Chatty +- Generation of version 3.1.23-1 + + * Tue Mar 13 2001 Stéphane Chatty +- Generation of version 3.1.23-2 + + * Tue Mar 13 2001 Stéphane Chatty +- Generation of version 3.1.23-3 + +'; diff --git a/redhat/rules b/redhat/rules new file mode 100644 index 0000000..17c2452 --- /dev/null +++ b/redhat/rules @@ -0,0 +1,24 @@ +$Summary = "Zinc, a canvas replacement for Tk"; +$Name = "perl-Tk-Zinc"; +$Copyright = "LGPL"; +$Distribution = "Zinc"; +$Group = "System Environment/Libraries"; +$BuildArchitectures = "i386"; + +$Build = "./configure +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\" \| grep -v perllocal.pod > $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 + components. It provides also advanced geometrical and graphical + capabilities such as geometric construction (boolean ops), + transformations, non rectangular clipping gradient fills, smart + reliefs, etc. + +This contains the dynamic libraries that are necessary for +running applications which use Zinc."; -- cgit v1.1