Author: glen                         Date: Thu Nov  3 20:15:49 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unify sf url, and other things that adapter felt neccessary

---- Files affected:
SPECS:
   angst.spec (1.5 -> 1.6) , beecrypt.spec (1.58 -> 1.59) , courier-sox.spec 
(1.11 -> 1.12) , courier.spec (1.119 -> 1.120) , fpc.spec (1.52 -> 1.53) , 
ghostscript-gpl.spec (1.156 -> 1.157) , ibmonitor.spec (1.5 -> 1.6) , ncat.spec 
(1.2 -> 1.3) , ocaml-SDL.spec (1.5 -> 1.6) , openldev.spec (1.13 -> 1.14) , 
openmosix-tools.spec (1.23 -> 1.24) , pel.spec (1.6 -> 1.7) , perl-Glib.spec 
(1.37 -> 1.38) , perl-Gtk2.spec (1.41 -> 1.42) , Zope-I18NLayer.spec (1.8 -> 
1.9) , vdkbuilder.spec (1.17 -> 1.18) , xdesktopwaves.spec (1.12 -> 1.13) , 
xemacs-preview-latex-pkg.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/angst.spec
diff -u SPECS/angst.spec:1.5 SPECS/angst.spec:1.6
--- SPECS/angst.spec:1.5        Wed Aug 11 22:19:17 2004
+++ SPECS/angst.spec    Thu Nov  3 21:15:43 2005
@@ -6,7 +6,7 @@
 Release:       1
 License:       BSD
 Group:         Networking/Utilities
-Source0:       http://heanet.dl.sourceforge.net/angst/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/angst/%{name}-%{version}.tar.gz
 # Source0-md5: 21643cd776bf478c6fbe4ddabb826be8
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-libnet.patch
@@ -72,6 +72,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.5  2004/08/11 20:19:17  qboosh
 - pl
 

================================================================
Index: SPECS/beecrypt.spec
diff -u SPECS/beecrypt.spec:1.58 SPECS/beecrypt.spec:1.59
--- SPECS/beecrypt.spec:1.58    Thu Aug  4 10:00:10 2005
+++ SPECS/beecrypt.spec Thu Nov  3 21:15:43 2005
@@ -17,7 +17,7 @@
 Epoch:         2
 License:       LGPL
 Group:         Libraries
-Source0:       
http://heanet.dl.sourceforge.net/beecrypt/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/beecrypt/%{name}-%{version}.tar.gz
 # Source0-md5: 820d26437843ab0a6a8a5151a73a657c
 Patch0:                %{name}-opt.patch
 Patch1:                %{name}-lib64_fix.patch
@@ -56,7 +56,7 @@
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                specflags_alpha          -mno-explicit-relocs 
+%define                specflags_alpha          -mno-explicit-relocs
 
 %description
 BeeCrypt is an open source cryptography library that contains highly
@@ -149,13 +149,14 @@
 %pyrequires_eq python-libs
 
 %description -n python-beecrypt
-The python-beecrypt package contains a module which permits applications
-written in the Python programming language to use the interface
-supplied by BeeCrypt libraries.
+The python-beecrypt package contains a module which permits
+applications written in the Python programming language to use the
+interface supplied by BeeCrypt libraries.
 
 %description -n python-beecrypt -l pl
-Pakiet python-beecrypt zawiera moduł, który pozwala aplikacjom napisanym w
-Pythonie na używanie interfejsu dostarczanego przez bibliotekę BeeCrytp.
+Pakiet python-beecrypt zawiera moduł, który pozwala aplikacjom
+napisanym w Pythonie na używanie interfejsu dostarczanego przez
+bibliotekę BeeCrytp.
 
 %prep
 %setup -q
@@ -263,7 +264,7 @@
 %files doc
 %defattr(644,root,root,755)
 %doc docs/html
-%endif 
+%endif
 
 %if %{with python}
 %files -n python-beecrypt
@@ -277,6 +278,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.59  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.58  2005/08/04 08:00:10  qrczak
 - It seems that ./configure wants --with(out)-java, not --with(out)-javaglue
 - Release 5

