aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormertz2004-05-17 16:11:25 +0000
committermertz2004-05-17 16:11:25 +0000
commit153c22f3e59869aded38fd29eea6b91de73b59d6 (patch)
treed8ff8c4f10099df0668da4de9495391cd6b77cf2
parent722034760223dd58217bebab0428459bb6d76c82 (diff)
downloadtkzinc-153c22f3e59869aded38fd29eea6b91de73b59d6.zip
tkzinc-153c22f3e59869aded38fd29eea6b91de73b59d6.tar.gz
tkzinc-153c22f3e59869aded38fd29eea6b91de73b59d6.tar.bz2
tkzinc-153c22f3e59869aded38fd29eea6b91de73b59d6.tar.xz
*** empty log message ***
-rw-r--r--redhat/changelog10
-rw-r--r--redhat/perl-Tk-Zinc.spec148
-rw-r--r--redhat/rules3
3 files changed, 158 insertions, 3 deletions
diff --git a/redhat/changelog b/redhat/changelog
index b048339..f6ba096 100644
--- a/redhat/changelog
+++ b/redhat/changelog
@@ -1,5 +1,5 @@
-$Version = "3.295";
-$Release = 2;
+$Version = "3.296";
+$Release = 1;
$ChangeLog = '
@@ -91,4 +91,10 @@ $ChangeLog = '
* Tue Oct 28 2003 Alexandre Lemort <lemort@intuilab.com>
- Generation of version 3.295-2
+ * Fri Nov 28 2003 Alexandre Lemort <lemort@intuilab.com>
+- Generation of version 3.295-3
+
+ * Mon Dec 15 2003 Alexandre Lemort <lemort@intuilab.com>
+- Generation of version 3.296-1
+
';
diff --git a/redhat/perl-Tk-Zinc.spec b/redhat/perl-Tk-Zinc.spec
new file mode 100644
index 0000000..082be8e
--- /dev/null
+++ b/redhat/perl-Tk-Zinc.spec
@@ -0,0 +1,148 @@
+Summary: Zinc, a canvas replacement for Tk
+Name: perl-Tk-Zinc
+Version: 3.296
+Release: 1
+Copyright: LGPL
+Vendor: Centre d'Etudes de la Navigation Aerienne
+Packager: Alexandre Lemort <lemort@intuilab.com>
+Distribution: Zinc
+Group: System Environment/Libraries
+Url: http://www.cena.fr/divisions/PII/
+Source: perl-Tk-Zinc-3.296.tar.gz
+Requires: perl-Tk
+BuildArchitectures: i386
+BuildRoot: /var/tmp/perl-Tk-Zinc-buildroot
+
+%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.
+
+%prep
+%setup -q -n perl-Tk-Zinc-%{version}
+
+%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
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdirhier $RPM_BUILD_ROOT/usr/lib
+cd export2cpan/tk-zinc
+make PREFIX=$RPM_BUILD_ROOT/usr prefix=$RPM_BUILD_ROOT/usr INSTALLDIRS=perl install
+find $RPM_BUILD_ROOT/usr -type f -print | sed "s@^$RPM_BUILD_ROOT@@g" | grep -v Zinc.bs | grep -v .packlist > ../../perl-Tk-Zinc-%{version}-filelist
+
+%files -f perl-Tk-Zinc-%{version}-filelist
+%defattr(-,root,root)
+
+%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
+
+ * Fri Mar 16 2001 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.24-1
+
+ * Tue Apr 10 2001 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.1.26-1
+
+ * Wed Jan 16 2002 Stéphane Chatty
+- Generation of version 3.2.3-1
+
+ * Thu Apr 4 2002 Stéphane Chatty <chatty@cena.fr>
+- Generation of version 3.2.4-1
+
+ * Wed Sep 18 2002 Stéphane Chatty <chatty@intuilab.com>
+- Generation of version 3.2.6-1
+
+ * Mon Feb 17 2003 Alexandre Lemort <lemort@intuilab.com>
+- Generation of version 3.2.6h-1
+- Mandrake 9 compilation
+- Removes installgpc in redhat/rules
+
+ * Wed May 14 2003 Alexandre Lemort <lemort@intuilab.com>
+- Generation of version 3.2.92-1
+- Mandrake 9 compilation
+
+ * Sat May 17 2003 Alexandre Lemort <lemort@intuilab.com>
+- Generation of version 3.2.93-1
+- Mandrake 9 compilation
+
+ * Fri Jun 20 2003 Alexandre Lemort <lemort@intuilab.com>
+- Generation of version 3.2.94-1
+- Mandrake 9 compilation
+
+ * Fri Jun 20 2003 Alexandre Lemort <lemort@intuilab.com>
+- Generation of version 3.2.94-2
+- Mandrake 9.1 compilation
+
+ * Wed Oct 15 2003 Alexandre Lemort <lemort@intuilab.com>
+- Generation of version 3.295-1
+- Mandrake 9 compilation
+
+ * Tue Oct 28 2003 Alexandre Lemort <lemort@intuilab.com>
+- Generation of version 3.295-2
+
+ * Fri Nov 28 2003 Alexandre Lemort <lemort@intuilab.com>
+- Generation of version 3.295-3
+
+ * Mon Dec 15 2003 Alexandre Lemort <lemort@intuilab.com>
+- Generation of version 3.296-1
+
+
diff --git a/redhat/rules b/redhat/rules
index edc92e3..9721eae 100644
--- a/redhat/rules
+++ b/redhat/rules
@@ -6,6 +6,7 @@ $Url = "http://www.cena.fr/divisions/PII/";
$Distribution = "Zinc";
$Group = "System Environment/Libraries";
$BuildArchitectures = "i386";
+$Requires = "perl-Tk";
$Build = "./configure --enable-ptk=yes --enable-gl=damage --prefix=\$RPM_BUILD_ROOT/usr --exec-prefix=\$RPM_BUILD_ROOT/usr
cd Perl
@@ -17,7 +18,7 @@ make";
$Install = "rm -rf \$RPM_BUILD_ROOT
mkdirhier \$RPM_BUILD_ROOT/usr/lib
cd export2cpan/tk-zinc
-make PREFIX=\$RPM_BUILD_ROOT/usr prefix=\$RPM_BUILD_ROOT/usr install
+make PREFIX=\$RPM_BUILD_ROOT/usr prefix=\$RPM_BUILD_ROOT/usr INSTALLDIRS=perl 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