aboutsummaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
authorchatty2001-03-14 16:27:06 +0000
committerchatty2001-03-14 16:27:06 +0000
commita059cb25ac6765c3af1a32c787f8ad0475dfb6e2 (patch)
tree40e10cdc10c70d8e62a60d86bb71e4bfe89c125b /redhat
parentae81b4f7ab644ab561c248ab55a67b01313a5239 (diff)
downloadtkzinc-a059cb25ac6765c3af1a32c787f8ad0475dfb6e2.zip
tkzinc-a059cb25ac6765c3af1a32c787f8ad0475dfb6e2.tar.gz
tkzinc-a059cb25ac6765c3af1a32c787f8ad0475dfb6e2.tar.bz2
tkzinc-a059cb25ac6765c3af1a32c787f8ad0475dfb6e2.tar.xz
First version of files used for building packages with rpm,
just before building the first "official" package, for version 3.1.24
Diffstat (limited to 'redhat')
-rw-r--r--redhat/changelog51
-rw-r--r--redhat/rules24
2 files changed, 75 insertions, 0 deletions
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 <chatty@cena.fr>
+- Generation of version 3.1.19-1
+
+ * Tue Oct 31 2000 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.19-2
+
+ * Tue Oct 31 2000 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.19-3
+
+ * Tue Oct 31 2000 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.19-4
+
+ * Tue Oct 31 2000 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.19-5
+
+ * Tue Oct 31 2000 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.19-6
+
+ * Tue Oct 31 2000 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.19-7
+
+ * Tue Oct 31 2000 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.19-8
+
+ * Tue Oct 31 2000 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.19-9
+
+ * Tue Oct 31 2000 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.19-10
+
+ * Tue Oct 31 2000 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.19-11
+
+ * Tue Oct 31 2000 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.19-12
+
+ * Mon Mar 12 2001 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.23-1
+
+ * Tue Mar 13 2001 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.23-2
+
+ * Tue Mar 13 2001 Stéphane Chatty <chatty@cena.fr>
+- 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.";