================================================================
Index: SPECS/courier-sox.spec
diff -u SPECS/courier-sox.spec:1.11 SPECS/courier-sox.spec:1.12
--- SPECS/courier-sox.spec:1.11 Wed Aug 17 01:36:34 2005
+++ SPECS/courier-sox.spec      Thu Nov  3 21:15:43 2005
@@ -7,7 +7,7 @@
 License:       GPL
 Group:         Networking/Daemons
 #Source0:      http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-Source0:       
http://heanet.dl.sourceforge.net/sourceforge/courier/%{name}-%{version}.tar.bz2
+Source0:       http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
 # Source0-md5: 32fde0bf5c755092722894006444dc9f
 Patch0:                %{name}-build.patch
 Patch1:                %{name}-init.patch
@@ -156,6 +156,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.11  2005/08/16 23:36:34  andree
 - updated to 0.06
 - changed source0 address

================================================================
Index: SPECS/courier.spec
diff -u SPECS/courier.spec:1.119 SPECS/courier.spec:1.120
--- SPECS/courier.spec:1.119    Thu Nov  3 21:10:10 2005
+++ SPECS/courier.spec  Thu Nov  3 21:15:43 2005
@@ -12,7 +12,7 @@
 License:       GPL
 Group:         Networking/Daemons
 #Source0:      http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-Source0:       
http://heanet.dl.sourceforge.net/sourceforge/courier/%{name}-%{version}.tar.bz2
+Source0:       http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
 # Source0-md5: 98005b9bacd44fa9e1a2b2100907522a
 Patch0:                %{name}-openssl-path.patch
 Patch1:                %{name}-withoutfam.patch
@@ -924,6 +924,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.120  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.119  2005/11/03 20:10:10  glen
 - hack to fool adapter
 

================================================================
Index: SPECS/fpc.spec
diff -u SPECS/fpc.spec:1.52 SPECS/fpc.spec:1.53
--- SPECS/fpc.spec:1.52 Sat May 21 09:48:26 2005
+++ SPECS/fpc.spec      Thu Nov  3 21:15:43 2005
@@ -1,5 +1,5 @@
 # $Revision$, $Date$
-# TODO: 
+# TODO:
 # - check why it builds all static..
 Summary:       32-bit compiler for the i386 and m68k processors
 Summary(pl):   32 bitowy kompilator dla procesorów i386 i m68k
@@ -11,13 +11,13 @@
 License:       GPL
 Group:         Development/Languages
 Vendor:                Michael Van Canneyt <[EMAIL PROTECTED]>
-Source0:       
http://switch.dl.sourceforge.net/sourceforge/freepascal/%{name}-%{version}.source.tar.gz
+Source0:       
http://dl.sourceforge.net/freepascal/%{name}-%{version}.source.tar.gz
 # Source0-md5: 3f9c64d0146a3631f6963fd7477776d1
-Source1:       
http://dl.sourceforge.net/freepascal/fpc-%{version}.i386-linux.tar
+Source1:       
http://dl.sourceforge.net/freepascal/%{name}-%{version}.i386-linux.tar
 # Source1-md5: 5f0a5fba632a811dcfdafe0ff80476a3
-Source2:       
http://dl.sourceforge.net/freepascal/fpc-%{version}.x86_64-linux.tar
+Source2:       
http://dl.sourceforge.net/freepascal/%{name}-%{version}.x86_64-linux.tar
 # Source2-md5: 36270de604c6b5ad3af8aaa08143e88f
-Source3:       
http://dl.sourceforge.net/freepascal/fpc-%{version}.powerpc-linux.tar
+Source3:       
http://dl.sourceforge.net/freepascal/%{name}-%{version}.powerpc-linux.tar
 # Source3-md5: 7019384e09411902e530dfe55d4ff145
 Source4:       
http://dl.sourceforge.net/freepascal/%{name}-%{version}.sparc-linux.tar
 # Source4-md5: dd8925ce8ce93309456c3072e6e4d14d
@@ -47,14 +47,16 @@
 rozszerza te języki elementami takimi jak przeciążanie funkcji.
 
 %description -l ru
-FPC -- 32-ÂÉÔÎŮĘ ËĎÍĐÉĚŃÔĎŇ Pascal, ÓĎ×ÍĹÓÔÉÍŮĘ Ó Turbo Pascal 7.0 É Delphi.
-đĎÓÔÁ×ĚŃĹÔÓŃ Ó RTL (ÂÉÂĚÉĎÔĹËĎĘ ×ŇĹÍĹÎÉ ÉÓĐĎĚÎĹÎÉŃ), FCL (ÂÉÂĚÉĎÔĹËĎĘ Ó×ĎÂĎÄÎŮČ
-ËĎÍĐĎÎĹÎÔ), ÉÎÔĹŇĆĹĘÓÁÍÉ Ë gtk, ncurses, zlib, mysql, postgres, ibase.
+FPC -- 32-ÂÉÔÎŮĘ ËĎÍĐÉĚŃÔĎŇ Pascal, ÓĎ×ÍĹÓÔÉÍŮĘ Ó Turbo Pascal 7.0 É
+Delphi. đĎÓÔÁ×ĚŃĹÔÓŃ Ó RTL (ÂÉÂĚÉĎÔĹËĎĘ ×ŇĹÍĹÎÉ ÉÓĐĎĚÎĹÎÉŃ), FCL
+(ÂÉÂĚÉĎÔĹËĎĘ Ó×ĎÂĎÄÎŮČ ËĎÍĐĎÎĹÎÔ), ÉÎÔĹŇĆĹĘÓÁÍÉ Ë gtk, ncurses, zlib,
+mysql, postgres, ibase.
 
 %description -l uk
-FPC -- 32-ÂŚÔÎÉĘ ËĎÍĐŚĚŃÔĎŇ Pascal, ÓŐÍŚÓÎÉĘ ŚÚ Turbo Pascal 7.0 ÔÁ Delphi.
-đĎÓÔÁŢÁ¤ÔŘÓŃ ŚÚ RTL (ÂŚÂĚŚĎÔĹËĎŔ ŢÁÓŐ ×ÉËĎÎÁÎÎŃ), FCL (ÂŚÂĚŚĎÔĹËĎŔ ׌ĚŘÎÉČ
-ËĎÍĐĎÎĹÎÔ), ŚÎÔĹŇĆĹĘÓÁÍÉ ÄĎ gtk, ncurses, zlib, mysql, postgres, ibase.
+FPC -- 32-ÂŚÔÎÉĘ ËĎÍĐŚĚŃÔĎŇ Pascal, ÓŐÍŚÓÎÉĘ ŚÚ Turbo Pascal 7.0 ÔÁ
+Delphi. đĎÓÔÁŢÁ¤ÔŘÓŃ ŚÚ RTL (ÂŚÂĚŚĎÔĹËĎŔ ŢÁÓŐ ×ÉËĎÎÁÎÎŃ), FCL
+(ÂŚÂĚŚĎÔĹËĎŔ ׌ĚŘÎÉČ ËĎÍĐĎÎĹÎÔ), ŚÎÔĹŇĆĹĘÓÁÍÉ ÄĎ gtk, ncurses, zlib,
+mysql, postgres, ibase.
 
 %package examples
 Summary:       Free Pascal Compiler exaple programs
@@ -196,7 +198,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %doc faq.html install/doc/{copying*,*.txt} ide/readme.ide
-%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/fpc.cfg
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fpc.cfg
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/%{version}
 %dir %{_libdir}/%{name}/lexyacc
@@ -222,6 +224,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.53  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.52  2005/05/21 07:48:26  qboosh
 - strict internal deps, use x8664 macro
 

================================================================
Index: SPECS/ghostscript-gpl.spec
diff -u SPECS/ghostscript-gpl.spec:1.156 SPECS/ghostscript-gpl.spec:1.157
--- SPECS/ghostscript-gpl.spec:1.156    Sat Oct 29 21:06:27 2005
+++ SPECS/ghostscript-gpl.spec  Thu Nov  3 21:15:43 2005
@@ -21,7 +21,7 @@
 Release:       1
 License:       GPL
 Group:         Applications/Graphics
-Source0:       
http://mesh.dl.sourceforge.net/sourceforge/ghostscript/%{_name}-%{version}.tar.bz2
+Source0:       
http://dl.sourceforge.net/ghostscript/%{_name}-%{version}.tar.bz2
 # Source0-md5: ab8502f30629b730e0c9ca56b88a6b9d
 # we need to link with libjpeg recompiled with our parameters
 Source2:       ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
@@ -265,8 +265,8 @@
 %{_datadir}/%{_name}/%{version}/lib/*.*
 %{_datadir}/%{_name}/%{version}/lib/[!F]*map
 %{_datadir}/%{_name}/%{version}/lib/FAPI*map
-%config %verify(not size md5 mtime) %{_datadir}/%{_name}/%{version}/lib/Fontmap
-%config %verify(not size md5 mtime) 
%{_datadir}/%{_name}/%{version}/lib/FAPIconfig
+%config %verify(not md5 mtime size) %{_datadir}/%{_name}/%{version}/lib/Fontmap
+%config %verify(not md5 mtime size) 
%{_datadir}/%{_name}/%{version}/lib/FAPIconfig
 %{_datadir}/%{_name}/%{version}/Resource
 %{_datadir}/%{_name}/%{version}/examples
 %{_mandir}/man*/*
@@ -285,7 +285,7 @@
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/ps
-%{_libdir}/libgs.so
+%attr(755,root,root) %{_libdir}/libgs.so
 
 %files ijs-devel
 %defattr(644,root,root,755)
@@ -304,6 +304,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.157  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.156  2005/10/29 19:06:27  qboosh
 - there is no epoch here, so don't use it
   and epoch would make versioned virtual ghostscript provides almost useless

================================================================
Index: SPECS/ibmonitor.spec
diff -u SPECS/ibmonitor.spec:1.5 SPECS/ibmonitor.spec:1.6
--- SPECS/ibmonitor.spec:1.5    Wed Dec 22 13:21:10 2004
+++ SPECS/ibmonitor.spec        Thu Nov  3 21:15:43 2005
@@ -6,7 +6,7 @@
 Release:       1
 License:       GPL v2+
 Group:         Applications/Networking
-Source0:       
http://heanet.dl.sourceforge.net/ibmonitor/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/ibmonitor/%{name}-%{version}.tar.gz
 # Source0-md5: 6f37ee0b00b62822823cdbabc9d7419e
 URL:           http://ibmonitor.sourceforge.net/
 Requires:      perl-Term-ANSIColor
@@ -77,6 +77,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.5  2004/12/22 12:21:10  qboosh
 - workaround for sf
 

================================================================
Index: SPECS/ncat.spec
diff -u SPECS/ncat.spec:1.2 SPECS/ncat.spec:1.3
--- SPECS/ncat.spec:1.2 Fri Oct 21 19:45:07 2005
+++ SPECS/ncat.spec     Thu Nov  3 21:15:43 2005
@@ -3,7 +3,7 @@
 #   TODO:
 #      - compres docs/readme but not scripts
 #
-Summary:       A networking utility which read and write data across a network.
+Summary:       A networking utility which read and write data across a network
 Summary(pl):   Narzędzie sieciowe do przesyłania danych
 Name:          ncat
 Version:       0.10rc1
@@ -13,7 +13,7 @@
 #Vendor:       -
 Group:         Applications
 #Icon:         -
-Source0:       
http://surfnet.dl.sourceforge.net/sourceforge/nmap-ncat/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/nmap-ncat/%{name}-%{version}.tar.gz
 # Source0-md5: b2624656247db958d1ebb4bbedf4dbd3
 URL:           http://sourceforge.net/projects/nmap-ncat/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -96,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.2  2005/10/21 17:45:07  qboosh
 - pl desc, some cleanups
 

================================================================
Index: SPECS/ocaml-SDL.spec
diff -u SPECS/ocaml-SDL.spec:1.5 SPECS/ocaml-SDL.spec:1.6
--- SPECS/ocaml-SDL.spec:1.5    Fri Nov 19 00:21:19 2004
+++ SPECS/ocaml-SDL.spec        Thu Nov  3 21:15:43 2005
@@ -67,7 +67,7 @@
 %{__make} install \
        OCAMLLIBDIR=%{_libdir}/ocaml \
        OCAMLSDLDIR=%{_libdir}/ocaml/sdl \
-       DESTDIR=$RPM_BUILD_ROOT         
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -89,6 +89,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.5  2004/11/18 23:21:19  qboosh
 - unification
 

================================================================
Index: SPECS/openldev.spec
diff -u SPECS/openldev.spec:1.13 SPECS/openldev.spec:1.14
--- SPECS/openldev.spec:1.13    Thu Sep 15 20:08:39 2005
+++ SPECS/openldev.spec Thu Nov  3 21:15:43 2005
@@ -6,7 +6,7 @@
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       
http://heanet.dl.sourceforge.net/openldev/%{name}-%{version}.tar.bz2
+Source0:       http://dl.sourceforge.net/openldev/%{name}-%{version}.tar.bz2
 # Source0-md5: 40b0130c7b505a88cda8ceea3122c87c
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-makefile.patch
@@ -55,7 +55,7 @@
 
 ln -sf %{_pixmapsdir}/openldev/openldev48.png \
        $RPM_BUILD_ROOT%{_pixmapsdir}/openldev.png
-       
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -74,6 +74,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.13  2005/09/15 18:08:39  freetz
 - 0.4.4
 

================================================================
Index: SPECS/openmosix-tools.spec
diff -u SPECS/openmosix-tools.spec:1.23 SPECS/openmosix-tools.spec:1.24
--- SPECS/openmosix-tools.spec:1.23     Wed Jun  8 16:49:01 2005
+++ SPECS/openmosix-tools.spec  Thu Nov  3 21:15:43 2005
@@ -8,7 +8,7 @@
 Release:       4
 License:       GPL
 Group:         Base/Kernel
-Source0:       
http://heanet.dl.sourceforge.net/openmosix/%{name}-%{ver}-%{subver}.tar.gz
+Source0:       
http://dl.sourceforge.net/openmosix/%{name}-%{ver}-%{subver}.tar.gz
 # Source0-md5: e947c622b945fda7f24a949b73ba5280
 Source1:       openmosix.init
 Source2:       openmosix.sysconfig
@@ -69,12 +69,12 @@
 Biblioteki statyczne do openMosiksa.
 
 %prep
-%setup -q -n %{name}-%{ver}-%{subver}
+%setup -q
 
 %patch0 -p1
 
 %build
-CPPFLAGS="-I/usr/include/ncurses"
+CPPFLAGS="-I%{_includedir}/ncurses"
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -142,6 +142,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.23  2005/06/08 14:49:01  zbyniu
 - BR: libtool
 

================================================================
Index: SPECS/pel.spec
diff -u SPECS/pel.spec:1.6 SPECS/pel.spec:1.7
--- SPECS/pel.spec:1.6  Tue Mar 15 21:16:35 2005
+++ SPECS/pel.spec      Thu Nov  3 21:15:43 2005
@@ -7,7 +7,7 @@
 Release:       1
 License:       GPL v2
 Group:         Development/Languages/PHP
-Source0:       http://heanet.dl.sourceforge.net/pel/%{name}-%{version}.tar.bz2
+Source0:       http://dl.sourceforge.net/pel/%{name}-%{version}.tar.bz2
 # Source0-md5: 36cb1cb011c674625d722bdfbbdb38bc
 URL:           http://pel.sourceforge.net/
 BuildRequires: rpm-php-pearprov
@@ -60,6 +60,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.6  2005/03/15 20:16:35  qboosh
 - dropped bogus Source0-size
 

================================================================
Index: SPECS/perl-Glib.spec
diff -u SPECS/perl-Glib.spec:1.37 SPECS/perl-Glib.spec:1.38
--- SPECS/perl-Glib.spec:1.37   Sat Oct  8 14:08:42 2005
+++ SPECS/perl-Glib.spec        Thu Nov  3 21:15:43 2005
@@ -12,7 +12,7 @@
 Release:       1
 License:       LGPL v2.1+
 Group:         Development/Languages/Perl
-Source0:       
http://heanet.dl.sourceforge.net/gtk2-perl/%{pnam}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/gtk2-perl/%{pnam}-%{version}.tar.gz
 # Source0-md5: 717f1dd79d3da4e730a0f32c6307eb50
 URL:           http://gtk2-perl.sf.net/
 BuildRequires: glib2-devel >= 2.0.0
@@ -71,6 +71,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.37  2005/10/08 12:08:42  freetz
 - 1.101
 

================================================================
Index: SPECS/perl-Gtk2.spec
diff -u SPECS/perl-Gtk2.spec:1.41 SPECS/perl-Gtk2.spec:1.42
--- SPECS/perl-Gtk2.spec:1.41   Sat Oct  8 14:08:42 2005
+++ SPECS/perl-Gtk2.spec        Thu Nov  3 21:15:43 2005
@@ -14,7 +14,7 @@
 Release:       1
 License:       LGPL v2.1+
 Group:         Development/Languages/Perl
-Source0:       
http://heanet.dl.sourceforge.net/gtk2-perl/%{pdir}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/gtk2-perl/%{pdir}-%{version}.tar.gz
 # Source0-md5: 35646a71945e598228957a43bc3b7efe
 URL:           http://gtk2-perl.sf.net/
 BuildRequires: gtk+2-devel >= 1:2.0.0
@@ -30,8 +30,8 @@
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-The Gtk2 module allows a perl developer to use the GTK+ graphical
-user interface library.
+The Gtk2 module allows a perl developer to use the GTK+ graphical user
+interface library.
 
 %description -l pl
 Moduł Gtk2 pozwala programistom perlowym na używanie biblioteki
@@ -88,6 +88,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.42  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.41  2005/10/08 12:08:42  freetz
 - 1.101
 

================================================================
Index: SPECS/Zope-I18NLayer.spec
diff -u SPECS/Zope-I18NLayer.spec:1.8 SPECS/Zope-I18NLayer.spec:1.9
--- SPECS/Zope-I18NLayer.spec:1.8       Sat Oct  8 20:06:56 2005
+++ SPECS/Zope-I18NLayer.spec   Thu Nov  3 21:15:43 2005
@@ -8,7 +8,7 @@
 License:       GPL v2+
 Group:         Development/Tools
 #Source0:      
http://dl.sourceforge.net/collective/%{zope_subname}-%{version}.tar.gz
-Source0:       
http://puzzle.dl.sourceforge.net/sourceforge/collective/I18NLayer-0.6.0.tar.gz
+Source0:       http://dl.sourceforge.net/collective/I18NLayer-%{version}.tar.gz
 # Source0-md5: 63097d2b464724c381afd3d598233994
 URL:           http://plone.org/Members/longsleep/I18NLayer/
 BuildRequires: python
@@ -74,6 +74,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.8  2005/10/08 18:06:56  ciesiel
 - upgraded to version 0.6.0
 

================================================================
Index: SPECS/vdkbuilder.spec
diff -u SPECS/vdkbuilder.spec:1.17 SPECS/vdkbuilder.spec:1.18
--- SPECS/vdkbuilder.spec:1.17  Sat Sep  3 07:40:54 2005
+++ SPECS/vdkbuilder.spec       Thu Nov  3 21:15:43 2005
@@ -9,7 +9,7 @@
 Group:         Development/Tools
 Source0:       http://dl.sourceforge.net/vdkbuilder/%{name}2-%{version}.tar.gz
 # Source0-md5: 91216ce6659e447862b2bdc7335074fc
-Source1:       
http://kent.dl.sourceforge.net/sourceforge/vdkbuilder/vdktutorial-%{_tutver}.pdf.gz
+Source1:       
http://dl.sourceforge.net/vdkbuilder/vdktutorial-%{_tutver}.pdf.gz
 # Source1-md5: 06d2e9b1dab6bec28d7ea3b6819dfb67
 Source2:       %{name}.desktop
 Patch0:                %{name}-ac_FLAGS.patch
@@ -94,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.17  2005/09/03 05:40:54  twittner
 - rel. 1
 

================================================================
Index: SPECS/xdesktopwaves.spec
diff -u SPECS/xdesktopwaves.spec:1.12 SPECS/xdesktopwaves.spec:1.13
--- SPECS/xdesktopwaves.spec:1.12       Wed Dec 22 13:21:10 2004
+++ SPECS/xdesktopwaves.spec    Thu Nov  3 21:15:43 2005
@@ -6,7 +6,7 @@
 Release:       1
 License:       GPL
 Group:         X11/Amusements
-Source0:       
http://heanet.dl.sourceforge.net/xdesktopwaves/%{name}-%{version}.tar.gz
+Source0:       
http://dl.sourceforge.net/xdesktopwaves/%{name}-%{version}.tar.gz
 # Source0-md5: 4ef1233527cb3bbf06b8fdc407b04ebe
 URL:           http://xdesktopwaves.sourceforge.net/
 BuildRequires: XFree86-devel
@@ -63,6 +63,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2005/11/03 20:15:43  glen
+- unify sf url, and other things that adapter felt neccessary
+
 Revision 1.12  2004/12/22 12:21:10  qboosh
 - workaround for sf
 

================================================================
Index: SPECS/xemacs-preview-latex-pkg.spec
diff -u SPECS/xemacs-preview-latex-pkg.spec:1.10 
SPECS/xemacs-preview-latex-pkg.spec:1.11
--- SPECS/xemacs-preview-latex-pkg.spec:1.10    Thu Jun  2 22:52:07 2005
+++ SPECS/xemacs-preview-latex-pkg.spec Thu Nov  3 21:15:43 2005
@@ -7,8 +7,8 @@
 Release:       0.3
 License:       GPL
 Group:         Applications/Editors/XEmacs
-Source0:       
http://heanet.dl.sourceforge.net/preview-latex/%{_name}-%{version}.tar.gz
-# Source0-md5: 9c4afbf5c003da2873be5118a78a08d8        
+Source0:       
http://dl.sourceforge.net/preview-latex/%{_name}-%{version}.tar.gz
+# Source0-md5: 9c4afbf5c003da2873be5118a78a08d8
 URL:           http://sourceforge.net/projects/preview-latex/
 Patch0:                %{name}-AUCTeX.patch
 BuildRequires: texinfo >= 4.0
@@ -20,7 +20,7 @@
 Requires:      tetex-format-latex
 Requires:      tetex-dvips
 Requires:      ghostscript >= 6.51
-Requires(post,postun):  %{_bindir}/texhash
+Requires(post,postun): %{_bindir}/texhash
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -61,11 +61,11 @@
 
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} 
>/dev/null 2>&1
-%{_bindir}/texhash 1>&2 
+%{_bindir}/texhash 1>&2
 
 %postun
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} 
>/dev/null 2>&1
-%{_bindir}/texhash 1>&2 
+%{_bindir}/texhash 1>&2
 
 %files
 %defattr(644,root,root,755)
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/angst.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/beecrypt.spec?r1=1.58&r2=1.59&f=u
    http://cvs.pld-linux.org/SPECS/courier-sox.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/SPECS/courier.spec?r1=1.119&r2=1.120&f=u
    http://cvs.pld-linux.org/SPECS/fpc.spec?r1=1.52&r2=1.53&f=u
    http://cvs.pld-linux.org/SPECS/ghostscript-gpl.spec?r1=1.156&r2=1.157&f=u
    http://cvs.pld-linux.org/SPECS/ibmonitor.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/ncat.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-SDL.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/openldev.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SPECS/openmosix-tools.spec?r1=1.23&r2=1.24&f=u
    http://cvs.pld-linux.org/SPECS/pel.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/perl-Glib.spec?r1=1.37&r2=1.38&f=u
    http://cvs.pld-linux.org/SPECS/perl-Gtk2.spec?r1=1.41&r2=1.42&f=u
    http://cvs.pld-linux.org/SPECS/Zope-I18NLayer.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/SPECS/vdkbuilder.spec?r1=1.17&r2=1.18&f=u
    http://cvs.pld-linux.org/SPECS/xdesktopwaves.spec?r1=1.12&r2=1.13&f=u
    
http://cvs.pld-linux.org/SPECS/xemacs-preview-latex-pkg.spec?r1=1.10&r2=1.11&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to