SPECS: libtorrent-rasterbar.spec - down to 0.13.1 - imho it doesn't work wi...

2008-11-15 Thread uzsolt
Author: uzsolt   Date: Sat Nov 15 09:29:42 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- down to 0.13.1 - imho it doesn't work with qbittorrent 1.2.1
- rel 5 (rebuild with newest boost)

 Files affected:
SPECS:
   libtorrent-rasterbar.spec (1.8 -> 1.9) 

 Diffs:


Index: SPECS/libtorrent-rasterbar.spec
diff -u SPECS/libtorrent-rasterbar.spec:1.8 SPECS/libtorrent-rasterbar.spec:1.9
--- SPECS/libtorrent-rasterbar.spec:1.8 Mon Nov 10 20:08:42 2008
+++ SPECS/libtorrent-rasterbar.spec Sat Nov 15 10:29:37 2008
@@ -3,24 +3,23 @@
 Summary(hu.UTF-8): C++ BitTorrent könyvtár
 Summary(pl.UTF-8): Biblioteka BitTorrenta napisana w C++
 Name:  libtorrent-rasterbar
-Version:   0.14
+Version:   0.13.1
 Release:   1
 License:   BSD
 Group: Libraries
 Source0:   http://dl.sourceforge.net/libtorrent/%{name}-%{version}.tar.gz
-# Source0-md5: d4577ac07cff34b4a8202edc24383b8b
+# Source0-md5: 9d6b112fedc5861402647ff72e95dba0
+Patch0:%{name}-examples.patch
+## fix the build error with newest boost -- it will be fixed in the next 
libtorrent version
+Patch1:%{name}-boost.patch
+Patch2:%{name}-condition.patch
 URL:   http://www.rasterbar.com/products/libtorrent/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: boost-devel >= 1.35.0
 BuildRequires: libstdc++-devel
-BuildRequires: libtool
-BuildRequires: openssl-devel
 BuildRequires: sed >= 4.0
-BuildRequires: which
-BuildRequires: util-linux-ng
 BuildRequires: zlib-devel
-Obsoletes: rb_libtorrent
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -59,7 +58,8 @@
 Requires:  %{name} = %{version}-%{release}
 Requires:  boost-devel
 Requires:  openssl-devel
-Obsoletes: rb_libtorrent-devel
+## Same pkgconfig file, and unsuffixed shared library symlink.:(
+Conflicts: libtorrent-devel
 
 %descriptiondevel
 The libtorrent-rasterbar-devel package contains libraries and header
@@ -86,7 +86,6 @@
 Summary(pl.UTF-8): Statyczna biblioteka %{name}
 Group: Development/Libraries
 Requires:  %{name}-devel = %{version}-%{release}
-Obsoletes: rb_libtorrent-static
 
 %description static
 Static libtorrent-rasterbar library.
@@ -99,7 +98,9 @@
 
 %prep
 %setup -q
-
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 ## Some of the sources and docs are executable, which makes rpmlint against
 ## the resulting -debuginfo and -devel packages, respectively, quite angry. :]
 find src docs -type f | xargs chmod a-x
@@ -114,13 +115,13 @@
 %{__autoconf}
 %{__automake}
 %configure \
-   --with-boost-system=boost_system \
-   --with-boost-filesystem=boost_filesystem \
-   --with-boost-thread=boost_thread \
-   --with-boost-regex=boost_regex \
-   --with-boost-program-options=boost_program_options \
-   --with-{asio,zlib}=system \
-   --with-ssl
+   --with-boost-system=boost_system\
+   --with-boost-date-time=boost_date_time\
+   --with-boost-filesystem=boost_filesystem\
+   --with-boost-thread=boost_thread\
+   --with-boost-regex=boost_regex\
+   --with-boost-program-options=boost_program_options\
+   --with-{asio,zlib}=system
 
 %{__make} LDFLAGS="-L%{_libdir}64 %{rpmldflags}"
 
@@ -164,26 +165,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
-Revision 1.8  2008/11/10 19:08:42  megabajt
-- added O: rb_libtorrent, rb_libtorrent-devel, rb_libtorrent-static
-
-Revision 1.7  2008/11/10 16:49:47  duddits
-- up to 0.14
-- obsolete patches removed
-- %configure options updated
-
-Revision 1.6  2008/09/09 12:37:39  pluto
-- add missed BRs.
-
-Revision 1.5  2008/09/07 09:29:03  uzsolt
-- removed libtorrent-devel conflict (libtorrent-rb's files names are 
libtorrent-rasterbar*)
-- release 3
-
-Revision 1.4  2008/09/06 21:06:36  paszczus
-- release 2
-
-Revision 1.3  2008/09/01 17:16:04  uzsolt
-- added -L/usr/lib64 to LDFLAGS
+Revision 1.9  2008/11/15 09:29:37  uzsolt
+- down to 0.13.1 - imho it doesn't work with qbittorrent 1.2.1
+- rel 5 (rebuild with newest boost)
 
 Revision 1.1  2008/08/31 11:25:25  uzsolt
 - rb_libtorrent renamed to libtorrent-rasterbar


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libtorrent-rasterbar.spec?r1=1.8&r2=1.9&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: libtorrent-rasterbar.spec - really rel 5

2008-11-15 Thread uzsolt
Author: uzsolt   Date: Sat Nov 15 10:34:23 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- really rel 5

 Files affected:
SPECS:
   libtorrent-rasterbar.spec (1.9 -> 1.10) 

 Diffs:


Index: SPECS/libtorrent-rasterbar.spec
diff -u SPECS/libtorrent-rasterbar.spec:1.9 SPECS/libtorrent-rasterbar.spec:1.10
--- SPECS/libtorrent-rasterbar.spec:1.9 Sat Nov 15 10:29:37 2008
+++ SPECS/libtorrent-rasterbar.spec Sat Nov 15 11:34:17 2008
@@ -4,7 +4,7 @@
 Summary(pl.UTF-8): Biblioteka BitTorrenta napisana w C++
 Name:  libtorrent-rasterbar
 Version:   0.13.1
-Release:   1
+Release:   5
 License:   BSD
 Group: Libraries
 Source0:   http://dl.sourceforge.net/libtorrent/%{name}-%{version}.tar.gz
@@ -165,6 +165,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.10  2008/11/15 10:34:17  uzsolt
+- really rel 5
+
 Revision 1.9  2008/11/15 09:29:37  uzsolt
 - down to 0.13.1 - imho it doesn't work with qbittorrent 1.2.1
 - rel 5 (rebuild with newest boost)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libtorrent-rasterbar.spec?r1=1.9&r2=1.10&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: qbittorrent.spec - BR libtorrent-rasterbar = 0.13.1 (it seems it doe...

2008-11-15 Thread uzsolt
Author: uzsolt   Date: Sat Nov 15 11:36:36 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- BR libtorrent-rasterbar = 0.13.1 (it seems it doesn't work well with 0.14)
- comment out patch0 (maybe need in next version?)
- rel 3 (it seems it works well)

 Files affected:
SPECS:
   qbittorrent.spec (1.20 -> 1.21) 

 Diffs:


Index: SPECS/qbittorrent.spec
diff -u SPECS/qbittorrent.spec:1.20 SPECS/qbittorrent.spec:1.21
--- SPECS/qbittorrent.spec:1.20 Fri Nov 14 00:55:57 2008
+++ SPECS/qbittorrent.spec  Sat Nov 15 12:36:30 2008
@@ -4,12 +4,12 @@
 Summary(pl.UTF-8): qbittorrent - graficzny klient torrenta oparty na Qt4
 Name:  qbittorrent
 Version:   1.2.1
-Release:   2
+Release:   3
 License:   GPL v2+
 Group: X11/Applications
 Source0:   http://dl.sourceforge.net/qbittorrent/%{name}-%{version}.tar.gz
 # Source0-md5: c43f1e23a91858a9bafda3b7a08decfa  
-Patch0:%{name}-libtorrent14.patch
+# Patch0:  %{name}-libtorrent14.patch
 URL:   http://qbittorrent.sourceforge.net/
 BuildRequires: QtCore-devel
 BuildRequires: QtDBus-devel
@@ -18,7 +18,7 @@
 BuildRequires: QtXml-devel
 BuildRequires: boost-devel >= 1.36.0
 BuildRequires: curl-devel
-BuildRequires: libtorrent-rasterbar-devel >= 0.14
+BuildRequires: libtorrent-rasterbar-devel = 0.13.1
 BuildRequires: pkgconfig
 BuildRequires: qt4-build
 BuildRequires: qt4-qmake
@@ -38,7 +38,7 @@
 
 %prep
 %setup -q
-%patch0 -p0
+# %patch0 -p0
 
 %build
 ./configure \
@@ -83,6 +83,11 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.21  2008/11/15 11:36:30  uzsolt
+- BR libtorrent-rasterbar = 0.13.1 (it seems it doesn't work well with 0.14)
+- comment out patch0 (maybe need in next version?)
+- rel 3 (it seems it works well)
+
 Revision 1.20  2008/11/13 23:55:57  pluto
 - release 2.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qbittorrent.spec?r1=1.20&r2=1.21&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: libtorrent-rasterbar.spec - revert to rev 1.8

2008-11-16 Thread uzsolt
Author: uzsolt   Date: Sun Nov 16 12:00:21 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- revert to rev 1.8

 Files affected:
SPECS:
   libtorrent-rasterbar.spec (1.10 -> 1.11) 

 Diffs:


Index: SPECS/libtorrent-rasterbar.spec
diff -u SPECS/libtorrent-rasterbar.spec:1.10 
SPECS/libtorrent-rasterbar.spec:1.11
--- SPECS/libtorrent-rasterbar.spec:1.10Sat Nov 15 11:34:17 2008
+++ SPECS/libtorrent-rasterbar.spec Sun Nov 16 13:00:16 2008
@@ -3,23 +3,24 @@
 Summary(hu.UTF-8): C++ BitTorrent könyvtár
 Summary(pl.UTF-8): Biblioteka BitTorrenta napisana w C++
 Name:  libtorrent-rasterbar
-Version:   0.13.1
-Release:   5
+Version:   0.14
+Release:   1
 License:   BSD
 Group: Libraries
 Source0:   http://dl.sourceforge.net/libtorrent/%{name}-%{version}.tar.gz
-# Source0-md5: 9d6b112fedc5861402647ff72e95dba0
-Patch0:%{name}-examples.patch
-## fix the build error with newest boost -- it will be fixed in the next 
libtorrent version
-Patch1:%{name}-boost.patch
-Patch2:%{name}-condition.patch
+# Source0-md5: d4577ac07cff34b4a8202edc24383b8b
 URL:   http://www.rasterbar.com/products/libtorrent/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: boost-devel >= 1.35.0
 BuildRequires: libstdc++-devel
+BuildRequires: libtool
+BuildRequires: openssl-devel
 BuildRequires: sed >= 4.0
+BuildRequires: which
+BuildRequires: util-linux-ng
 BuildRequires: zlib-devel
+Obsoletes: rb_libtorrent
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -58,8 +59,7 @@
 Requires:  %{name} = %{version}-%{release}
 Requires:  boost-devel
 Requires:  openssl-devel
-## Same pkgconfig file, and unsuffixed shared library symlink.:(
-Conflicts: libtorrent-devel
+Obsoletes: rb_libtorrent-devel
 
 %descriptiondevel
 The libtorrent-rasterbar-devel package contains libraries and header
@@ -86,6 +86,7 @@
 Summary(pl.UTF-8): Statyczna biblioteka %{name}
 Group: Development/Libraries
 Requires:  %{name}-devel = %{version}-%{release}
+Obsoletes: rb_libtorrent-static
 
 %description static
 Static libtorrent-rasterbar library.
@@ -98,9 +99,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+
 ## Some of the sources and docs are executable, which makes rpmlint against
 ## the resulting -debuginfo and -devel packages, respectively, quite angry. :]
 find src docs -type f | xargs chmod a-x
@@ -115,13 +114,13 @@
 %{__autoconf}
 %{__automake}
 %configure \
-   --with-boost-system=boost_system\
-   --with-boost-date-time=boost_date_time\
-   --with-boost-filesystem=boost_filesystem\
-   --with-boost-thread=boost_thread\
-   --with-boost-regex=boost_regex\
-   --with-boost-program-options=boost_program_options\
-   --with-{asio,zlib}=system
+   --with-boost-system=boost_system \
+   --with-boost-filesystem=boost_filesystem \
+   --with-boost-thread=boost_thread \
+   --with-boost-regex=boost_regex \
+   --with-boost-program-options=boost_program_options \
+   --with-{asio,zlib}=system \
+   --with-ssl
 
 %{__make} LDFLAGS="-L%{_libdir}64 %{rpmldflags}"
 
@@ -165,12 +164,29 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
-Revision 1.10  2008/11/15 10:34:17  uzsolt
-- really rel 5
+Revision 1.11  2008/11/16 12:00:16  uzsolt
+- revert to rev 1.8
+
+Revision 1.8  2008/11/10 19:08:42  megabajt
+- added O: rb_libtorrent, rb_libtorrent-devel, rb_libtorrent-static
+
+Revision 1.7  2008/11/10 16:49:47  duddits
+- up to 0.14
+- obsolete patches removed
+- %configure options updated
+
+Revision 1.6  2008/09/09 12:37:39  pluto
+- add missed BRs.
+
+Revision 1.5  2008/09/07 09:29:03  uzsolt
+- removed libtorrent-devel conflict (libtorrent-rb's files names are 
libtorrent-rasterbar*)
+- release 3
+
+Revision 1.4  2008/09/06 21:06:36  paszczus
+- release 2
 
-Revision 1.9  2008/11/15 09:29:37  uzsolt
-- down to 0.13.1 - imho it doesn't work with qbittorrent 1.2.1
-- rel 5 (rebuild with newest boost)
+Revision 1.3  2008/09/01 17:16:04  uzsolt
+- added -L/usr/lib64 to LDFLAGS
 
 Revision 1.1  2008/08/31 11:25:25  uzsolt
 - rb_libtorrent renamed to libtorrent-rasterbar


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libtorrent-rasterbar.spec?r1=1.10&r2=1.11&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: bygfoot.spec - up to 2.3.0 (changed Source0 and %setup) - hu summary...

2008-11-17 Thread uzsolt
Author: uzsolt   Date: Mon Nov 17 16:41:37 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.3.0 (changed Source0 and %setup)
- hu summary and description

 Files affected:
SPECS:
   bygfoot.spec (1.24 -> 1.25) 

 Diffs:


Index: SPECS/bygfoot.spec
diff -u SPECS/bygfoot.spec:1.24 SPECS/bygfoot.spec:1.25
--- SPECS/bygfoot.spec:1.24 Mon May 19 13:32:20 2008
+++ SPECS/bygfoot.spec  Mon Nov 17 17:41:32 2008
@@ -1,13 +1,14 @@
 # $Revision$, $Date$
 Summary:   A simple football manager
+Summary(hu.UTF-8): Egy football menedzser játék
 Summary(pl.UTF-8): Prosty menadżer piłkarski
 Name:  bygfoot
-Version:   2.2.1
+Version:   2.3.0
 Release:   1
 License:   GPL v2+
 Group: X11/Applications/Games
-Source0:   
http://dl.sourceforge.net/bygfoot/%{name}-%{version}-source.tar.bz2
-# Source0-md5: cd6479d6517fc26badae4085039e279c
+Source0:   http://dl.sourceforge.net/bygfoot/%{name}-%{version}.tar.bz2
+# Source0-md5: 7df51b476131321ca17a4e8eb037339a
 Source1:   %{name}.desktop
 Patch0:%{name}-locale_names.patch
 URL:   http://bygfoot.sourceforge.net/
@@ -23,13 +24,18 @@
 international leagues and cups. You manage a team from one such
 league: you form the team and buy and sell players.
 
+%description -l hu.UTF-8
+Bygfoot egy kicsi és egyszerű football menedzser játék, néhány
+nemzetközi ligával és kupával. Te menedzseled a csapatot egy ligában:
+te alakítod a csapatot, eladhatsz és vehetsz játékosokat.
+
 %description -l pl.UTF-8
 Bygfoot jest małym i prostym menadżerem piłkarskim umożliwiającym grę
 w międzynarodowych ligach i pucharach. Gra polega na tworzeniu drużyny
 oraz kupowaniu i sprzedawaniu zawodników.
 
 %prep
-%setup -q -n %{name}-%{version}-source
+%setup -q 
 %patch0 -p1
 
 mv po/zh{,_CN}.po
@@ -70,6 +76,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.25  2008/11/17 16:41:32  uzsolt
+- up to 2.3.0 (changed Source0 and %setup)
+- hu summary and description
+
 Revision 1.24  2008/05/19 11:32:20  lisu
 - 2.2.1
 - use autoheader


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bygfoot.spec?r1=1.24&r2=1.25&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: bygfoot-2.3.0.tar.bz2

2008-11-17 Thread uzsolt

Files fetched: 1

STORED: http://master.dl.sourceforge.net/bygfoot/bygfoot-2.3.0.tar.bz2
7df51b476131321ca17a4e8eb037339a  bygfoot-2.3.0.tar.bz2
Size: 979085 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tetex-latex-tikz-examples.spec (NEW) - initial

2008-11-20 Thread uzsolt
Author: uzsolt   Date: Thu Nov 20 21:24:04 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- initial

 Files affected:
SPECS:
   tetex-latex-tikz-examples.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/tetex-latex-tikz-examples.spec
diff -u /dev/null SPECS/tetex-latex-tikz-examples.spec:1.1
--- /dev/null   Thu Nov 20 22:24:04 2008
+++ SPECS/tetex-latex-tikz-examples.specThu Nov 20 22:23:58 2008
@@ -0,0 +1,267 @@
+# $Revision$, $Date$
+# TODO: create a file to %exampledir (the solution above doesn't work)
+%define pdfdir http://media.texample.net/tikz/examples/PDF
+%define texdir http://media.texample.net/tikz/examples/TEX
+Summary:   TikZ examples
+Summary(hu.UTF-8): TikZ példák
+Name:  tetex-latex-tikz-examples
+Version:   20081120
+Release:   1
+License:   LaTeX Project Public License
+Group: Applications/Publishing/TeX
+URL:   http://www.texample.net/tikz/examples/
+# chemistry
+Source0:   %{pdfdir}/atoms-and-orbitals.pdf
+Source1:   %{texdir}/atoms-and-orbitals.tex
+Source2:   %{pdfdir}/oxidation-and-reduction.pdf
+Source3:   %{texdir}/oxidation-and-reduction.tex
+# computer
+Source4:   %{pdfdir}/actor-transaction-diagram.pdf
+Source5:   %{texdir}/actor-transaction-diagram.tex
+Source6:   %{pdfdir}/computer-science-mindmap.pdf
+Source7:   %{texdir}/computer-science-mindmap.tex
+Source8:   %{pdfdir}/distributed-processing.pdf
+Source9:   %{texdir}/distributed-processing.tex
+Source10:  %{pdfdir}/interaction-nets.pdf
+Source11:  %{texdir}/interaction-nets.tex
+Source12:  %{pdfdir}/manet.pdf
+Source13:  %{texdir}/manet.tex
+Source14:  %{pdfdir}/prims-algorithm.pdf
+Source15:  %{texdir}/prims-algorithm.tex
+Source16:  %{pdfdir}/star-graph.pdf
+Source17:  %{texdir}/star-graph.tex
+Source18:  %{pdfdir}/timing-diagram.pdf
+Source19:  %{texdir}/timing-diagram.tex
+Source20:  %{pdfdir}/pgf-umlsd.pdf
+Source21:  %{texdir}/pgf-umlsd.tex
+# electrical
+Source22:  %{pdfdir}/circuitikz.pdf
+Source23:  %{texdir}/circuitikz.tex
+Source24:  %{pdfdir}/control-system-principles.pdf
+Source25:  %{texdir}/control-system-principles.tex
+Source26:  %{pdfdir}/circuit-decorations.pdf
+Source27:  %{texdir}/circuit-decorations.tex
+Source28:  %{pdfdir}/FIR-filter.pdf
+Source29:  %{texdir}/FIR-filter.tex
+Source30:  %{pdfdir}/logic-circuits-library.pdf
+Source31:  %{texdir}/logic-circuits-library.tex
+Source32:  %{pdfdir}/radix2fft.pdf
+Source33:  %{texdir}/radix2fft.tex
+Source34:  %{pdfdir}/schemabloc.pdf
+Source35:  %{texdir}/schemabloc.tex
+Source36:  %{pdfdir}/signal-flow-building-blocks.pdf
+Source37:  %{texdir}/signal-flow-building-blocks.tex
+Source38:  %{pdfdir}/simple-circuit-schematics-symbols.pdf
+Source39:  %{texdir}/simple-circuit-schematics-symbols.tex
+# mathematics
+Source40:  %{pdfdir}/animated-set-intersection.pdf
+Source41:  %{texdir}/animated-set-intersection.tex
+Source42:  %{pdfdir}/tutorial.pdf
+Source43:  %{texdir}/tutorial.tex
+Source44:  %{pdfdir}/hilbert-curve.pdf
+Source45:  %{texdir}/hilbert-curve.tex
+Source46:  %{pdfdir}/parallel-lines.pdf
+Source47:  %{texdir}/parallel-lines.tex
+Source48:  %{pdfdir}/polygon-division.pdf
+Source49:  %{texdir}/polygon-division.tex
+Source50:  %{pdfdir}/sign-diagram.pdf
+Source51:  %{texdir}/sign-diagram.tex
+Source52:  %{pdfdir}/star-graph.pdf
+Source53:  %{texdir}/star-graph.tex
+# physics
+Source54:  %{pdfdir}/beamer-arrows.pdf
+Source55:  %{texdir}/beamer-arrows.tex
+Source56:  %{pdfdir}/feynman-diagram.pdf
+Source57:  %{texdir}/feynman-diagram.tex
+Source58:  %{pdfdir}/free-body-diagrams.pdf
+Source59:  %{texdir}/free-body-diagrams.tex
+Source60:  %{pdfdir}/gamma-interaction.pdf
+Source61:  %{texdir}/gamma-interaction.tex
+Source62:  %{pdfdir}/global-nodes.pdf
+Source63:  %{texdir}/global-nodes.tex
+Source64:  %{pdfdir}/oblique-incidence.pdf
+Source65:  %{texdir}/oblique-incidence.tex
+# statistics
+Source66:  %{pdfdir}/animated-distributions.pdf
+Source67:  %{texdir}/animated-distributions.tex
+Source68:  %{pdfdir}/box-and-whisker-plot.pdf
+Source69:  %{texdir}/box-and-whisker-plot.tex
+Source70:  %{pdfdir}/standard-deviation.pdf
+Source71:  %{texdir}/standard-deviation.tex
+Requires:  tetex-latex
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _exampledir %{_datadir}/texmf/doc/latex/tikz/examples
+
+%description
+TikZ examples.
+
+%description -l hu.UTF-8
+TikZ példák.
+
+
+%package chemistry
+Summary:   TikZ chemistry examples
+Summary(hu.UTF-8): TikZ kémiai példák
+Group: Applications/Publishing/TeX
+
+%description chemistry
+TikZ chemistry 

SPECS: tetex-latex-tikz-examples.spec - fix creation of README - removed TODO

2008-11-20 Thread uzsolt
Author: uzsolt   Date: Thu Nov 20 21:29:24 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix creation of README
- removed TODO

 Files affected:
SPECS:
   tetex-latex-tikz-examples.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/tetex-latex-tikz-examples.spec
diff -u SPECS/tetex-latex-tikz-examples.spec:1.1 
SPECS/tetex-latex-tikz-examples.spec:1.2
--- SPECS/tetex-latex-tikz-examples.spec:1.1Thu Nov 20 22:23:58 2008
+++ SPECS/tetex-latex-tikz-examples.specThu Nov 20 22:29:18 2008
@@ -1,5 +1,4 @@
 # $Revision$, $Date$
-# TODO: create a file to %exampledir (the solution above doesn't work)
 %define pdfdir http://media.texample.net/tikz/examples/PDF
 %define texdir http://media.texample.net/tikz/examples/TEX
 Summary:   TikZ examples
@@ -183,8 +182,8 @@
 The site is still under heavily construction, so sorry for all the mess.
 Content, features and design will be added gradually.
 EOF
-)
-> $RPM_BUILD_ROOT%{_exampledir}/README
+) > $RPM_BUILD_ROOT%{_exampledir}/README
+
 # chemistry
 install -d $RPM_BUILD_ROOT%{_exampledir}/chemistry
 install %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} 
$RPM_BUILD_ROOT%{_exampledir}/chemistry
@@ -262,6 +261,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2008/11/20 21:29:18  uzsolt
+- fix creation of README
+- removed TODO
+
 Revision 1.1  2008/11/20 21:23:58  uzsolt
 - initial
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tetex-latex-tikz-examples.spec?r1=1.1&r2=1.2&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: circuitikz.zip

2008-11-21 Thread uzsolt

Files fetched: 1

STORED: http://home.dei.polimi.it/mredaelli/downloads/circuitikz.zip
04c429a958182eaf00d45341c02a  circuitikz.zip
Size: 14193 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tetex-latex-circuitikz.spec (NEW) - initial

2008-11-21 Thread uzsolt
Author: uzsolt   Date: Fri Nov 21 21:16:02 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- initial

 Files affected:
SPECS:
   tetex-latex-circuitikz.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/tetex-latex-circuitikz.spec
diff -u /dev/null SPECS/tetex-latex-circuitikz.spec:1.1
--- /dev/null   Fri Nov 21 22:16:02 2008
+++ SPECS/tetex-latex-circuitikz.spec   Fri Nov 21 22:15:56 2008
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+
+%define short_name circuitikz
+%definetexhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
+
+Summary:   CircuiTikz is a set of LaTeX macros designed to make it easy to 
draw electrical networks in scientific publications
+Summary(hu.UTF-8): A CircuiTikz LaTeX makrók gyűjteménye, amelyek 
elektromos hálózatok könnyű rajzolására készült.
+Name:  tetex-latex-%{short_name}
+Version:   0.1.1
+Release:   1
+License:   LaTeX Project Public License
+Group: Applications/Publishing/TeX
+URL:   http://home.dei.polimi.it/mredaelli/circuitikz/index.html
+Source0:   http://home.dei.polimi.it/mredaelli/downloads/circuitikz.zip
+# Source0-md5: 04c429a958182eaf00d45341c02a
+Requires(post,postun): /usr/bin/texhash
+Requires:  tetex-latex
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CircuiTikz is a set of LaTeX macros designed to make it easy to draw
+electrical networks in scientific publications.
+
+%description -l hu.UTF-8
+A CircuiTikz Latex makrók gyűjteménye, amelyek elektromos hálózatok
+könnyű rajzolására készült.
+
+%prep
+%setup -q -n %{short_name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+
+install *.sty $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%texhash
+
+%postun
+%texhash
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README
+%{_datadir}/texmf/tex/latex/%{short_name}
+
+
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2008/11/21 21:15:56  uzsolt
+- initial
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tetex-latex-tikz-examples.spec - add some suggests (maybe needs more...

2008-11-21 Thread uzsolt
Author: uzsolt   Date: Fri Nov 21 21:17:39 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- add some suggests (maybe needs more!)
- rel 1.1 (imho only needs some suggests)

 Files affected:
SPECS:
   tetex-latex-tikz-examples.spec (1.2 -> 1.3) 

 Diffs:


Index: SPECS/tetex-latex-tikz-examples.spec
diff -u SPECS/tetex-latex-tikz-examples.spec:1.2 
SPECS/tetex-latex-tikz-examples.spec:1.3
--- SPECS/tetex-latex-tikz-examples.spec:1.2Thu Nov 20 22:29:18 2008
+++ SPECS/tetex-latex-tikz-examples.specFri Nov 21 22:17:34 2008
@@ -5,7 +5,7 @@
 Summary(hu.UTF-8): TikZ példák
 Name:  tetex-latex-tikz-examples
 Version:   20081120
-Release:   1
+Release:   1.1
 License:   LaTeX Project Public License
 Group: Applications/Publishing/TeX
 URL:   http://www.texample.net/tikz/examples/
@@ -127,6 +127,9 @@
 Summary:   TikZ electrical engineering examples
 Summary(hu.UTF-8): TikZ elektronikai példák
 Group: Applications/Publishing/TeX
+# need to compile
+Suggests:  tetex-tex-xkeyval
+Suggests:  tetex-latex-circuitikz
 
 %description electrical
 TikZ electrical engineering examples
@@ -261,6 +264,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2008/11/21 21:17:34  uzsolt
+- add some suggests (maybe needs more!)
+- rel 1.1 (imho only needs some suggests)
+
 Revision 1.2  2008/11/20 21:29:18  uzsolt
 - fix creation of README
 - removed TODO


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tetex-latex-tikz-examples.spec?r1=1.2&r2=1.3&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tetex-latex-tikz-examples.spec - adapterized

2008-11-21 Thread uzsolt
Author: uzsolt   Date: Fri Nov 21 21:20:21 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- adapterized

 Files affected:
SPECS:
   tetex-latex-tikz-examples.spec (1.3 -> 1.4) 

 Diffs:


Index: SPECS/tetex-latex-tikz-examples.spec
diff -u SPECS/tetex-latex-tikz-examples.spec:1.3 
SPECS/tetex-latex-tikz-examples.spec:1.4
--- SPECS/tetex-latex-tikz-examples.spec:1.3Fri Nov 21 22:17:34 2008
+++ SPECS/tetex-latex-tikz-examples.specFri Nov 21 22:20:16 2008
@@ -128,8 +128,8 @@
 Summary(hu.UTF-8): TikZ elektronikai példák
 Group: Applications/Publishing/TeX
 # need to compile
-Suggests:  tetex-tex-xkeyval
 Suggests:  tetex-latex-circuitikz
+Suggests:  tetex-tex-xkeyval
 
 %description electrical
 TikZ electrical engineering examples
@@ -264,6 +264,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2008/11/21 21:20:16  uzsolt
+- adapterized
+
 Revision 1.3  2008/11/21 21:17:34  uzsolt
 - add some suggests (maybe needs more!)
 - rel 1.1 (imho only needs some suggests)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tetex-latex-tikz-examples.spec?r1=1.3&r2=1.4&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tetex-latex-circuitikz.spec - R tetex-pgf

2008-11-22 Thread uzsolt
Author: uzsolt   Date: Sat Nov 22 09:00:22 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- R tetex-pgf

 Files affected:
SPECS:
   tetex-latex-circuitikz.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/tetex-latex-circuitikz.spec
diff -u SPECS/tetex-latex-circuitikz.spec:1.1 
SPECS/tetex-latex-circuitikz.spec:1.2
--- SPECS/tetex-latex-circuitikz.spec:1.1   Fri Nov 21 22:15:56 2008
+++ SPECS/tetex-latex-circuitikz.spec   Sat Nov 22 10:00:14 2008
@@ -15,6 +15,7 @@
 # Source0-md5: 04c429a958182eaf00d45341c02a
 Requires(post,postun): /usr/bin/texhash
 Requires:  tetex-latex
+Requires:  tetex-pgf
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -56,6 +57,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2008/11/22 09:00:14  uzsolt
+- R tetex-pgf
+
 Revision 1.1  2008/11/21 21:15:56  uzsolt
 - initial
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tetex-latex-circuitikz.spec?r1=1.1&r2=1.2&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tetex-pgf.spec - up to 2.00 - improved with 'find' the %install sect...

2008-11-22 Thread uzsolt
Author: uzsolt   Date: Sat Nov 22 10:02:27 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.00
- improved with 'find' the %install section (because of directory tree change)
- findutils BR
- hu summary and description

 Files affected:
SPECS:
   tetex-pgf.spec (1.11 -> 1.12) 

 Diffs:


Index: SPECS/tetex-pgf.spec
diff -u SPECS/tetex-pgf.spec:1.11 SPECS/tetex-pgf.spec:1.12
--- SPECS/tetex-pgf.spec:1.11   Tue Mar 13 19:42:32 2007
+++ SPECS/tetex-pgf.specSat Nov 22 11:02:22 2008
@@ -7,15 +7,17 @@
 # Pack more files ? (documentation sources as examples)
 
 Summary:   The TeX Portable Graphic Format
+Summary(hu.UTF-8): TeX Portable Graphic Formátum
 Summary(pl.UTF-8): Przenośny format grafiki dla TeXa
 Name:  tetex-pgf
-Version:   1.10
+Version:   2.00
 Release:   1
 License:   LaTeX Project Public License
 Group: Applications/Publishing/TeX
 Source0:   http://dl.sourceforge.net/pgf/%{short_name}-%{version}.tar.gz
-# Source0-md5: abae3c7d215dc854458f8ecbb2bf5a81
+# Source0-md5: fb8cb62462f8248e327bf23ee5b9ccda
 URL:   http://sourceforge.net/projects/pgf/
+BuildRequires:  findutils
 Requires:  tetex-latex
 Requires:  tetex-latex-xcolor >= 2.00
 Requires(post,postun): /usr/bin/texhash
@@ -24,6 +26,9 @@
 %description
 A macro package for creating graphics directly in TeX and LaTeX.
 
+%description -l hu.UTF-8
+Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
+
 %description -l pl.UTF-8
 Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
 
@@ -35,9 +40,12 @@
 
 for SEC in generic latex plain; do
cd $SEC/%{short_name}
-   for DIR in *; do
+   for DIR in $(find -type d); do
install -d 
$RPM_BUILD_ROOT%{_datadir}/texmf/tex/$SEC/%{short_name}/$DIR
-   install $DIR/* 
$RPM_BUILD_ROOT%{_datadir}/texmf/tex/$SEC/%{short_name}/$DIR
+   FILES=$(find $DIR -maxdepth 1 -type f) 
+   if [ -n "$FILES" ]; then
+   install $FILES 
$RPM_BUILD_ROOT%{_datadir}/texmf/tex/$SEC/%{short_name}/$DIR
+   fi
done
cd ../..
 done
@@ -53,7 +61,8 @@
 
 %files
 %defattr(644,root,root,755)
-%doc doc/generic/pgf/version-for-pdftex/en/pgfmanual.pdf  
doc/generic/pgf/AUTHORS doc/generic/pgf/ChangeLog doc/generic/pgf/README 
doc/generic/pgf/TODO
+# TODO: create doc/generic/pgf/version-for-pdftex/en/pgfmanual.pdf
+%doc doc/generic/pgf/AUTHORS doc/generic/pgf/ChangeLog doc/generic/pgf/README 
doc/generic/pgf/TODO
 %{_datadir}/texmf/tex/generic/%{short_name}
 %{_datadir}/texmf/tex/latex/%{short_name}
 %{_datadir}/texmf/tex/plain/%{short_name}
@@ -64,6 +73,12 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.12  2008/11/22 10:02:22  uzsolt
+- up to 2.00
+- improved with 'find' the %install section (because of directory tree change)
+- findutils BR
+- hu summary and description
+
 Revision 1.11  2007/03/13 18:42:32  jajcus
 - Version: 1.10
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tetex-pgf.spec?r1=1.11&r2=1.12&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: pgf-2.00.tar.gz

2008-11-22 Thread uzsolt

Files fetched: 1

STORED: http://master.dl.sourceforge.net/pgf/pgf-2.00.tar.gz
fb8cb62462f8248e327bf23ee5b9ccda  pgf-2.00.tar.gz
Size: 3758613 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tetex-pgf.spec - adapterized

2008-11-22 Thread uzsolt
Author: uzsolt   Date: Sat Nov 22 10:04:30 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- adapterized

 Files affected:
SPECS:
   tetex-pgf.spec (1.12 -> 1.13) 

 Diffs:


Index: SPECS/tetex-pgf.spec
diff -u SPECS/tetex-pgf.spec:1.12 SPECS/tetex-pgf.spec:1.13
--- SPECS/tetex-pgf.spec:1.12   Sat Nov 22 11:02:22 2008
+++ SPECS/tetex-pgf.specSat Nov 22 11:04:25 2008
@@ -17,10 +17,9 @@
 Source0:   http://dl.sourceforge.net/pgf/%{short_name}-%{version}.tar.gz
 # Source0-md5: fb8cb62462f8248e327bf23ee5b9ccda
 URL:   http://sourceforge.net/projects/pgf/
-BuildRequires:  findutils
+Requires(post,postun): /usr/bin/texhash
 Requires:  tetex-latex
 Requires:  tetex-latex-xcolor >= 2.00
-Requires(post,postun): /usr/bin/texhash
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,7 +41,7 @@
cd $SEC/%{short_name}
for DIR in $(find -type d); do
install -d 
$RPM_BUILD_ROOT%{_datadir}/texmf/tex/$SEC/%{short_name}/$DIR
-   FILES=$(find $DIR -maxdepth 1 -type f) 
+   FILES=$(find $DIR -maxdepth 1 -type f)
if [ -n "$FILES" ]; then
install $FILES 
$RPM_BUILD_ROOT%{_datadir}/texmf/tex/$SEC/%{short_name}/$DIR
fi
@@ -73,6 +72,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.13  2008/11/22 10:04:25  uzsolt
+- adapterized
+
 Revision 1.12  2008/11/22 10:02:22  uzsolt
 - up to 2.00
 - improved with 'find' the %install section (because of directory tree change)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tetex-pgf.spec?r1=1.12&r2=1.13&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: pgf-umlsd-0.3.tar.gz

2008-11-22 Thread uzsolt

Files fetched: 1

STORED: http://pgf-umlsd.googlecode.com/files/pgf-umlsd-0.3.tar.gz
4e9102376c12ea27c8b6d253d35b4f8a  pgf-umlsd-0.3.tar.gz
Size: 31124 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tetex-latex-pgf-umlsd.spec (NEW) - initial

2008-11-22 Thread uzsolt
Author: uzsolt   Date: Sat Nov 22 10:51:36 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- initial

 Files affected:
SPECS:
   tetex-latex-pgf-umlsd.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/tetex-latex-pgf-umlsd.spec
diff -u /dev/null SPECS/tetex-latex-pgf-umlsd.spec:1.1
--- /dev/null   Sat Nov 22 11:51:36 2008
+++ SPECS/tetex-latex-pgf-umlsd.specSat Nov 22 11:51:30 2008
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+
+%define short_name pgf-umlsd
+%definetexhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
+
+Summary:   Some LaTeX macros for UML Sequence Diagrams
+Summary(hu.UTF-8): Néhány LaTeX makró UML diagramok rajzolásához
+Name:  tetex-latex-%{short_name}
+Version:   0.3
+Release:   1
+License:   LaTeX Project Public License
+Group: Applications/Publishing/TeX
+URL:   http://code.google.com/p/pgf-umlsd/
+Source0:   
http://pgf-umlsd.googlecode.com/files/pgf-umlsd-%{version}.tar.gz
+# Source0-md5: 4e9102376c12ea27c8b6d253d35b4f8a
+Requires(post,postun): /usr/bin/texhash
+Requires:  tetex-latex
+Requires:  tetex-pgf
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Some LaTeX macros for UML Sequence Diagrams.
+
+%description -l hu.UTF-8
+Néhány LaTeX makró UML diagramok rajzolásához.
+
+%prep
+%setup -q -n %{short_name}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+install *.sty $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/doc/latex/%{short_name}
+install %{short_name}-demo.pdf %{short_name}-demo.tex 
$RPM_BUILD_ROOT%{_datadir}/texmf/doc/latex/%{short_name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%texhash
+
+%postun
+%texhash
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/texmf/tex/latex/%{short_name}
+%{_datadir}/texmf/doc/latex/%{short_name}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2008/11/22 10:51:30  uzsolt
+- initial
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: tikz-inet.zip

2008-11-22 Thread uzsolt

Files fetched: 1

STORED: http://www.ctan.org/get/graphics/pgf/contrib/tikz-inet.zip
7ac97b9ad3d4d6ed5b6ec45894f1496c  tikz-inet.zip
Size: 120114 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tetex-latex-tikz-inet.spec (NEW) - initial

2008-11-22 Thread uzsolt
Author: uzsolt   Date: Sat Nov 22 10:32:34 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- initial

 Files affected:
SPECS:
   tetex-latex-tikz-inet.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/tetex-latex-tikz-inet.spec
diff -u /dev/null SPECS/tetex-latex-tikz-inet.spec:1.1
--- /dev/null   Sat Nov 22 11:32:34 2008
+++ SPECS/tetex-latex-tikz-inet.specSat Nov 22 11:32:29 2008
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+
+%define short_name tikz-inet
+%definetexhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
+
+Summary:   Draw interaction nets with TikZ
+Summary(hu.UTF-8): Hálózatok rajzolása TikZ-zel
+Name:  tetex-latex-%{short_name}
+Version:   0.1.1
+Release:   1
+License:   LaTeX Project Public License
+Group: Applications/Publishing/TeX
+URL:   
http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=tikz-inet
+Source0:   http://www.ctan.org/get/graphics/pgf/contrib/%{short_name}.zip
+# Source0-md5: 7ac97b9ad3d4d6ed5b6ec45894f1496c
+Requires(post,postun): /usr/bin/texhash
+Requires:  tetex-latex
+Requires:  tetex-pgf
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The package extends TikZ with macros to draw interaction nets.
+
+%description -l hu.UTF-8
+Ez a csomag a TikZ-et kiterjeszti olyan makrókkal, amelyekkel
+hálózatokat lehet rajzolni.
+
+%prep
+%setup -q -n %{short_name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+install *.sty $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/doc/latex/tikz/%{short_name}
+install %{short_name}-doc.pdf %{short_name}-doc.tex 
$RPM_BUILD_ROOT%{_datadir}/texmf/doc/latex/tikz/%{short_name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%texhash
+
+%postun
+%texhash
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%dir %{_datadir}/texmf/doc/latex/tikz
+%{_datadir}/texmf/tex/latex/%{short_name}
+%{_datadir}/texmf/doc/latex/tikz/%{short_name}
+
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2008/11/22 10:32:29  uzsolt
+- initial
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tetex-latex-electcomp.spec (NEW) - initial

2008-11-22 Thread uzsolt
Author: uzsolt   Date: Sat Nov 22 12:00:50 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- initial

 Files affected:
SPECS:
   tetex-latex-electcomp.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/tetex-latex-electcomp.spec
diff -u /dev/null SPECS/tetex-latex-electcomp.spec:1.1
--- /dev/null   Sat Nov 22 13:00:50 2008
+++ SPECS/tetex-latex-electcomp.specSat Nov 22 13:00:45 2008
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+
+%define short_name electcomp
+%definetexhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
+
+Summary:   Electrical Circuits with pgf
+Summary(hu.UTF-8): Elektromos áramkörök pgf-fel
+Name:  tetex-latex-%{short_name}
+Version:   20080312
+Release:   1
+License:   LaTeX Project Public License
+Group: Applications/Publishing/TeX
+Source0:   
http://media.texample.net/tikz/examples/extra/circuit-decorations/tzbondgraph/electComp.sty
+Requires(post,postun): /usr/bin/texhash
+Requires:  tetex-latex
+Requires:  tetex-pgf
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Electrical Circuits with pgf.
+
+%description -l hu.UTF-8
+Elektromos áramkörök pgf-fel
+
+%prep
+# empty
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%texhash
+
+%postun
+%texhash
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/texmf/tex/latex/%{short_name}
+
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2008/11/22 12:00:45  uzsolt
+- initial
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tetex-latex-tikz-examples.spec - added some Suggests

2008-11-22 Thread uzsolt
Author: uzsolt   Date: Sat Nov 22 12:11:44 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- added some Suggests

 Files affected:
SPECS:
   tetex-latex-tikz-examples.spec (1.4 -> 1.5) 

 Diffs:


Index: SPECS/tetex-latex-tikz-examples.spec
diff -u SPECS/tetex-latex-tikz-examples.spec:1.4 
SPECS/tetex-latex-tikz-examples.spec:1.5
--- SPECS/tetex-latex-tikz-examples.spec:1.4Fri Nov 21 22:20:16 2008
+++ SPECS/tetex-latex-tikz-examples.specSat Nov 22 13:11:38 2008
@@ -88,6 +88,8 @@
 Source70:  %{pdfdir}/standard-deviation.pdf
 Source71:  %{texdir}/standard-deviation.tex
 Requires:  tetex-latex
+# 2.00 is required so please don't delete it!
+Requires:  tetex-pgf >= 2.00
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define _exampledir %{_datadir}/texmf/doc/latex/tikz/examples
@@ -103,6 +105,7 @@
 Summary:   TikZ chemistry examples
 Summary(hu.UTF-8): TikZ kémiai példák
 Group: Applications/Publishing/TeX
+Suggests:  tetex-latex-mhchem
 
 %description chemistry
 TikZ chemistry examples
@@ -115,6 +118,9 @@
 Summary:   TikZ computer science examples
 Summary(hu.UTF-8): TikZ számítógép-tudományi példák
 Group: Applications/Publishing/TeX
+Suggests:  tetex-latex-beamer
+Suggests:  tetex-latex-pgf-umlsd
+Suggests:  tetex-latex-tikz-inet
 
 %description computer
 TikZ computer science examples
@@ -129,6 +135,7 @@
 Group: Applications/Publishing/TeX
 # need to compile
 Suggests:  tetex-latex-circuitikz
+Suggests:  tetex-latex-electcomp
 Suggests:  tetex-tex-xkeyval
 
 %description electrical
@@ -154,6 +161,7 @@
 Summary:   TikZ physics examples
 Summary(hu.UTF-8): TikZ fizikai példák
 Group: Applications/Publishing/TeX
+Suggests:  tetex-latex-beamer
 
 %description physics
 TikZ physics examples
@@ -264,6 +272,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.5  2008/11/22 12:11:38  uzsolt
+- added some Suggests
+
 Revision 1.4  2008/11/21 21:20:16  uzsolt
 - adapterized
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tetex-latex-tikz-examples.spec?r1=1.4&r2=1.5&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: examdoc.tex examdoc.pdf

2008-11-24 Thread uzsolt

Files fetched: 2

STORED: http://www-math.mit.edu/~psh/exam/examdoc.tex
e771547c36e897cc79a5da53676189f6  examdoc.tex
Size: 187078 bytes
STORED: http://www-math.mit.edu/~psh/exam/examdoc.pdf
f4f60059de1a00a5d561fad9f46bb5e4  examdoc.pdf
Size: 410111 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tetex-latex-exam-doc.spec (NEW) - initial - it provides the source L...

2008-11-24 Thread uzsolt
Author: uzsolt   Date: Mon Nov 24 17:01:28 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- initial
- it provides the source LaTeX file and in pdf format

 Files affected:
SPECS:
   tetex-latex-exam-doc.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/tetex-latex-exam-doc.spec
diff -u /dev/null SPECS/tetex-latex-exam-doc.spec:1.1
--- /dev/null   Mon Nov 24 18:01:28 2008
+++ SPECS/tetex-latex-exam-doc.spec Mon Nov 24 18:01:23 2008
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary:   Documentation of exam documentclass
+Summary(hu.UTF-8): Az exam dokumentumosztály dokumentációja
+Name:  tetex-latex-exam-doc
+Version:   20080618
+Release:   1
+License:   LaTeX Project Public License
+Group: Applications/Publishing/TeX
+URL:   http://www-math.mit.edu/~psh/#ExamCls
+# we don't need the examdoc.dvi because it's shipped with tetex-doc-latex
+Source0:   http://www-math.mit.edu/~psh/exam/examdoc.tex
+# Source0-md5: e771547c36e897cc79a5da53676189f6
+Source1:   http://www-math.mit.edu/~psh/exam/examdoc.pdf
+# Source1-md5: f4f60059de1a00a5d561fad9f46bb5e4
+Requires:  tetex-latex
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Documentation of exam documentclass.
+
+%description -l hu.UTF-8
+Az exam dokumentumosztály dokumentációja.
+
+%prep
+# empty
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/doc/latex/exam
+install %{SOURCE0} %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/texmf/doc/latex/exam
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/texmf/doc/latex/exam/examdoc.*
+
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2008/11/24 17:01:23  uzsolt
+- initial
+- it provides the source LaTeX file and in pdf format
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: fet.spec - up to 5.7.4

2008-11-24 Thread uzsolt
Author: uzsolt   Date: Mon Nov 24 19:11:57 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 5.7.4

 Files affected:
SPECS:
   fet.spec (1.15 -> 1.16) 

 Diffs:


Index: SPECS/fet.spec
diff -u SPECS/fet.spec:1.15 SPECS/fet.spec:1.16
--- SPECS/fet.spec:1.15 Tue Nov 11 21:28:34 2008
+++ SPECS/fet.spec  Mon Nov 24 20:11:52 2008
@@ -9,12 +9,12 @@
 Summary(hu.UTF-8): FET egy nyílt forrású órarend-készítő program
 Summary(pl.UTF-8): Narzędzie do automatycznego układania planów dla szkół 
i uczelni
 Name:  fet
-Version:   5.7.3
+Version:   5.7.4
 Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://www.lalescu.ro/liviu/fet/download/%{name}-%{version}.tar.bz2
-# Source0-md5: c64d2b27f3342eb4b6c53f2704e8c2e3
+# Source0-md5: 24d5e51d4606d24da4cd24a78429e6b1
 URL:   http://www.lalescu.ro/liviu/fet
 BuildRequires: Qt3Support-devel
 BuildRequires: QtCore-devel
@@ -91,6 +91,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.16  2008/11/24 19:11:52  uzsolt
+- up to 5.7.4
+
 Revision 1.15  2008/11/11 20:28:34  uzsolt
 - up to 5.7.3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fet.spec?r1=1.15&r2=1.16&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: fet-5.7.4.tar.bz2

2008-11-24 Thread uzsolt

Files fetched: 1

STORED: http://www.lalescu.ro/liviu/fet/download/fet-5.7.4.tar.bz2
24d5e51d4606d24da4cd24a78429e6b1  fet-5.7.4.tar.bz2
Size: 4196177 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: asymptote.spec - up to 1.52

2008-11-25 Thread uzsolt
Author: uzsolt   Date: Tue Nov 25 16:55:42 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.52

 Files affected:
SPECS:
   asymptote.spec (1.13 -> 1.14) 

 Diffs:


Index: SPECS/asymptote.spec
diff -u SPECS/asymptote.spec:1.13 SPECS/asymptote.spec:1.14
--- SPECS/asymptote.spec:1.13   Tue Nov 11 20:00:28 2008
+++ SPECS/asymptote.specTue Nov 25 17:55:36 2008
@@ -3,12 +3,12 @@
 Summary(hu.UTF-8): Asymptote egy leíró vektorgrafikus nyelv technikai 
rajzokhoz
 Summary(pl.UTF-8): Język opisu grafiki wektorowej do rysunków technicznych
 Name:  asymptote
-Version:   1.51
+Version:   1.52
 Release:   1
 License:   GPL v3
 Group: Applications/Science
 Source0:   http://dl.sourceforge.net/asymptote/%{name}-%{version}.src.tgz
-# Source0-md5: 14c7bfd713adb3d2b70a202228bb7d8d
+# Source0-md5: 9d644b52ef2bf570be94d4675c6b3cd1
 URL:   http://asymptote.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: gc-devel >= 7.0
@@ -116,6 +116,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.14  2008/11/25 16:55:36  uzsolt
+- up to 1.52
+
 Revision 1.13  2008/11/11 19:00:28  uzsolt
 - up to 1.51
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/asymptote.spec?r1=1.13&r2=1.14&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: asymptote-1.52.src.tgz

2008-11-25 Thread uzsolt

Files fetched: 1

STORED: http://master.dl.sourceforge.net/asymptote/asymptote-1.52.src.tgz
9d644b52ef2bf570be94d4675c6b3cd1  asymptote-1.52.src.tgz
Size: 1291847 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec (REMOVED) - working on a better texlive.spec based on t...

2008-11-25 Thread uzsolt
Author: uzsolt   Date: Tue Nov 25 19:52:27 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- working on a better texlive.spec based on tetex.spec (initial - maybe not 
working - version in some minutes...)

 Files affected:
SPECS:
   texlive.spec (1.1 -> NONE)  (REMOVED)

 Diffs:

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - initial - very base, it needs some(?) plus work (imho...

2008-11-25 Thread uzsolt
Author: uzsolt   Date: Tue Nov 25 20:03:16 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- initial
- very base, it needs some(?) plus work (imho it's better than old fedora-raw)

 Files affected:
SPECS:
   texlive.spec (1.2 -> 1.3) 

 Diffs:


Index: SPECS/texlive.spec
diff -u /dev/null SPECS/texlive.spec:1.3
--- /dev/null   Tue Nov 25 21:03:16 2008
+++ SPECS/texlive.spec  Tue Nov 25 21:03:10 2008
@@ -0,0 +1,6152 @@
+# $Revision$, $Date$
+# TODO:
+# MAIN TODO:
+# - context: consider more splitting, check dependencies
+# - omega: consider more splitting, check dependencies
+# - tdphp: is it really useful?
+# - allow using Type1 fonts in others applications (symlink to
+#   /usr/share/fonts/Type1 ?)
+# - fix package removal:
+#   /usr/bin/texhash[77]: kpsewhich: not found
+#
+# FHS TODO:
+# - merge rhconfig and texmfsysvar patches
+# - texmfsysvar patch: change fmtutil and web2cdir variables instead
+#   of creating texmfsys{config,var} variables?
+# - move config files to /etc
+# - merge all above with configure switch "--enable-fhs" and send it to TE
+#
+# TeXLive specific TODO:
+# - summary/description correctong (all languages)
+#
+%include   /usr/lib/rpm/macros.perl
+Summary:   TeX typesetting system and MetaFont font formatter
+Summary(de.UTF-8): TeX-Satzherstellungssystem und MetaFont-Formatierung
+Summary(es.UTF-8): Sistema de typesetting TeX y formateador de fuentes 
MetaFont
+Summary(fr.UTF-8): Systéme de compostion TeX et formatteur de MetaFontes
+Summary(pl.UTF-8): System składu publikacji TeX oraz formater fontów 
MetaFont
+Summary(pt_BR.UTF-8):  Sistema de typesetting TeX e formatador de fontes 
MetaFont
+Summary(tr.UTF-8): TeX dizgi sistemi ve MetaFont yazıtipi biçimlendiricisi
+Name:  texlive
+Version:   20080816
+Release:   0.1
+Epoch: 1
+License:   distributable
+Group: Applications/Publishing/TeX
+Source0:   
http://tug.org/svn/texlive/branches/branch2008/Master/source/%{name}-%{version}-source.tar.lzma
+# Source0-md5: 554287c3e458da776edd684506048d45
+Source4:   %{name}.cron
+Source5:   xdvi.desktop
+Source6:   xdvi.png
+URL:   http://www.tug.org/texlive/
+BuildRequires: automake
+BuildRequires: bison
+BuildRequires: ed
+BuildRequires: flex
+BuildRequires: gd-devel >= 2.0.33
+BuildRequires: libpng-devel >= 1.2.8
+BuildRequires: libstdc++-devel
+BuildRequires: ncurses-devel
+BuildRequires: rpm-perlprov
+BuildRequires: rpm-pythonprov
+BuildRequires: t1lib-devel >= 5.0.2
+BuildRequires: texinfo
+BuildRequires: unzip
+BuildRequires: xorg-lib-libXaw-devel
+BuildRequires: zlib-devel >= 1.2.1
+Requires:  %{name}-dirs-fonts
+Requires:  %{name}-fonts-cm = %{epoch}:%{version}-%{release}
+Requires:  %{name}-fonts-misc = %{epoch}:%{version}-%{release}
+Requires:  %{name}-metafont = %{epoch}:%{version}-%{release}
+Requires:  awk
+Requires:  dialog
+Requires:  sed
+Requires:  sh-utils
+Requires:  textutils
+Suggests:  tmpwatch
+Obsoletes: tetex
+Obsoletes: tetex-afm
+Obsoletes: tetex-doc
+Obsoletes: tetex-doc-latex2e-html
+Obsoletes: tetex-fontinst
+Obsoletes: tetex-fontname
+Obsoletes: tetex-fonts
+Obsoletes: tetex-fonts-pandora
+Obsoletes: tetex-fonts-vcm
+Obsoletes: tetex-format-elatex
+Obsoletes: tetex-format-pdfelatex
+Obsoletes: tetex-format-pdfemex
+Obsoletes: tetex-latex-vnps
+Obsoletes: tetex-latex-vnr
+Obsoletes: tetex-oxdvi
+Obsoletes: tetex-oxdvi
+Obsoletes: tetex-plain-dvips
+Obsoletes: tetex-plain-dvips
+Obsoletes: tetex-plain-mathtime
+Obsoletes: tetex-plain-mathtime
+Obsoletes: tetex-plain-misc
+Obsoletes: tetex-plain-misc
+Obsoletes: tetex-plain-plnfss
+Obsoletes: tetex-plain-plnfss
+Obsoletes: tetex-tex-hyphen
+Obsoletes: tetex-tex-vietnam
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%definetexmf   %{_datadir}/texmf
+%definefmtdir  /var/lib/texmf/web2c
+%definetexhash [ ! -x %{_bindir}/texhash ] || 
%{_bindir}/texhash 1>&2;
+%define_localstatedir  /var/lib/texmf
+%definefixinfodir [ ! -x /usr/sbin/fix-info-dir ] || 
/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 ;
+%definefmtutil(f:) [ ! \\\( -f 
%{_localstatedir}/web2c/%{-f*}.fmt.rpmnew -o -f 
%{_localstatedir}/web2c/%{-f*}.efmt.rpmnew \\\) ] || %{_bindir}/fmtutil-sys 
--byfmt %{-f*} >/dev/null 2>/dev/null || echo "Regenerating %{-f*} failed. See 
%{_localstatedir}/web2c/%{-f*}.log for details" 1>&2 && exit 0 ;
+
+%define_noautoreq 'perl(path_tre)'
+
+%description
+teTeX is an implementation of TeX for Linux or UNIX systems. TeX takes
+a text file and a set of for

DISTFILES: texlive-20080816-source.tar.lzma

2008-11-25 Thread uzsolt

Files fetched: 1

STORED: 
http://tug.org/svn/texlive/branches/branch2008/Master/source/texlive-20080816-source.tar.lzma
554287c3e458da776edd684506048d45  texlive-20080816-source.tar.lzma
Size: 23175835 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - delete Epoch

2008-11-25 Thread uzsolt
Author: uzsolt   Date: Tue Nov 25 20:04:43 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- delete Epoch

 Files affected:
SPECS:
   texlive.spec (1.3 -> 1.4) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.3 SPECS/texlive.spec:1.4
--- SPECS/texlive.spec:1.3  Tue Nov 25 21:03:10 2008
+++ SPECS/texlive.spec  Tue Nov 25 21:04:38 2008
@@ -30,7 +30,6 @@
 Name:  texlive
 Version:   20080816
 Release:   0.1
-Epoch: 1
 License:   distributable
 Group: Applications/Publishing/TeX
 Source0:   
http://tug.org/svn/texlive/branches/branch2008/Master/source/%{name}-%{version}-source.tar.lzma
@@ -6146,6 +6145,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2008/11/25 20:04:38  uzsolt
+- delete Epoch
+
 Revision 1.3  2008/11/25 20:03:10  uzsolt
 - initial
 - very base, it needs some(?) plus work (imho it's better than old fedora-raw)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.3&r2=1.4&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tetex-latex-tikz-examples.spec - added TODO - added some new example...

2008-11-27 Thread uzsolt
Author: uzsolt   Date: Thu Nov 27 18:49:57 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- added TODO
- added some new examples
- change the SOURCE numbers

 Files affected:
SPECS:
   tetex-latex-tikz-examples.spec (1.5 -> 1.6) 

 Diffs:


Index: SPECS/tetex-latex-tikz-examples.spec
diff -u SPECS/tetex-latex-tikz-examples.spec:1.5 
SPECS/tetex-latex-tikz-examples.spec:1.6
--- SPECS/tetex-latex-tikz-examples.spec:1.5Sat Nov 22 13:11:38 2008
+++ SPECS/tetex-latex-tikz-examples.specThu Nov 27 19:49:51 2008
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+# TODO: there are many examples outside "Technical Areas"
 %define pdfdir http://media.texample.net/tikz/examples/PDF
 %define texdir http://media.texample.net/tikz/examples/TEX
 Summary:   TikZ examples
@@ -34,59 +35,63 @@
 Source20:  %{pdfdir}/pgf-umlsd.pdf
 Source21:  %{texdir}/pgf-umlsd.tex
 # electrical
-Source22:  %{pdfdir}/circuitikz.pdf
-Source23:  %{texdir}/circuitikz.tex
-Source24:  %{pdfdir}/control-system-principles.pdf
-Source25:  %{texdir}/control-system-principles.tex
-Source26:  %{pdfdir}/circuit-decorations.pdf
-Source27:  %{texdir}/circuit-decorations.tex
-Source28:  %{pdfdir}/FIR-filter.pdf
-Source29:  %{texdir}/FIR-filter.tex
-Source30:  %{pdfdir}/logic-circuits-library.pdf
-Source31:  %{texdir}/logic-circuits-library.tex
-Source32:  %{pdfdir}/radix2fft.pdf
-Source33:  %{texdir}/radix2fft.tex
-Source34:  %{pdfdir}/schemabloc.pdf
-Source35:  %{texdir}/schemabloc.tex
-Source36:  %{pdfdir}/signal-flow-building-blocks.pdf
-Source37:  %{texdir}/signal-flow-building-blocks.tex
-Source38:  %{pdfdir}/simple-circuit-schematics-symbols.pdf
-Source39:  %{texdir}/simple-circuit-schematics-symbols.tex
+Source100: %{pdfdir}/circuitikz.pdf
+Source101: %{texdir}/circuitikz.tex
+Source102: %{pdfdir}/control-system-principles.pdf
+Source103: %{texdir}/control-system-principles.tex
+Source104: %{pdfdir}/circuit-decorations.pdf
+Source105: %{texdir}/circuit-decorations.tex
+Source106: %{pdfdir}/FIR-filter.pdf
+Source107: %{texdir}/FIR-filter.tex
+Source108: %{pdfdir}/logic-circuits-library.pdf
+Source109: %{texdir}/logic-circuits-library.tex
+Source110: %{pdfdir}/radix2fft.pdf
+Source111: %{texdir}/radix2fft.tex
+Source112: %{pdfdir}/schemabloc.pdf
+Source113: %{texdir}/schemabloc.tex
+Source114: %{pdfdir}/signal-flow-building-blocks.pdf
+Source115: %{texdir}/signal-flow-building-blocks.tex
+Source116: %{pdfdir}/simple-circuit-schematics-symbols.pdf
+Source117: %{texdir}/simple-circuit-schematics-symbols.tex
 # mathematics
-Source40:  %{pdfdir}/animated-set-intersection.pdf
-Source41:  %{texdir}/animated-set-intersection.tex
-Source42:  %{pdfdir}/tutorial.pdf
-Source43:  %{texdir}/tutorial.tex
-Source44:  %{pdfdir}/hilbert-curve.pdf
-Source45:  %{texdir}/hilbert-curve.tex
-Source46:  %{pdfdir}/parallel-lines.pdf
-Source47:  %{texdir}/parallel-lines.tex
-Source48:  %{pdfdir}/polygon-division.pdf
-Source49:  %{texdir}/polygon-division.tex
-Source50:  %{pdfdir}/sign-diagram.pdf
-Source51:  %{texdir}/sign-diagram.tex
-Source52:  %{pdfdir}/star-graph.pdf
-Source53:  %{texdir}/star-graph.tex
+Source200: %{pdfdir}/animated-set-intersection.pdf
+Source201: %{texdir}/animated-set-intersection.tex
+Source202: %{pdfdir}/tutorial.pdf
+Source203: %{texdir}/tutorial.tex
+Source204: %{pdfdir}/hilbert-curve.pdf
+Source205: %{texdir}/hilbert-curve.tex
+Source206: %{pdfdir}/parallel-lines.pdf
+Source207: %{texdir}/parallel-lines.tex
+Source208: %{pdfdir}/polygon-division.pdf
+Source209: %{texdir}/polygon-division.tex
+Source210: %{pdfdir}/sign-diagram.pdf
+Source211: %{texdir}/sign-diagram.tex
+Source212: %{pdfdir}/star-graph.pdf
+Source213: %{texdir}/star-graph.tex
+Source214: %{pdfdir}/lune-of-hippocrates.pdf
+Source215: %{texdir}/lune-of-hippocrates.tex
+Source216: %{pdfdir}/tkz-2d.pdf
+Source217: %{texdir}/tkz-2d.tex
 # physics
-Source54:  %{pdfdir}/beamer-arrows.pdf
-Source55:  %{texdir}/beamer-arrows.tex
-Source56:  %{pdfdir}/feynman-diagram.pdf
-Source57:  %{texdir}/feynman-diagram.tex
-Source58:  %{pdfdir}/free-body-diagrams.pdf
-Source59:  %{texdir}/free-body-diagrams.tex
-Source60:  %{pdfdir}/gamma-interaction.pdf
-Source61:  %{texdir}/gamma-interaction.tex
-Source62:  %{pdfdir}/global-nodes.pdf
-Source63:  %{texdir}/global-nodes.tex
-Source64:  %{pdfdir}/oblique-incidence.pdf
-Source65:  %{texdir}/oblique-incidence.tex
+Source300: %{pdfdir}/beamer-arrows.pdf
+Source301: %{texdir}/beamer-arrows.tex
+Source302: %{pdfdir}/feynman-diagram.pdf
+Source303: %{texdir}/feynman-diagram.t

SPECS: tetex-latex-tikz-examples.spec - added md5sums

2008-11-27 Thread uzsolt
Author: uzsolt   Date: Thu Nov 27 19:17:40 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- added md5sums

 Files affected:
SPECS:
   tetex-latex-tikz-examples.spec (1.6 -> 1.7) 

 Diffs:


Index: SPECS/tetex-latex-tikz-examples.spec
diff -u SPECS/tetex-latex-tikz-examples.spec:1.6 
SPECS/tetex-latex-tikz-examples.spec:1.7
--- SPECS/tetex-latex-tikz-examples.spec:1.6Thu Nov 27 19:49:51 2008
+++ SPECS/tetex-latex-tikz-examples.specThu Nov 27 20:17:35 2008
@@ -12,86 +12,168 @@
 URL:   http://www.texample.net/tikz/examples/
 # chemistry
 Source0:   %{pdfdir}/atoms-and-orbitals.pdf
+# Source0-md5: ac70f616606f886cc74ecca11bd5e6c4
 Source1:   %{texdir}/atoms-and-orbitals.tex
+# Source1-md5: d645448a120b0cf5246705ceac3e5048
 Source2:   %{pdfdir}/oxidation-and-reduction.pdf
+# Source2-md5: 87457c6836a904908dfa7829933d935e
 Source3:   %{texdir}/oxidation-and-reduction.tex
+# Source3-md5: 74a7d28c96ea2b3266f677ee6de2509b
+
 # computer
 Source4:   %{pdfdir}/actor-transaction-diagram.pdf
+# Source4-md5: c7c06737380bb0e61e21298693dfe4d3
 Source5:   %{texdir}/actor-transaction-diagram.tex
+# Source5-md5: aeed5255b26d9a9d5c23d0dfaf92aa90
 Source6:   %{pdfdir}/computer-science-mindmap.pdf
+# Source6-md5: 0e217399ea2228b33fd1fa0cb9bfd149
 Source7:   %{texdir}/computer-science-mindmap.tex
+# Source7-md5: 797e8c5a4f35e6bc1a76a10050b2a7ad
 Source8:   %{pdfdir}/distributed-processing.pdf
+# Source8-md5: a82bd15b0e1b6f435ee27a44bc78507c
 Source9:   %{texdir}/distributed-processing.tex
+# Source9-md5: 379930dfc52630bb5f2fe13fbe075284
 Source10:  %{pdfdir}/interaction-nets.pdf
+# Source10-md5:4ad2a3dfb904e085514c2319323c9065
 Source11:  %{texdir}/interaction-nets.tex
+# Source11-md5:0ab6fcbcb0f799f7ddf1860b52f9db80
 Source12:  %{pdfdir}/manet.pdf
+# Source12-md5:2728ff1d7ba8726ea1ef9d35e2019b47
 Source13:  %{texdir}/manet.tex
+# Source13-md5:3be1549e814158f8604954c8f40df73a
 Source14:  %{pdfdir}/prims-algorithm.pdf
+# Source14-md5:15e30179c6167145286b9cb5dad4f9dc
 Source15:  %{texdir}/prims-algorithm.tex
+# Source15-md5:f3e2b5e1a889c78f9ccfe4a4cbe6a8ce
 Source16:  %{pdfdir}/star-graph.pdf
+# Source16-md5:eb673d0449a6280a557576e2620749f3
 Source17:  %{texdir}/star-graph.tex
+# Source17-md5:ec3761c9a6413e5bd80d2bb54e05b47c
 Source18:  %{pdfdir}/timing-diagram.pdf
+# Source18-md5:f23692266646a7716375a53ef57ea69c
 Source19:  %{texdir}/timing-diagram.tex
+# Source19-md5:00571700d2c634786466d5a65c146d42
 Source20:  %{pdfdir}/pgf-umlsd.pdf
+# Source20-md5:27b3939ffdf309674fb408960aa79d8a
 Source21:  %{texdir}/pgf-umlsd.tex
+# Source21-md5:89b33ba17b87e903a1c6a71484471051
+
 # electrical
 Source100: %{pdfdir}/circuitikz.pdf
+# Source100-md5:   2ec96b9c00bfb283da46c98f3e9ceba3
 Source101: %{texdir}/circuitikz.tex
+# Source101-md5:   d4f1a08da45bbf941f7916248aa8df13
 Source102: %{pdfdir}/control-system-principles.pdf
+# Source102-md5:   cf3b62a061b8838f0793624923d9598c
 Source103: %{texdir}/control-system-principles.tex
+# Source103-md5:   5183508eaee4d0ae807a567b0bad9ef6
 Source104: %{pdfdir}/circuit-decorations.pdf
+# Source104-md5:   ddc84aecf28399a30bb1c54149ca34d9
 Source105: %{texdir}/circuit-decorations.tex
+# Source105-md5:   4cf2ee4ad9cb9b61fc4e707bb32bdc3a
+# Source106-md5:   13936932f0393c64f319182f7fb63e14
+# Source107-md5:   1b6d4322d69a49647b64a0d1eefa7c86
 Source106: %{pdfdir}/FIR-filter.pdf
 Source107: %{texdir}/FIR-filter.tex
 Source108: %{pdfdir}/logic-circuits-library.pdf
+# Source108-md5:   b5f0744300743f11a1d09cc90da12bc8
 Source109: %{texdir}/logic-circuits-library.tex
+# Source109-md5:   4a441de0714360b0d0dbf8c2351a8238
 Source110: %{pdfdir}/radix2fft.pdf
+# Source110-md5:   f92aa4b5b5e56ee360b56bda0d0772c5
 Source111: %{texdir}/radix2fft.tex
+# Source111-md5:   f02d028de03cce033ddcdb77bd5df23e
 Source112: %{pdfdir}/schemabloc.pdf
+# Source112-md5:   4df4cd0d90505c5093921367d16b10b5
 Source113: %{texdir}/schemabloc.tex
+# Source113-md5:   76d076dc84036895c570044ab13b3086
 Source114: %{pdfdir}/signal-flow-building-blocks.pdf
+# Source114-md5:   c83b65f43117017923a1984720952083
 Source115: %{texdir}/signal-flow-building-blocks.tex
+# Source115-md5:   dc63e4bb94d8ef47e5e87fe22401d1f8
 Source116: %{pdfdir}/simple-circuit-schematics-symbols.pdf
+# Source116-md5:   5ee91c083792806e34b2a8228c2bafe3
 Source117: %{texdir}/simple-circuit-schematics-symbols.tex
+# Source117-md5:   26b54706e318f5ed1cee03665542dd5d
+
 # mathematics
 Source200: %{pdfdir}/animated-set-intersection.pdf
+# Source200-md5:   643f46891db55d0069aff2b33ffca77b
 Source201: %{tex

DISTFILES: ERRORS: atoms-and-orbitals.pdf atoms-and-orbitals.tex oxidation-and-reduction.pdf oxidation-and-reduction.tex actor-transaction-diagram.pdf actor-transaction-diagram.tex computer-science-mi

2008-11-27 Thread uzsolt
tetex-latex-tikz-examples.spec: source 106 not defined (# SourceN-md5: has to 
be placed just after SourceN:)
tetex-latex-tikz-examples.spec: source 107 not defined (# SourceN-md5: has to 
be placed just after SourceN:)



Files fetched: 72

STORED: http://media.texample.net/tikz/examples/PDF/atoms-and-orbitals.pdf
ac70f616606f886cc74ecca11bd5e6c4  atoms-and-orbitals.pdf
Size: 10153 bytes
STORED: http://media.texample.net/tikz/examples/TEX/atoms-and-orbitals.tex
d645448a120b0cf5246705ceac3e5048  atoms-and-orbitals.tex
Size: 4493 bytes
STORED: http://media.texample.net/tikz/examples/PDF/oxidation-and-reduction.pdf
87457c6836a904908dfa7829933d935e  oxidation-and-reduction.pdf
Size: 12648 bytes
STORED: http://media.texample.net/tikz/examples/TEX/oxidation-and-reduction.tex
74a7d28c96ea2b3266f677ee6de2509b  oxidation-and-reduction.tex
Size: 2139 bytes
STORED: 
http://media.texample.net/tikz/examples/PDF/actor-transaction-diagram.pdf
c7c06737380bb0e61e21298693dfe4d3  actor-transaction-diagram.pdf
Size: 14490 bytes
STORED: 
http://media.texample.net/tikz/examples/TEX/actor-transaction-diagram.tex
aeed5255b26d9a9d5c23d0dfaf92aa90  actor-transaction-diagram.tex
Size: 8360 bytes
STORED: http://media.texample.net/tikz/examples/PDF/computer-science-mindmap.pdf
0e217399ea2228b33fd1fa0cb9bfd149  computer-science-mindmap.pdf
Size: 22280 bytes
STORED: http://media.texample.net/tikz/examples/TEX/computer-science-mindmap.tex
797e8c5a4f35e6bc1a76a10050b2a7ad  computer-science-mindmap.tex
Size: 1235 bytes
STORED: http://media.texample.net/tikz/examples/PDF/distributed-processing.pdf
a82bd15b0e1b6f435ee27a44bc78507c  distributed-processing.pdf
Size: 11313 bytes
STORED: http://media.texample.net/tikz/examples/TEX/distributed-processing.tex
379930dfc52630bb5f2fe13fbe075284  distributed-processing.tex
Size: 3292 bytes
STORED: http://media.texample.net/tikz/examples/PDF/interaction-nets.pdf
4ad2a3dfb904e085514c2319323c9065  interaction-nets.pdf
Size: 26706 bytes
STORED: http://media.texample.net/tikz/examples/TEX/interaction-nets.tex
0ab6fcbcb0f799f7ddf1860b52f9db80  interaction-nets.tex
Size: 2653 bytes
STORED: http://media.texample.net/tikz/examples/PDF/manet.pdf
2728ff1d7ba8726ea1ef9d35e2019b47  manet.pdf
Size: 17414 bytes
STORED: http://media.texample.net/tikz/examples/TEX/manet.tex
3be1549e814158f8604954c8f40df73a  manet.tex
Size: 2667 bytes
STORED: http://media.texample.net/tikz/examples/PDF/prims-algorithm.pdf
15e30179c6167145286b9cb5dad4f9dc  prims-algorithm.pdf
Size: 58807 bytes
STORED: http://media.texample.net/tikz/examples/TEX/prims-algorithm.tex
f3e2b5e1a889c78f9ccfe4a4cbe6a8ce  prims-algorithm.tex
Size: 2756 bytes
STORED: http://media.texample.net/tikz/examples/PDF/star-graph.pdf
eb673d0449a6280a557576e2620749f3  star-graph.pdf
Size: 8963 bytes
STORED: http://media.texample.net/tikz/examples/TEX/star-graph.tex
ec3761c9a6413e5bd80d2bb54e05b47c  star-graph.tex
Size: 3638 bytes
STORED: http://media.texample.net/tikz/examples/PDF/timing-diagram.pdf
f23692266646a7716375a53ef57ea69c  timing-diagram.pdf
Size: 12558 bytes
STORED: http://media.texample.net/tikz/examples/TEX/timing-diagram.tex
00571700d2c634786466d5a65c146d42  timing-diagram.tex
Size: 3543 bytes
STORED: http://media.texample.net/tikz/examples/PDF/pgf-umlsd.pdf
27b3939ffdf309674fb408960aa79d8a  pgf-umlsd.pdf
Size: 23767 bytes
STORED: http://media.texample.net/tikz/examples/TEX/pgf-umlsd.tex
89b33ba17b87e903a1c6a71484471051  pgf-umlsd.tex
Size: 3112 bytes
STORED: http://media.texample.net/tikz/examples/PDF/circuitikz.pdf
2ec96b9c00bfb283da46c98f3e9ceba3  circuitikz.pdf
Size: 28212 bytes
STORED: http://media.texample.net/tikz/examples/TEX/circuitikz.tex
d4f1a08da45bbf941f7916248aa8df13  circuitikz.tex
Size: 3116 bytes
STORED: 
http://media.texample.net/tikz/examples/PDF/control-system-principles.pdf
cf3b62a061b8838f0793624923d9598c  control-system-principles.pdf
Size: 15667 bytes
STORED: 
http://media.texample.net/tikz/examples/TEX/control-system-principles.tex
5183508eaee4d0ae807a567b0bad9ef6  control-system-principles.tex
Size: 2018 bytes
STORED: http://media.texample.net/tikz/examples/PDF/circuit-decorations.pdf
ddc84aecf28399a30bb1c54149ca34d9  circuit-decorations.pdf
Size: 2600 bytes
STORED: http://media.texample.net/tikz/examples/TEX/circuit-decorations.tex
4cf2ee4ad9cb9b61fc4e707bb32bdc3a  circuit-decorations.tex
Size: 1893 bytes
STORED: http://media.texample.net/tikz/examples/PDF/logic-circuits-library.pdf
b5f0744300743f11a1d09cc90da12bc8  logic-circuits-library.pdf
Size: 19238 bytes
STORED: http://

SPECS: tetex-latex-tikz-examples.spec - correct source106-107 order

2008-11-27 Thread uzsolt
Author: uzsolt   Date: Thu Nov 27 19:24:20 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- correct source106-107 order

 Files affected:
SPECS:
   tetex-latex-tikz-examples.spec (1.7 -> 1.8) 

 Diffs:


Index: SPECS/tetex-latex-tikz-examples.spec
diff -u SPECS/tetex-latex-tikz-examples.spec:1.7 
SPECS/tetex-latex-tikz-examples.spec:1.8
--- SPECS/tetex-latex-tikz-examples.spec:1.7Thu Nov 27 20:17:35 2008
+++ SPECS/tetex-latex-tikz-examples.specThu Nov 27 20:24:15 2008
@@ -71,10 +71,10 @@
 # Source104-md5:   ddc84aecf28399a30bb1c54149ca34d9
 Source105: %{texdir}/circuit-decorations.tex
 # Source105-md5:   4cf2ee4ad9cb9b61fc4e707bb32bdc3a
-# Source106-md5:   13936932f0393c64f319182f7fb63e14
-# Source107-md5:   1b6d4322d69a49647b64a0d1eefa7c86
 Source106: %{pdfdir}/FIR-filter.pdf
+# Source106-md5:   13936932f0393c64f319182f7fb63e14
 Source107: %{texdir}/FIR-filter.tex
+# Source107-md5:   1b6d4322d69a49647b64a0d1eefa7c86
 Source108: %{pdfdir}/logic-circuits-library.pdf
 # Source108-md5:   b5f0744300743f11a1d09cc90da12bc8
 Source109: %{texdir}/logic-circuits-library.tex
@@ -359,6 +359,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.8  2008/11/27 19:24:15  uzsolt
+- correct source106-107 order
+
 Revision 1.7  2008/11/27 19:17:35  uzsolt
 - added md5sums
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tetex-latex-tikz-examples.spec?r1=1.7&r2=1.8&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: atoms-and-orbitals.pdf atoms-and-orbitals.tex oxidation-and-reduction.pdf oxidation-and-reduction.tex actor-transaction-diagram.pdf actor-transaction-diagram.tex computer-science-mindmap.pd

2008-11-27 Thread uzsolt

Files fetched: 2

ALREADY GOT: http://media.texample.net/tikz/examples/PDF/atoms-and-orbitals.pdf
ac70f616606f886cc74ecca11bd5e6c4  atoms-and-orbitals.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/atoms-and-orbitals.tex
d645448a120b0cf5246705ceac3e5048  atoms-and-orbitals.tex
ALREADY GOT: 
http://media.texample.net/tikz/examples/PDF/oxidation-and-reduction.pdf
87457c6836a904908dfa7829933d935e  oxidation-and-reduction.pdf
ALREADY GOT: 
http://media.texample.net/tikz/examples/TEX/oxidation-and-reduction.tex
74a7d28c96ea2b3266f677ee6de2509b  oxidation-and-reduction.tex
ALREADY GOT: 
http://media.texample.net/tikz/examples/PDF/actor-transaction-diagram.pdf
c7c06737380bb0e61e21298693dfe4d3  actor-transaction-diagram.pdf
ALREADY GOT: 
http://media.texample.net/tikz/examples/TEX/actor-transaction-diagram.tex
aeed5255b26d9a9d5c23d0dfaf92aa90  actor-transaction-diagram.tex
ALREADY GOT: 
http://media.texample.net/tikz/examples/PDF/computer-science-mindmap.pdf
0e217399ea2228b33fd1fa0cb9bfd149  computer-science-mindmap.pdf
ALREADY GOT: 
http://media.texample.net/tikz/examples/TEX/computer-science-mindmap.tex
797e8c5a4f35e6bc1a76a10050b2a7ad  computer-science-mindmap.tex
ALREADY GOT: 
http://media.texample.net/tikz/examples/PDF/distributed-processing.pdf
a82bd15b0e1b6f435ee27a44bc78507c  distributed-processing.pdf
ALREADY GOT: 
http://media.texample.net/tikz/examples/TEX/distributed-processing.tex
379930dfc52630bb5f2fe13fbe075284  distributed-processing.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/interaction-nets.pdf
4ad2a3dfb904e085514c2319323c9065  interaction-nets.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/interaction-nets.tex
0ab6fcbcb0f799f7ddf1860b52f9db80  interaction-nets.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/manet.pdf
2728ff1d7ba8726ea1ef9d35e2019b47  manet.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/manet.tex
3be1549e814158f8604954c8f40df73a  manet.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/prims-algorithm.pdf
15e30179c6167145286b9cb5dad4f9dc  prims-algorithm.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/prims-algorithm.tex
f3e2b5e1a889c78f9ccfe4a4cbe6a8ce  prims-algorithm.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/star-graph.pdf
eb673d0449a6280a557576e2620749f3  star-graph.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/star-graph.tex
ec3761c9a6413e5bd80d2bb54e05b47c  star-graph.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/timing-diagram.pdf
f23692266646a7716375a53ef57ea69c  timing-diagram.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/timing-diagram.tex
00571700d2c634786466d5a65c146d42  timing-diagram.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/pgf-umlsd.pdf
27b3939ffdf309674fb408960aa79d8a  pgf-umlsd.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/pgf-umlsd.tex
89b33ba17b87e903a1c6a71484471051  pgf-umlsd.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/circuitikz.pdf
2ec96b9c00bfb283da46c98f3e9ceba3  circuitikz.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/circuitikz.tex
d4f1a08da45bbf941f7916248aa8df13  circuitikz.tex
ALREADY GOT: 
http://media.texample.net/tikz/examples/PDF/control-system-principles.pdf
cf3b62a061b8838f0793624923d9598c  control-system-principles.pdf
ALREADY GOT: 
http://media.texample.net/tikz/examples/TEX/control-system-principles.tex
5183508eaee4d0ae807a567b0bad9ef6  control-system-principles.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/circuit-decorations.pdf
ddc84aecf28399a30bb1c54149ca34d9  circuit-decorations.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/circuit-decorations.tex
4cf2ee4ad9cb9b61fc4e707bb32bdc3a  circuit-decorations.tex
STORED: http://media.texample.net/tikz/examples/PDF/FIR-filter.pdf
13936932f0393c64f319182f7fb63e14  FIR-filter.pdf
Size: 18452 bytes
STORED: http://media.texample.net/tikz/examples/TEX/FIR-filter.tex
1b6d4322d69a49647b64a0d1eefa7c86  FIR-filter.tex
Size: 3904 bytes
ALREADY GOT: 
http://media.texample.net/tikz/examples/PDF/logic-circuits-library.pdf
b5f0744300743f11a1d09cc90da12bc8  logic-circuits-library.pdf
ALREADY GOT: 
http://media.texample.net/tikz/examples/TEX/logic-circuits-library.tex
4a441de0714360b0d0dbf8c2351a8238  logic-circuits-library.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/radix2fft.pdf
f92aa4b5b5e56ee360b56bda0d0772c5  radix2fft.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/radix2fft.tex
f02d028de03cce033ddcdb77bd5df23e  radix2fft.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/schemabloc.pdf
4df4cd0d90505c5093921367d16b10b5  sch

SPECS: asymptote.spec - up to 1.53

2008-11-28 Thread uzsolt
Author: uzsolt   Date: Fri Nov 28 17:09:53 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.53

 Files affected:
SPECS:
   asymptote.spec (1.14 -> 1.15) 

 Diffs:


Index: SPECS/asymptote.spec
diff -u SPECS/asymptote.spec:1.14 SPECS/asymptote.spec:1.15
--- SPECS/asymptote.spec:1.14   Tue Nov 25 17:55:36 2008
+++ SPECS/asymptote.specFri Nov 28 18:09:48 2008
@@ -3,12 +3,12 @@
 Summary(hu.UTF-8): Asymptote egy leíró vektorgrafikus nyelv technikai 
rajzokhoz
 Summary(pl.UTF-8): Język opisu grafiki wektorowej do rysunków technicznych
 Name:  asymptote
-Version:   1.52
+Version:   1.53
 Release:   1
 License:   GPL v3
 Group: Applications/Science
 Source0:   http://dl.sourceforge.net/asymptote/%{name}-%{version}.src.tgz
-# Source0-md5: 9d644b52ef2bf570be94d4675c6b3cd1
+# Source0-md5: 5017f551872a11d5ea6b9428383a4445
 URL:   http://asymptote.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: gc-devel >= 7.0
@@ -116,6 +116,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.15  2008/11/28 17:09:48  uzsolt
+- up to 1.53
+
 Revision 1.14  2008/11/25 16:55:36  uzsolt
 - up to 1.52
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/asymptote.spec?r1=1.14&r2=1.15&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: asymptote-1.53.src.tgz

2008-11-28 Thread uzsolt

Files fetched: 1

STORED: http://master.dl.sourceforge.net/asymptote/asymptote-1.53.src.tgz
5017f551872a11d5ea6b9428383a4445  asymptote-1.53.src.tgz
Size: 1294628 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: asymptote.spec - linking texinfo.tex

2008-11-29 Thread uzsolt
Author: uzsolt   Date: Sat Nov 29 14:36:47 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- linking texinfo.tex

 Files affected:
SPECS:
   asymptote.spec (1.15 -> 1.16) 

 Diffs:


Index: SPECS/asymptote.spec
diff -u SPECS/asymptote.spec:1.15 SPECS/asymptote.spec:1.16
--- SPECS/asymptote.spec:1.15   Fri Nov 28 18:09:48 2008
+++ SPECS/asymptote.specSat Nov 29 15:36:42 2008
@@ -30,10 +30,10 @@
 typesetting that LaTeX does for scientific text.
 
 %description -l hu.UTF-8
-Asymptote egy leíró vektorgrafikus nyelv technikai rajzokhoz,
-hasonló a MetaPost-hoz, de kibővítve C++-szerű szintaxissal.
-Asymptote még képes olyan szintű szövegszedésre is, amelyre a
-LaTeX képes a tudományos szöveggel.
+Asymptote egy leíró vektorgrafikus nyelv technikai rajzokhoz, hasonló
+a MetaPost-hoz, de kibővítve C++-szerű szintaxissal. Asymptote még
+képes olyan szintű szövegszedésre is, amelyre a LaTeX képes a
+tudományos szöveggel.
 
 %description -l pl.UTF-8
 Asymptote jest językiem opisu grafiki wektorowej dla rysunków
@@ -75,6 +75,7 @@
--disable-static \
--enable-gc=%{_includedir}/gc \
--with-docdir=%{_docdir}/%{name}-doc
+cd doc && for i in %{_datadir}/texmf/tex/texinfo/*; do ln -s $i; done && cd ..
 
 %{__make} all
 
@@ -116,6 +117,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.16  2008/11/29 14:36:42  uzsolt
+- linking texinfo.tex
+
 Revision 1.15  2008/11/28 17:09:48  uzsolt
 - up to 1.53
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/asymptote.spec?r1=1.15&r2=1.16&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - ffcall-devel BR - TODO typo

2008-11-29 Thread uzsolt
Author: uzsolt   Date: Sat Nov 29 16:24:18 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- ffcall-devel BR
- TODO typo

 Files affected:
SPECS:
   texlive.spec (1.9 -> 1.10) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.9 SPECS/texlive.spec:1.10
--- SPECS/texlive.spec:1.9  Tue Nov 25 22:34:25 2008
+++ SPECS/texlive.spec  Sat Nov 29 17:24:11 2008
@@ -17,7 +17,7 @@
 # - merge all above with configure switch "--enable-fhs" and send it to TE
 #
 # TeXLive specific TODO:
-# - summary/description correctong (all languages)
+# - summary/description correcting (all languages)
 #
 %include   /usr/lib/rpm/macros.perl
 Summary:   TeX typesetting system and MetaFont font formatter
@@ -46,6 +46,7 @@
 BuildRequires: ed
 BuildRequires: expat-devel
 BuildRequires: flex
+BuildRequires: ffcall-devel
 BuildRequires: fontconfig-devel
 BuildRequires: freetype-devel
 BuildRequires: freetype1-devel
@@ -6136,6 +6137,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.10  2008/11/29 16:24:11  uzsolt
+- ffcall-devel BR
+- TODO typo
+
 Revision 1.9  2008/11/25 21:34:25  arekm
 - more fixes; tetex needed for bootstrap (todo: add deps)
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.9&r2=1.10&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - added --without-xindy to ./configure opts

2008-11-29 Thread uzsolt
Author: uzsolt   Date: Sat Nov 29 19:58:33 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- added --without-xindy to ./configure opts

 Files affected:
SPECS:
   texlive.spec (1.10 -> 1.11) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.10 SPECS/texlive.spec:1.11
--- SPECS/texlive.spec:1.10 Sat Nov 29 17:24:11 2008
+++ SPECS/texlive.spec  Sat Nov 29 20:58:27 2008
@@ -3134,7 +3134,8 @@
--with-xdvi-x-toolkit=xaw \
--without-dialog \
--without-t1utils \
-   --without-texinfo
+   --without-texinfo \
+   --without-xindy
 
 %{__make}
 
@@ -6137,6 +6138,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.11  2008/11/29 19:58:27  uzsolt
+- added --without-xindy to ./configure opts
+
 Revision 1.10  2008/11/29 16:24:11  uzsolt
 - ffcall-devel BR
 - TODO typo


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.10&r2=1.11&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: asymptote.spec - up to 1.54

2008-12-01 Thread uzsolt
Author: uzsolt   Date: Mon Dec  1 17:10:00 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.54

 Files affected:
SPECS:
   asymptote.spec (1.16 -> 1.17) 

 Diffs:


Index: SPECS/asymptote.spec
diff -u SPECS/asymptote.spec:1.16 SPECS/asymptote.spec:1.17
--- SPECS/asymptote.spec:1.16   Sat Nov 29 15:36:42 2008
+++ SPECS/asymptote.specMon Dec  1 18:09:54 2008
@@ -3,12 +3,12 @@
 Summary(hu.UTF-8): Asymptote egy leíró vektorgrafikus nyelv technikai 
rajzokhoz
 Summary(pl.UTF-8): Język opisu grafiki wektorowej do rysunków technicznych
 Name:  asymptote
-Version:   1.53
+Version:   1.54
 Release:   1
 License:   GPL v3
 Group: Applications/Science
 Source0:   http://dl.sourceforge.net/asymptote/%{name}-%{version}.src.tgz
-# Source0-md5: 5017f551872a11d5ea6b9428383a4445
+# Source0-md5: b30cf54e1991889a399b95d6a9285d9b
 URL:   http://asymptote.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: gc-devel >= 7.0
@@ -117,6 +117,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.17  2008/12/01 17:09:54  uzsolt
+- up to 1.54
+
 Revision 1.16  2008/11/29 14:36:42  uzsolt
 - linking texinfo.tex
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/asymptote.spec?r1=1.16&r2=1.17&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: asymptote-1.54.src.tgz

2008-12-01 Thread uzsolt

Files fetched: 1

STORED: http://master.dl.sourceforge.net/asymptote/asymptote-1.54.src.tgz
b30cf54e1991889a399b95d6a9285d9b  asymptote-1.54.src.tgz
Size: 1296177 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: fet.spec - up to 5.7.5 - examples subpackage, removed 'sample_inputs...

2008-12-01 Thread uzsolt
Author: uzsolt   Date: Mon Dec  1 19:04:36 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 5.7.5
- examples subpackage, removed 'sample_inputs' TODO

 Files affected:
SPECS:
   fet.spec (1.16 -> 1.17) 

 Diffs:


Index: SPECS/fet.spec
diff -u SPECS/fet.spec:1.16 SPECS/fet.spec:1.17
--- SPECS/fet.spec:1.16 Mon Nov 24 20:11:52 2008
+++ SPECS/fet.spec  Mon Dec  1 20:04:31 2008
@@ -2,19 +2,17 @@
 # TODO:
 #  - optflags
 #  - fet doesn't respect locale settings
-#  - mv sample_inputs files to proper place (maybe /usr/src/examples
-#or _docdir)
 #
 Summary:   FET is open source free software for automatically scheduling 
the timetable
 Summary(hu.UTF-8): FET egy nyílt forrású órarend-készítő program
 Summary(pl.UTF-8): Narzędzie do automatycznego układania planów dla szkół 
i uczelni
 Name:  fet
-Version:   5.7.4
+Version:   5.7.5
 Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://www.lalescu.ro/liviu/fet/download/%{name}-%{version}.tar.bz2
-# Source0-md5: 24d5e51d4606d24da4cd24a78429e6b1
+# Source0-md5: 7d815e3ba40f2eb503a5c82a06179dca
 URL:   http://www.lalescu.ro/liviu/fet
 BuildRequires: Qt3Support-devel
 BuildRequires: QtCore-devel
@@ -40,6 +38,18 @@
 automatycznego układania planów zajęć szkół i uczelni. Program ten
 używa szybkiego i efektywnego algorytmu układającego harmonogramy.
 
+%package examples
+Summary:   Sample inputs to FET
+Summary(hu.UTF-8): Példafájlok FET-hez
+Group: X11/Applications
+
+%description examples
+Sample input files to FET from all the world.
+
+%description examples -l hu.UTF-8
+Példafájlok FET-hez a világ minden tájáról.
+
+
 %prep
 %setup -q
 
@@ -54,7 +64,8 @@
 install fet $RPM_BUILD_ROOT%{_bindir}
 install doc/fet.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install translations/fet_*.qm $RPM_BUILD_ROOT%{_datadir}/%{name}/translations
-%{__cp} -a sample_inputs $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -d $RPM_BUILD_ROOT%{_docdir}
+%{__cp} -a sample_inputs $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/translations/fet_untranslated.qm
 
@@ -67,7 +78,6 @@
 %attr(755,root,root) %{_bindir}/%{name}
 %{_mandir}/man1/fet.1*
 %dir %{_datadir}/%{name}
-%{_datadir}/%{name}/sample_inputs
 %dir %{_datadir}/%{name}/translations
 %lang(ar) %{_datadir}/%{name}/translations/fet_ar.qm
 %lang(ca) %{_datadir}/%{name}/translations/fet_ca.qm
@@ -85,12 +95,20 @@
 %lang(ro) %{_datadir}/%{name}/translations/fet_ro.qm
 %lang(tr) %{_datadir}/%{name}/translations/fet_tr.qm
 
+%files examples
+%defattr(644,root,root,755)
+%{_examplesdir}/%{name}-%{version}/sample_inputs
+
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <[EMAIL PROTECTED]>
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.17  2008/12/01 19:04:31  uzsolt
+- up to 5.7.5
+- examples subpackage, removed 'sample_inputs' TODO
+
 Revision 1.16  2008/11/24 19:11:52  uzsolt
 - up to 5.7.4
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fet.spec?r1=1.16&r2=1.17&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: fet-5.7.5.tar.bz2

2008-12-01 Thread uzsolt

Files fetched: 1

STORED: http://www.lalescu.ro/liviu/fet/download/fet-5.7.5.tar.bz2
7d815e3ba40f2eb503a5c82a06179dca  fet-5.7.5.tar.bz2
Size: 4217243 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: fet.spec - install -d examples/fet-%version

2008-12-01 Thread uzsolt
Author: uzsolt   Date: Mon Dec  1 19:35:51 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- install -d examples/fet-%version

 Files affected:
SPECS:
   fet.spec (1.18 -> 1.19) 

 Diffs:


Index: SPECS/fet.spec
diff -u SPECS/fet.spec:1.18 SPECS/fet.spec:1.19
--- SPECS/fet.spec:1.18 Mon Dec  1 20:26:09 2008
+++ SPECS/fet.spec  Mon Dec  1 20:35:46 2008
@@ -67,7 +67,7 @@
 install fet $RPM_BUILD_ROOT%{_bindir}
 install doc/fet.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install translations/fet_*.qm $RPM_BUILD_ROOT%{_datadir}/%{name}/translations
-install -d $RPM_BUILD_ROOT%{_docdir}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 %{__cp} -a sample_inputs $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/translations/fet_untranslated.qm
@@ -108,6 +108,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.19  2008/12/01 19:35:46  uzsolt
+- install -d examples/fet-%version
+
 Revision 1.18  2008/12/01 19:26:09  qboosh
 - pl for -examples
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fet.spec?r1=1.18&r2=1.19&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tetex-latex-tikz-examples.spec - added pancade-network (source 218-219)

2008-12-02 Thread uzsolt
Author: uzsolt   Date: Tue Dec  2 18:26:57 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- added pancade-network (source 218-219)

 Files affected:
SPECS:
   tetex-latex-tikz-examples.spec (1.8 -> 1.9) 

 Diffs:


Index: SPECS/tetex-latex-tikz-examples.spec
diff -u SPECS/tetex-latex-tikz-examples.spec:1.8 
SPECS/tetex-latex-tikz-examples.spec:1.9
--- SPECS/tetex-latex-tikz-examples.spec:1.8Thu Nov 27 20:24:15 2008
+++ SPECS/tetex-latex-tikz-examples.specTue Dec  2 19:26:52 2008
@@ -133,6 +133,10 @@
 # Source216-md5:   c9654b32c7941f58682243a91b7df5d0
 Source217: %{texdir}/tkz-2d.tex
 # Source217-md5:   2332d8bd1063045cfded3f74b34aad33
+Source218: %{pdfdir}/pancake-network.pdf
+# Source218-md5:   00b99d4711e0042fe12e8cf78fd27c6e
+Source219: %{texdir}/pancake-network.tex
+# Source219-md5:   f4c8cc46a5a7b09f64e06b8bbd18aa07
 
 # physics
 Source300: %{pdfdir}/beamer-arrows.pdf
@@ -302,6 +306,7 @@
 install%{SOURCE200} %{SOURCE201} %{SOURCE202} %{SOURCE203} 
%{SOURCE204} %{SOURCE205} \
%{SOURCE206} %{SOURCE207} %{SOURCE208} %{SOURCE209} %{SOURCE210} 
%{SOURCE211} \
%{SOURCE212} %{SOURCE213} %{SOURCE214} %{SOURCE215} %{SOURCE216} 
%{SOURCE217} \
+   %{SOURCE218} %{SOURCE219} \
$RPM_BUILD_ROOT%{_exampledir}/mathematics
 # physics
 install -d $RPM_BUILD_ROOT%{_exampledir}/physics
@@ -359,6 +364,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.9  2008/12/02 18:26:52  uzsolt
+- added pancade-network (source 218-219)
+
 Revision 1.8  2008/11/27 19:24:15  uzsolt
 - correct source106-107 order
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tetex-latex-tikz-examples.spec?r1=1.8&r2=1.9&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: atoms-and-orbitals.pdf atoms-and-orbitals.tex oxidation-and-reduction.pdf oxidation-and-reduction.tex actor-transaction-diagram.pdf actor-transaction-diagram.tex computer-science-mindmap.pd

2008-12-02 Thread uzsolt

Files fetched: 2

ALREADY GOT: http://media.texample.net/tikz/examples/PDF/atoms-and-orbitals.pdf
ac70f616606f886cc74ecca11bd5e6c4  atoms-and-orbitals.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/atoms-and-orbitals.tex
d645448a120b0cf5246705ceac3e5048  atoms-and-orbitals.tex
ALREADY GOT: 
http://media.texample.net/tikz/examples/PDF/oxidation-and-reduction.pdf
87457c6836a904908dfa7829933d935e  oxidation-and-reduction.pdf
ALREADY GOT: 
http://media.texample.net/tikz/examples/TEX/oxidation-and-reduction.tex
74a7d28c96ea2b3266f677ee6de2509b  oxidation-and-reduction.tex
ALREADY GOT: 
http://media.texample.net/tikz/examples/PDF/actor-transaction-diagram.pdf
c7c06737380bb0e61e21298693dfe4d3  actor-transaction-diagram.pdf
ALREADY GOT: 
http://media.texample.net/tikz/examples/TEX/actor-transaction-diagram.tex
aeed5255b26d9a9d5c23d0dfaf92aa90  actor-transaction-diagram.tex
ALREADY GOT: 
http://media.texample.net/tikz/examples/PDF/computer-science-mindmap.pdf
0e217399ea2228b33fd1fa0cb9bfd149  computer-science-mindmap.pdf
ALREADY GOT: 
http://media.texample.net/tikz/examples/TEX/computer-science-mindmap.tex
797e8c5a4f35e6bc1a76a10050b2a7ad  computer-science-mindmap.tex
ALREADY GOT: 
http://media.texample.net/tikz/examples/PDF/distributed-processing.pdf
a82bd15b0e1b6f435ee27a44bc78507c  distributed-processing.pdf
ALREADY GOT: 
http://media.texample.net/tikz/examples/TEX/distributed-processing.tex
379930dfc52630bb5f2fe13fbe075284  distributed-processing.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/interaction-nets.pdf
4ad2a3dfb904e085514c2319323c9065  interaction-nets.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/interaction-nets.tex
0ab6fcbcb0f799f7ddf1860b52f9db80  interaction-nets.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/manet.pdf
2728ff1d7ba8726ea1ef9d35e2019b47  manet.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/manet.tex
3be1549e814158f8604954c8f40df73a  manet.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/prims-algorithm.pdf
15e30179c6167145286b9cb5dad4f9dc  prims-algorithm.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/prims-algorithm.tex
f3e2b5e1a889c78f9ccfe4a4cbe6a8ce  prims-algorithm.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/star-graph.pdf
eb673d0449a6280a557576e2620749f3  star-graph.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/star-graph.tex
ec3761c9a6413e5bd80d2bb54e05b47c  star-graph.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/timing-diagram.pdf
f23692266646a7716375a53ef57ea69c  timing-diagram.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/timing-diagram.tex
00571700d2c634786466d5a65c146d42  timing-diagram.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/pgf-umlsd.pdf
27b3939ffdf309674fb408960aa79d8a  pgf-umlsd.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/pgf-umlsd.tex
89b33ba17b87e903a1c6a71484471051  pgf-umlsd.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/circuitikz.pdf
2ec96b9c00bfb283da46c98f3e9ceba3  circuitikz.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/circuitikz.tex
d4f1a08da45bbf941f7916248aa8df13  circuitikz.tex
ALREADY GOT: 
http://media.texample.net/tikz/examples/PDF/control-system-principles.pdf
cf3b62a061b8838f0793624923d9598c  control-system-principles.pdf
ALREADY GOT: 
http://media.texample.net/tikz/examples/TEX/control-system-principles.tex
5183508eaee4d0ae807a567b0bad9ef6  control-system-principles.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/circuit-decorations.pdf
ddc84aecf28399a30bb1c54149ca34d9  circuit-decorations.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/circuit-decorations.tex
4cf2ee4ad9cb9b61fc4e707bb32bdc3a  circuit-decorations.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/FIR-filter.pdf
13936932f0393c64f319182f7fb63e14  FIR-filter.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/FIR-filter.tex
1b6d4322d69a49647b64a0d1eefa7c86  FIR-filter.tex
ALREADY GOT: 
http://media.texample.net/tikz/examples/PDF/logic-circuits-library.pdf
b5f0744300743f11a1d09cc90da12bc8  logic-circuits-library.pdf
ALREADY GOT: 
http://media.texample.net/tikz/examples/TEX/logic-circuits-library.tex
4a441de0714360b0d0dbf8c2351a8238  logic-circuits-library.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/radix2fft.pdf
f92aa4b5b5e56ee360b56bda0d0772c5  radix2fft.pdf
ALREADY GOT: http://media.texample.net/tikz/examples/TEX/radix2fft.tex
f02d028de03cce033ddcdb77bd5df23e  radix2fft.tex
ALREADY GOT: http://media.texample.net/tikz/examples/PDF/schemabloc.pdf
4df4cd0d90505c5093921367d16b10b5  schemabloc.pdf
ALREADY GOT: http://media.tex

DISTFILES: fet-5.7.5.tar.bz2 FET-manual.en.zip

2008-12-02 Thread uzsolt

Files fetched: 1

ALREADY GOT: http://www.lalescu.ro/liviu/fet/download/fet-5.7.5.tar.bz2
7d815e3ba40f2eb503a5c82a06179dca  fet-5.7.5.tar.bz2
STORED: http://www.timetabling.de/manual/FET-manual.en.zip
5882c67c5955d5cd80ce53ff4802545e  FET-manual.en.zip
Size: 237818 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: fet.spec - added manual (created by Volker Dirr) - -doc subpackage

2008-12-02 Thread uzsolt
Author: uzsolt   Date: Tue Dec  2 19:02:05 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- added manual (created by Volker Dirr)
- -doc subpackage

 Files affected:
SPECS:
   fet.spec (1.19 -> 1.20) 

 Diffs:


Index: SPECS/fet.spec
diff -u SPECS/fet.spec:1.19 SPECS/fet.spec:1.20
--- SPECS/fet.spec:1.19 Mon Dec  1 20:35:46 2008
+++ SPECS/fet.spec  Tue Dec  2 20:01:59 2008
@@ -13,6 +13,8 @@
 Group: X11/Applications
 Source0:   
http://www.lalescu.ro/liviu/fet/download/%{name}-%{version}.tar.bz2
 # Source0-md5: 7d815e3ba40f2eb503a5c82a06179dca
+Source1:   http://www.timetabling.de/manual/FET-manual.en.zip
+# Source1-md5: 5882c67c5955d5cd80ce53ff4802545e
 URL:   http://www.lalescu.ro/liviu/fet
 BuildRequires: Qt3Support-devel
 BuildRequires: QtCore-devel
@@ -53,8 +55,21 @@
 %description examples -l pl.UTF-8
 Przykładowe pliki wejściowe dla programu FET.
 
+%package doc
+Summary:   FET documentation by Volker Dirr
+Summary(hu.UTF8):  FET dokumentáció Volker Dirr "szerkesztésében"
+Group: X11/Applications
+
+%description doc
+FET documentation by Volker Dirr.
+
+%description doc -l hu.UTF-8
+FET dokumentáció Volker Dirr tollából.
+
+
 %prep
 %setup -q
+unzip %{SOURCE1}
 
 %build
 qmake-qt4 fet.pro
@@ -72,6 +87,10 @@
 
 %{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/translations/fet_untranslated.qm
 
+# doc
+install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-doc
+install FET-manual.en/* $RPM_BUILD_ROOT%{_docdir}/%{name}-doc
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -102,12 +121,21 @@
 %defattr(644,root,root,755)
 %{_examplesdir}/%{name}-%{version}/sample_inputs
 
+%files doc
+%defattr(644,root,root,755)
+%dir %{_docdir}/%{name}-doc
+%{_docdir}/%{name}-doc
+
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <[EMAIL PROTECTED]>
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.20  2008/12/02 19:01:59  uzsolt
+- added manual (created by Volker Dirr)
+- -doc subpackage
+
 Revision 1.19  2008/12/01 19:35:46  uzsolt
 - install -d examples/fet-%version
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fet.spec?r1=1.19&r2=1.20&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: fet.spec - %dir .../sample_inputs

2008-12-02 Thread uzsolt
Author: uzsolt   Date: Tue Dec  2 19:37:08 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- %dir .../sample_inputs

 Files affected:
SPECS:
   fet.spec (1.20 -> 1.21) 

 Diffs:


Index: SPECS/fet.spec
diff -u SPECS/fet.spec:1.20 SPECS/fet.spec:1.21
--- SPECS/fet.spec:1.20 Tue Dec  2 20:01:59 2008
+++ SPECS/fet.spec  Tue Dec  2 20:37:02 2008
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8): Narzędzie do automatycznego układania planów dla szkół 
i uczelni
 Name:  fet
 Version:   5.7.5
-Release:   1
+Release:   2
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://www.lalescu.ro/liviu/fet/download/%{name}-%{version}.tar.bz2
@@ -119,6 +119,7 @@
 
 %files examples
 %defattr(644,root,root,755)
+%dir %{_examplesdir}/%{name}-%{version}/sample_inputs
 %{_examplesdir}/%{name}-%{version}/sample_inputs
 
 %files doc
@@ -132,6 +133,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.21  2008/12/02 19:37:02  uzsolt
+- %dir .../sample_inputs
+
 Revision 1.20  2008/12/02 19:01:59  uzsolt
 - added manual (created by Volker Dirr)
 - -doc subpackage


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fet.spec?r1=1.20&r2=1.21&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: mathomatic-14.2.5.tar.bz2

2008-12-07 Thread uzsolt

Files fetched: 1

STORED: http://www.panix.com/~gesslein/mathomatic-14.2.5.tar.bz2
6799a619e1d826d74a99804519e24d12  mathomatic-14.2.5.tar.bz2
Size: 153722 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: mathomatic.spec - up to 14.2.5

2008-12-07 Thread uzsolt
Author: uzsolt   Date: Sun Dec  7 13:42:55 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 14.2.5

 Files affected:
SPECS:
   mathomatic.spec (1.74 -> 1.75) 

 Diffs:


Index: SPECS/mathomatic.spec
diff -u SPECS/mathomatic.spec:1.74 SPECS/mathomatic.spec:1.75
--- SPECS/mathomatic.spec:1.74  Mon Nov  3 18:09:30 2008
+++ SPECS/mathomatic.spec   Sun Dec  7 14:42:50 2008
@@ -3,12 +3,12 @@
 Summary(hu.UTF-8): Mathomatic - szimbolikus számításokra képes program
 Summary(pl.UTF-8): Mathomatic - program do matematyki symbolicznej
 Name:  mathomatic
-Version:   14.2.2
+Version:   14.2.5
 Release:   1
 License:   LGPL
 Group: Applications/Math
 Source0:   http://www.panix.com/~gesslein/%{name}-%{version}.tar.bz2
-# Source0-md5: faf88de486a4f81795cc5fa8385f8575
+# Source0-md5: 6799a619e1d826d74a99804519e24d12
 URL:   http://www.mathomatic.com/math/
 BuildRequires: ncurses-devel
 BuildRequires: readline-devel
@@ -66,6 +66,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.75  2008/12/07 13:42:50  uzsolt
+- up to 14.2.5
+
 Revision 1.74  2008/11/03 17:09:30  uzsolt
 - up to 14.2.2
 - hu summary and description


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mathomatic.spec?r1=1.74&r2=1.75&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: newsbeuter-1.3.tar.gz

2008-12-07 Thread uzsolt

Files fetched: 1

STORED: http://www.newsbeuter.org/downloads/newsbeuter-1.3.tar.gz
7246e37ed0067ab55803be4b1d144c50  newsbeuter-1.3.tar.gz
Size: 287938 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: newsbeuter.spec - up to 1.3

2008-12-07 Thread uzsolt
Author: uzsolt   Date: Sun Dec  7 14:52:03 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.3

 Files affected:
SPECS:
   newsbeuter.spec (1.5 -> 1.6) 

 Diffs:


Index: SPECS/newsbeuter.spec
diff -u SPECS/newsbeuter.spec:1.5 SPECS/newsbeuter.spec:1.6
--- SPECS/newsbeuter.spec:1.5   Tue Sep  2 16:45:36 2008
+++ SPECS/newsbeuter.spec   Sun Dec  7 15:51:58 2008
@@ -4,12 +4,12 @@
 Summary(hu.UTF-8): Newsbeuter - egy RSS hírolvasó szöveges terminálra
 Summary(pl.UTF-8): Newsbeuter - czytnik RSS dla terminala tekstowego
 Name:  newsbeuter
-Version:   1.2
+Version:   1.3
 Release:   0.1
 License:   GPL v2
 Group: Applications/Networking
 Source0:   http://www.newsbeuter.org/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 3280583b502aa3b77524ce88bcea430f
+# Source0-md5: 7246e37ed0067ab55803be4b1d144c50
 URL:   http://www.newsbeuter.org/
 BuildRequires: gettext-devel
 BuildRequires: libmrss-devel
@@ -47,11 +47,12 @@
 %{__make} install \
prefix=$RPM_BUILD_ROOT%{_prefix} \
docdir=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS LICENSE README
 %attr(755,root,root) %{_bindir}/%{name}
@@ -65,6 +66,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.6  2008/12/07 14:51:58  uzsolt
+- up to 1.3
+
 Revision 1.5  2008/09/02 14:45:36  uzsolt
 - up to 1.2
 - hu language


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/newsbeuter.spec?r1=1.5&r2=1.6&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: termit-2.1.1.tar.bz2

2008-12-07 Thread uzsolt

Files fetched: 1

STORED: http://termit.googlecode.com/files/termit-2.1.1.tar.bz2
ce1dba707a8b803fcb21db4163c50a4a  termit-2.1.1.tar.bz2
Size: 29716 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: termit.spec - up to 2.1.1 - patch0 commented out

2008-12-07 Thread uzsolt
Author: uzsolt   Date: Sun Dec  7 16:02:57 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.1.1
- patch0 commented out

 Files affected:
SPECS:
   termit.spec (1.12 -> 1.13) 

 Diffs:


Index: SPECS/termit.spec
diff -u SPECS/termit.spec:1.12 SPECS/termit.spec:1.13
--- SPECS/termit.spec:1.12  Fri Nov  7 18:13:01 2008
+++ SPECS/termit.spec   Sun Dec  7 17:02:52 2008
@@ -2,15 +2,15 @@
 Summary:   TermIt - terminal emulator based on the vte library
 Summary(pl.UTF-8): TermIt - emulator terminala oparty na bibliotece vte
 Name:  termit
-Version:   2.1
+Version:   2.1.1
 Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://termit.googlecode.com/files/%{name}-%{version}.tar.bz2
-# Source0-md5: 7f386b4745080cfa544296890e85f4e7
+# Source0-md5: ce1dba707a8b803fcb21db4163c50a4a
 Source1:   %{name}.desktop
 Source2:   %{name}.png
-Patch0:%{name}-FindLua51.patch
+# Patch0:  %{name}-FindLua51.patch
 URL:   http://code.google.com/p/termit/wiki/TermIt
 BuildRequires: cmake >= 2.6.1
 BuildRequires: gtk+2-devel >= 2:2.8
@@ -44,7 +44,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+# %patch0 -p1
 
 %build
 %{cmake} -D CMAKE_INSTALL_PREFIX:PATH="%{_prefix}" .
@@ -80,6 +80,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.13  2008/12/07 16:02:52  uzsolt
+- up to 2.1.1
+- patch0 commented out
+
 Revision 1.12  2008/11/07 17:13:01  twittner
 - up to 2.1
 - I don't know if there is a better solution for current cmake


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/termit.spec?r1=1.12&r2=1.13&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: newsbeuter.spec - stfl-static BR

2008-12-07 Thread uzsolt
Author: uzsolt   Date: Sun Dec  7 18:21:48 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- stfl-static BR

 Files affected:
SPECS:
   newsbeuter.spec (1.6 -> 1.7) 

 Diffs:


Index: SPECS/newsbeuter.spec
diff -u SPECS/newsbeuter.spec:1.6 SPECS/newsbeuter.spec:1.7
--- SPECS/newsbeuter.spec:1.6   Sun Dec  7 15:51:58 2008
+++ SPECS/newsbeuter.spec   Sun Dec  7 19:21:41 2008
@@ -17,6 +17,7 @@
 BuildRequires: ncurses-devel
 BuildRequires: sqlite3-devel
 BuildRequires: stfl-devel >=0.19
+BuildRequires:  stfl-static
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %{expand:%%define  _sysconfdir %{_sysconfdir}/X11}
@@ -66,6 +67,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.7  2008/12/07 18:21:41  uzsolt
+- stfl-static BR
+
 Revision 1.6  2008/12/07 14:51:58  uzsolt
 - up to 1.3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/newsbeuter.spec?r1=1.6&r2=1.7&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: newsbeuter.spec - rel 1

2008-12-07 Thread uzsolt
Author: uzsolt   Date: Sun Dec  7 19:08:25 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 1

 Files affected:
SPECS:
   newsbeuter.spec (1.7 -> 1.8) 

 Diffs:


Index: SPECS/newsbeuter.spec
diff -u SPECS/newsbeuter.spec:1.7 SPECS/newsbeuter.spec:1.8
--- SPECS/newsbeuter.spec:1.7   Sun Dec  7 19:21:41 2008
+++ SPECS/newsbeuter.spec   Sun Dec  7 20:08:20 2008
@@ -5,7 +5,7 @@
 Summary(pl.UTF-8): Newsbeuter - czytnik RSS dla terminala tekstowego
 Name:  newsbeuter
 Version:   1.3
-Release:   0.1
+Release:   1
 License:   GPL v2
 Group: Applications/Networking
 Source0:   http://www.newsbeuter.org/downloads/%{name}-%{version}.tar.gz
@@ -67,6 +67,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.8  2008/12/07 19:08:20  uzsolt
+- rel 1
+
 Revision 1.7  2008/12/07 18:21:41  uzsolt
 - stfl-static BR
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/newsbeuter.spec?r1=1.7&r2=1.8&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: rsstail.spec - hu desc and summary

2008-12-07 Thread uzsolt
Author: uzsolt   Date: Sun Dec  7 19:11:11 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- hu desc and summary

 Files affected:
SPECS:
   rsstail.spec (1.2 -> 1.3) 

 Diffs:


Index: SPECS/rsstail.spec
diff -u SPECS/rsstail.spec:1.2 SPECS/rsstail.spec:1.3
--- SPECS/rsstail.spec:1.2  Sun Dec  7 19:54:22 2008
+++ SPECS/rsstail.spec  Sun Dec  7 20:11:05 2008
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:   RSS reader
+Summary(hu.UTF-8): RSS olvasó
 Summary(pl.UTF-8): Czytnik RSS
 Name:  rsstail
 Version:   1.4
@@ -17,6 +18,11 @@
 RSSTail is more or less an rss reader: it monitors an rss-feed and if
 it detects a new entry it'll emit only that new entry.
 
+%description -l hu.UTF-8
+RSSTail több vagy kevesebb, mint egy rss olvasó: ellenőriz egy
+rss-forrást és ha új bejegyzést talál, csak az új bejegyzést jeleníti
+meg.
+
 %description -l pl.UTF-8
 RSSTail jest czytnikiem RSS. Monitoruje zadany kanał RSS i jeśli
 pojawia się nowa pozycja, wyświetla tylko tę nową pozycję.
@@ -49,6 +55,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2008/12/07 19:11:05  uzsolt
+- hu desc and summary
+
 Revision 1.2  2008/12/07 18:54:22  megabajt
 - don't own %{_mandir}/man1
 - release 2


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rsstail.spec?r1=1.2&r2=1.3&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: fet.spec - up to 5.7.6

2008-12-07 Thread uzsolt
Author: uzsolt   Date: Sun Dec  7 19:18:27 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 5.7.6

 Files affected:
SPECS:
   fet.spec (1.22 -> 1.23) 

 Diffs:


Index: SPECS/fet.spec
diff -u SPECS/fet.spec:1.22 SPECS/fet.spec:1.23
--- SPECS/fet.spec:1.22 Wed Dec  3 20:39:23 2008
+++ SPECS/fet.spec  Sun Dec  7 20:18:22 2008
@@ -7,12 +7,12 @@
 Summary(hu.UTF-8): FET egy nyílt forrású órarend-készítő program
 Summary(pl.UTF-8): Narzędzie do automatycznego układania planów dla szkół 
i uczelni
 Name:  fet
-Version:   5.7.5
-Release:   2
+Version:   5.7.6
+Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://www.lalescu.ro/liviu/fet/download/%{name}-%{version}.tar.bz2
-# Source0-md5: 7d815e3ba40f2eb503a5c82a06179dca
+# Source0-md5: 960eed1b17a838d271d57bfcbd1aa3a9
 Source1:   http://www.timetabling.de/manual/FET-manual.en.zip
 # Source1-md5: 5882c67c5955d5cd80ce53ff4802545e
 URL:   http://www.lalescu.ro/liviu/fet
@@ -136,6 +136,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.23  2008/12/07 19:18:22  uzsolt
+- up to 5.7.6
+
 Revision 1.22  2008/12/03 19:39:23  qboosh
 - pl for -doc
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fet.spec?r1=1.22&r2=1.23&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: fet-5.7.6.tar.bz2 FET-manual.en.zip

2008-12-07 Thread uzsolt

Files fetched: 1

STORED: http://www.lalescu.ro/liviu/fet/download/fet-5.7.6.tar.bz2
960eed1b17a838d271d57bfcbd1aa3a9  fet-5.7.6.tar.bz2
Size: 4232781 bytes
ALREADY GOT: http://www.timetabling.de/manual/FET-manual.en.zip
5882c67c5955d5cd80ce53ff4802545e  FET-manual.en.zip


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: mathomatic.spec - added TODO (build problem) - rel 1.1

2008-12-08 Thread uzsolt
Author: uzsolt   Date: Mon Dec  8 18:09:54 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- added TODO (build problem)
- rel 1.1

 Files affected:
SPECS:
   mathomatic.spec (1.75 -> 1.76) 

 Diffs:


Index: SPECS/mathomatic.spec
diff -u SPECS/mathomatic.spec:1.75 SPECS/mathomatic.spec:1.76
--- SPECS/mathomatic.spec:1.75  Sun Dec  7 14:42:50 2008
+++ SPECS/mathomatic.spec   Mon Dec  8 19:09:49 2008
@@ -1,10 +1,11 @@
 # $Revision$, $Date$
+# TODO: fix build problem
 Summary:   Mathomatic - a symbolic math program
 Summary(hu.UTF-8): Mathomatic - szimbolikus számításokra képes program
 Summary(pl.UTF-8): Mathomatic - program do matematyki symbolicznej
 Name:  mathomatic
 Version:   14.2.5
-Release:   1
+Release:   1.1
 License:   LGPL
 Group: Applications/Math
 Source0:   http://www.panix.com/~gesslein/%{name}-%{version}.tar.bz2
@@ -66,6 +67,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.76  2008/12/08 18:09:49  uzsolt
+- added TODO (build problem)
+- rel 1.1
+
 Revision 1.75  2008/12/07 13:42:50  uzsolt
 - up to 14.2.5
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mathomatic.spec?r1=1.75&r2=1.76&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: clive.spec - hu desc and summary

2008-12-11 Thread uzsolt
Author: uzsolt   Date: Thu Dec 11 16:41:37 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- hu desc and summary

 Files affected:
SPECS:
   clive.spec (1.33 -> 1.34) 

 Diffs:


Index: SPECS/clive.spec
diff -u SPECS/clive.spec:1.33 SPECS/clive.spec:1.34
--- SPECS/clive.spec:1.33   Thu Dec 11 16:22:54 2008
+++ SPECS/clive.specThu Dec 11 17:41:31 2008
@@ -3,6 +3,7 @@
 # TODO: check if it work
 #
 Summary:   Video extraction utility for YouTube and Google Video
+Summary(hu.UTF-8): Videó letöltő a YouTube és a Google Video oldalakról
 Summary(pl.UTF-8): Narzędzie do wydobywania filmów z YouTube i Google Video
 Name:  clive
 Version:   2.1.0
@@ -28,12 +29,18 @@
 chained with 3rd party tools for subsequent video re-encoding and
 playing and playing.
 
+%description -l hu.UTF-8
+clive egy videó letöltő eszköz felhasználó által feltöltött videó
+oldalakhoz, úgymint a YouTube, Google Video, Dailymotion, Guba és
+Metacafe. Külső eszközökkel összekapcsolható, videó újrakódolásához és
+lejátszásához.
+
 %description -l pl.UTF-8
-clive to działający z linii poleceń program do wydobywania filmów
-z serwisów YouTube, Google Video i Dailymotion. Obsługuje
-wyciąganie osadzonych filmów i może być używany wraz z
-zewnętrznym koderem (np. ffmpegiem) do przekodowywania
-wyciągniętych filmów do innych formatów (np. AVI, MPEG, flv).
+clive to działający z linii poleceń program do wydobywania filmów z
+serwisów YouTube, Google Video i Dailymotion. Obsługuje wyciąganie
+osadzonych filmów i może być używany wraz z zewnętrznym koderem (np.
+ffmpegiem) do przekodowywania wyciągniętych filmów do innych formatów
+(np. AVI, MPEG, flv).
 
 %prep
 %setup -q
@@ -58,6 +65,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.34  2008/12/11 16:41:31  uzsolt
+- hu desc and summary
+
 Revision 1.33  2008/12/11 15:22:54  lisu
 - TODO
 - rel 0.1


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/clive.spec?r1=1.33&r2=1.34&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: vim.spec - hu summaries and descs

2008-12-11 Thread uzsolt
Author: uzsolt   Date: Thu Dec 11 17:08:39 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- hu summaries and descs

 Files affected:
SPECS:
   vim.spec (1.452 -> 1.453) 

 Diffs:


Index: SPECS/vim.spec
diff -u SPECS/vim.spec:1.452 SPECS/vim.spec:1.453
--- SPECS/vim.spec:1.452Wed Nov 12 17:00:25 2008
+++ SPECS/vim.spec  Thu Dec 11 18:08:33 2008
@@ -2,6 +2,7 @@
 # TODO
 # - move gettext translations to glibc dir
 #   /usr/share/vim/vim71/lang/*/LC_MESSAGES
+# - %description heavy -l pl.UTF-8 maybe gvim-heavy? About line 635
 #
 # Conditional build:
 %bcond_without static  # don't build static version
@@ -27,6 +28,7 @@
 Summary(de.UTF-8): VIsual editor iMproved
 Summary(es.UTF-8): Editor visual incrementado
 Summary(fr.UTF-8): Editeur VIM : VIsual editor iMproved
+Summary(hu.UTF-8): Vi IMproved - a Vi szerkesztő bővítése
 Summary(pl.UTF-8): Vi IMproved - klon edytora Vi
 Summary(pt_BR.UTF-8):  Editor visual incrementado
 Summary(ru.UTF-8): Visual editor IMproved - Единственно Правильный 
Редактор :)
@@ -194,6 +196,11 @@
 mutltiples, l'annulation a plusieurs niveaux, la mise en évidence des
 blocs et autres caractéristiques au vi de base.
 
+%description -l hu.UTF-8
+A Vi-hez hasonló texteditor. Néhány fontos bővítés: ablakkezelés,
+többszintű undo, blokk kiemelés, kódrészletek összecsukása, és még sok
+más...
+
 %description -l id.UTF-8
 VIM (VIsual editor iMproved) adalah versi vi editor yang sudah
 diupdate dan ditambah kemampuannya. Vi adalah editor untuk UNIX yang
@@ -284,6 +291,7 @@
 
 %package heavy
 Summary:   Full featured build of Vim
+Summary(hu.UTF-8):  A Vim teljeskörű szolgáltatásait nyújtó verzió
 Summary(pl.UTF-8): W pełni funkcjonalna wersja Vim-a
 Group: Applications/Editors/Vim
 Requires:  %{name}-rt = %{epoch}:%{version}-%{release}
@@ -298,6 +306,10 @@
 This package provides full featured version of Vim, which includes
 support for Perl, Python, Ruby and Tcl scripting.
 
+%description heavy -l hu.UTF-8
+Ez a csomag a Vim teljeskörű szolgáltatásait nyújtó verzióját
+tartalmazza, amelyben benne van a Perl, Python, Ruby és Tcl támogatás.
+
 %description heavy -l pl.UTF-8
 Pakiet ten dostarcza w pełni funkcjonalną wersję Vim-a, czyli
 zawierającą wsparcie dla skryptowania w językach Perl, Python, Ruby
@@ -305,6 +317,7 @@
 
 %package static
 Summary:   Statically linked Vim
+Summary(hu.UTF-8):  A Vim statikus verziója
 Summary(pl.UTF-8): Statycznie skonsolidowany Vim
 Group: Applications/Editors/Vim
 Provides:  vi-editor
@@ -319,6 +332,11 @@
 and is installed in /bin as a rescue tool. The installation of this
 package is STRONGLY recommended.
 
+%description static -l hu.UTF-8
+Vi-hez hasonló text editor. Ez a verzió a legminimálisabb
+szolgáltatásokat nyújtja, és a /bin könyvtárba települ, mint egy mentő 
+eszköz. Ennek a csomagnak a telepítése ERŐSEN javallott.
+
 %description static -l pl.UTF-8
 Edytor tekstu podobny do Vi. Ta wersja została skonsolidowana
 statycznie i posiada minimalną ilość dodatków. Jest instalowana w /bin
@@ -341,6 +359,7 @@
 Summary(de.UTF-8): Die von allen Versionen des VIM-Editors benötigten 
gemeinsamen Dateien
 Summary(es.UTF-8): Ficheros comunes a todas las versiones de VIM
 Summary(fr.UTF-8): Fichiers communs indispensables pour toute version de 
l'éditeur VIM
+Summary(hu.UTF-8):  A Vim futásidejű fájljai
 Summary(id.UTF-8): File umum yang dibutuhkan oleh semua versi editor VIM
 Summary(is.UTF-8): Grunnskrár sem allar útgáfur VIM ritilsins þurfa á að 
halda
 Summary(it.UTF-8): File comuni necessari per tutte le versioni dell'editor 
VIM
@@ -384,6 +403,11 @@
 Le paquetage vim-rt contient des fichiers dont chaque fichier binaire
 VIM a besoin pour fonctionner.
 
+%description rt -l hu.UTF-8
+Ez a csomag makrókat, dokumentációt, nyelvi konfigurációt és kézikönyv
+oldalakat tartalmaz Vim-hez. Ha ki akarod használni a Vim lehetőségeit,
+érdemes telepítened ezt a csomagot.
+
 %description rt -l id.UTF-8
 Package vim-rt berisi file yang dibutuhkan semua versi VIM agar bisa
 berjalan.
@@ -435,6 +459,7 @@
 
 %package tutor
 Summary:   Vim tutorial
+Summary(hu.UTF-8):  Vim tutorial
 Summary(pl.UTF-8): Samouczek do Vima
 Group: Applications/Editors/Vim
 Requires:  %{name}-rt = %{epoch}:%{version}-%{release}
@@ -444,11 +469,16 @@
 %description tutor
 This package contains Vim tutorial.
 
+%description tutor -l hu.UTF-8
+Ez a csomag a vimtutor-t tartalmazza, amely egy gyakorlat-orientált
+bevezető a Vim-hez.
+
 %description tutor -l pl.UTF-8
 Ten pakiet zawiera samouczek do Vima.
 
 %package -n gvim-athena
 Summary:   Vim for X Window built with Athena
+Summary(hu.UTF-8):  A Vim X Window verziója, az Athena felhasználásával
 Summary(pl.UTF-8): Vim dla X Window korzystający z b

SPECS: termit.spec - hu desc and summary - update description - TODO: updat...

2008-12-12 Thread uzsolt
Author: uzsolt   Date: Fri Dec 12 16:02:49 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- hu desc and summary
- update description
- TODO: update pl description

 Files affected:
SPECS:
   termit.spec (1.13 -> 1.14) 

 Diffs:


Index: SPECS/termit.spec
diff -u SPECS/termit.spec:1.13 SPECS/termit.spec:1.14
--- SPECS/termit.spec:1.13  Sun Dec  7 17:02:52 2008
+++ SPECS/termit.spec   Fri Dec 12 17:02:43 2008
@@ -1,5 +1,7 @@
 # $Revision$, $Date$
+# TODO: change pl description
 Summary:   TermIt - terminal emulator based on the vte library
+Summary:   TermIt - vte könyvtáron alapuló terminál emulátor
 Summary(pl.UTF-8): TermIt - emulator terminala oparty na bibliotece vte
 Name:  termit
 Version:   2.1.1
@@ -22,14 +24,28 @@
 
 %description
 TermIt - simple terminal emulator based on vte library. Features:
- - tabs
- - bookmarks
- - changing tab name
- - changing font for tabs
- - encodings (all available from GTK+ 2)
+ - multiple tabs
+ - switching encodings
+ - sessions
+ - configurable keybindings
+ - embedded Lua
+ - xterm-like dynamic window title
+
+Configuration can be changed via $HOME/.config/termit/init.lua file
+(example is provided).
+
+%description -l hu.UTF-8
+TermIt - egyszerű, a vte könyvtárra épülő terminál emulátor.
+Lehetőségek:
+ - több tab
+ - kódolás változtatása
+ - munkamenetek
+ - konfigurálható billentyűkombinációk
+ - beépített lua
+ - xterm-szerű dinamikus ablakcím
 
-Configuration can be changed via $HOME/.termit file (example is
-provided).
+A konfiguráció megváltoztatható a $HOME/.config/termit/init.lua fájl
+megváltoztatásával (példafájl van a csomagban).
 
 %description -l pl.UTF-8
 TermIt - prosty emulator terminala oparty na bibliotece vte. Zawiera:
@@ -80,6 +96,11 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.14  2008/12/12 16:02:43  uzsolt
+- hu desc and summary
+- update description
+- TODO: update pl description
+
 Revision 1.13  2008/12/07 16:02:52  uzsolt
 - up to 2.1.1
 - patch0 commented out


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/termit.spec?r1=1.13&r2=1.14&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: termit.spec - fix missed language code - update summary (please upda...

2008-12-12 Thread uzsolt
Author: uzsolt   Date: Fri Dec 12 16:08:35 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix missed language code
- update summary (please update pl too)

 Files affected:
SPECS:
   termit.spec (1.14 -> 1.15) 

 Diffs:


Index: SPECS/termit.spec
diff -u SPECS/termit.spec:1.14 SPECS/termit.spec:1.15
--- SPECS/termit.spec:1.14  Fri Dec 12 17:02:43 2008
+++ SPECS/termit.spec   Fri Dec 12 17:08:30 2008
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
-# TODO: change pl description
-Summary:   TermIt - terminal emulator based on the vte library
-Summary:   TermIt - vte könyvtáron alapuló terminál emulátor
+# TODO: update pl description and summary
+Summary:   TermIt - terminal emulator based on the vte library, extensible 
via lua
+Summary(hu.UTF-8): TermIt - vte könyvtáron alapuló terminál emulátor, lua 
nyelven keresztül bővíthető
 Summary(pl.UTF-8): TermIt - emulator terminala oparty na bibliotece vte
 Name:  termit
 Version:   2.1.1
@@ -96,6 +96,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.15  2008/12/12 16:08:30  uzsolt
+- fix missed language code
+- update summary (please update pl too)
+
 Revision 1.14  2008/12/12 16:02:43  uzsolt
 - hu desc and summary
 - update description


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/termit.spec?r1=1.14&r2=1.15&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: awesome-3.1.tar.bz2

2008-12-12 Thread uzsolt

Files fetched: 1

STORED: http://awesome.naquadah.org/download/awesome-3.1.tar.bz2
e687a9c0056437207cbdba2f64412624  awesome-3.1.tar.bz2
Size: 238280 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: awesome.spec - up to 3.1 - more plugins (they are available from 3.1)

2008-12-12 Thread uzsolt
Author: uzsolt   Date: Fri Dec 12 17:24:13 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 3.1
- more plugins (they are available from 3.1)

 Files affected:
SPECS:
   awesome.spec (1.27 -> 1.28) 

 Diffs:


Index: SPECS/awesome.spec
diff -u SPECS/awesome.spec:1.27 SPECS/awesome.spec:1.28
--- SPECS/awesome.spec:1.27 Sun Nov  2 03:05:52 2008
+++ SPECS/awesome.spec  Fri Dec 12 18:24:07 2008
@@ -4,12 +4,12 @@
 Summary(hu.UTF-8): awesome ablakkezelő
 Summary(pl.UTF-8): Zarządca okien X - Awesome
 Name:  awesome
-Version:   3.0
-Release:   3
+Version:   3.1
+Release:   0.1
 License:   GPL v2
 Group: X11/Window Managers
 Source0:   http://awesome.naquadah.org/download/%{name}-%{version}.tar.bz2
-# Source0-md5: 32bb9e94a63f421a7a8500f1041b6add
+# Source0-md5: e687a9c0056437207cbdba2f64412624
 Source1:   %{name}-xsession.desktop
 Patch0:%{name}-3.0-lua-files.patch
 URL:   http://awesome.naquadah.org/
@@ -120,6 +120,58 @@
 Theme könyvtár az awesome ablakkezelőhöz
 
 
+%package plugin-invaders
+Summary:   Awesome Invaders game
+Summary(hu.UTF-8): Awesome Invaders játék
+Group: X11/Window Managers
+Requires:  %{name}-plugin-awful
+Requires:  %{name}-plugin-beautiful
+Requires:  ImageMagick
+
+%description plugin-invaders
+Awesome Invaders is, as the name says, an implementation of Space
+Invaders using Awesome 3's Lua interface.
+
+%description plugin-invaders -l hu.UTF-8
+Awesome Invaders, ahogy a neve is mutatja, a Space Invaders
+megvalósítása az awesome 3 lua interfészét használva.
+
+
+%package plugin-naughty
+Summary:   Naughty is a lua library that implements popup notifications 
for awesome3
+Summary(hu.UTF-8): Naughty egy lua-könyvtár, amely felugró értesítéseket 
tesz lehetővé awesome3-ban
+Group: X11/Window Managers
+Requires:  %{name}-plugin-awful
+Requires:  %{name}-plugin-beautiful
+
+%description plugin-naughty
+Naughty is a lua library that implements popup notifications for
+awesome3.
+
+%description plugin-naughty -l hu.UTF-8
+Naughty egy lua-könyvtár, amely felugró értesítéseket tesz lehetővé
+awesome3-ban.
+
+
+%package plugin-revelation
+Summary:   Revelation brings up a view of all your open clients
+Summary(hu.UTF-8): Revelation egy nézetet hoz létre az összes megnyitott 
kliensről
+Group: X11/Window Managers
+
+%description plugin-revelation
+Revelation brings up a view of all your open clients; left-clicking a
+client pops to the first tag that client is visible on and
+raises/focuses the client. In addition, the Enter key pops to the
+currently focused client, and Escape aborts.
+
+%description plugin-revelation -l hu.UTF-8
+Revelation egy nézetet hoz létre az összes megnyitott kliensről; egy
+kliensre bal gombbal kattintva az első olyan cimkére ugorhatsz, ahol a
+kliens látható, és fókuszba hozza a klienst. Az Enter billentyűre a
+fókuszban levő kliensre ugrik, és az Escape billentyűvel megszakítható
+a művelet.
+
+
 %package plugin-tabulous
 Summary:   Fabulous tabs for awesome
 Summary(hu.UTF-8): Tab-ok awesome-hoz
@@ -163,11 +215,15 @@
 %attr(755,root,root) %{_bindir}/%{name}
 %attr(755,root,root) %{_bindir}/%{name}-client
 %attr(755,root,root) %{_bindir}/awsetbg
+%dir %{_datadir}/%{name}/lib
+%{_datadir}/%{name}/lib/capi.lua
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/icons
+%dir %{_datadir}/%{name}/icons
 %{_datadir}/%{name}/icons
 %{_datadir}/xsessions/%{name}.desktop
 %{_mandir}/man1/%{name}*
+%{_mandir}/man1/awsetbg*
 %{_mandir}/man5/%{name}*
 %doc AUTHORS BUGS README STYLE
 
@@ -186,21 +242,35 @@
 
 %files plugin-awful
 %defattr(644,root,root,755)
-%dir %{_datadir}/awesome/lib
-%{_datadir}/awesome/lib/awful.lua
+%dir %{_datadir}/awesome/lib/awful
+%{_datadir}/awesome/lib/awful/*.lua
 
 
 %files plugin-beautiful
 %defattr(644,root,root,755)
-%dir %{_datadir}/awesome/lib
 %dir %{_datadir}/awesome/themes/*
 %{_datadir}/awesome/lib/beautiful.lua
 %{_datadir}/awesome/themes
 
 
+%files plugin-invaders
+%defattr(644,root,root,755)
+%{_datadir}/awesome/lib/invaders.lua
+%dir %{_datadir}/awesome/icons/invaders
+%{_datadir}/awesome/icons/invaders/*.png
+
+
+%files plugin-naughty
+%defattr(644,root,root,755)
+%{_datadir}/awesome/lib/naughty.lua
+
+
+%files plugin-revelation
+%defattr(644,root,root,755)
+%{_datadir}/awesome/lib/revelation.lua
+
 %files plugin-tabulous
 %defattr(644,root,root,755)
-%dir %{_datadir}/awesome/lib
 %{_datadir}/awesome/lib/tabulous.lua
 
 
@@ -210,6 +280,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.28  2008/12/12 17:24:07  uzsolt
+- up to 3.1
+- more plugins (they are available from 3.1)
+
 Revision 1.27  2008/11/02 02:05:52  pawelz
 - use full URL
 


 CVS-web:
 

SPECS: gourmet.spec - up to 0.13.8 - rel 1

2008-12-13 Thread uzsolt
Author: uzsolt   Date: Sat Dec 13 09:42:16 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.13.8
- rel 1

 Files affected:
SPECS:
   gourmet.spec (1.2 -> 1.3) 

 Diffs:


Index: SPECS/gourmet.spec
diff -u SPECS/gourmet.spec:1.2 SPECS/gourmet.spec:1.3
--- SPECS/gourmet.spec:1.2  Fri Sep  5 18:13:10 2008
+++ SPECS/gourmet.spec  Sat Dec 13 10:42:10 2008
@@ -2,12 +2,12 @@
 Summary:   Gourmet Recipe Manager is a simple but powerful recipe-managing 
application
 Summary(hu.UTF-8): Gourmet Recipe Manager egy egyszerű, de hatékony 
recept-nyilvántartó alkalmazás
 Name:  gourmet
-Version:   0.13.4
-Release:   0.1
+Version:   0.13.8
+Release:   1
 License:   GPL v2
 Group: X11/Applications
-Source0:   
http://dl.sourceforge.net/grecipe-manager/%{name}-%{version}-2.tar.gz
-# Source0-md5: d60b319f05543f837d40abf32c0d1fa8
+Source0:   
http://dl.sourceforge.net/grecipe-manager/%{name}-%{version}.tar.gz
+# Source0-md5: 0b3886879403ad55112de0c2c177e918
 URL:   http://grecipe-manager.sourceforge.net/
 BuildRequires: libglade2-devel
 BuildRequires: python-PIL-devel
@@ -62,6 +62,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2008/12/13 09:42:10  uzsolt
+- up to 0.13.8
+- rel 1
+
 Revision 1.2  2008/09/05 16:13:10  uzsolt
 - fix python-ReportLab typo
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gourmet.spec?r1=1.2&r2=1.3&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gourmet-0.13.8.tar.gz

2008-12-13 Thread uzsolt

Files fetched: 1

STORED: http://master.dl.sourceforge.net/grecipe-manager/gourmet-0.13.8.tar.gz
0b3886879403ad55112de0c2c177e918  gourmet-0.13.8.tar.gz
Size: 3080960 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - without bootstrap

2008-12-13 Thread uzsolt
Author: uzsolt   Date: Sat Dec 13 18:39:42 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- without bootstrap

 Files affected:
SPECS:
   texlive.spec (1.12 -> 1.13) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.12 SPECS/texlive.spec:1.13
--- SPECS/texlive.spec:1.12 Sat Nov 29 21:00:45 2008
+++ SPECS/texlive.spec  Sat Dec 13 19:39:36 2008
@@ -25,7 +25,7 @@
 #
 %include   /usr/lib/rpm/macros.perl
 #
-%bcond_withbootstrap
+%bcond_without bootstrap
 #
 Summary:   TeX typesetting system and MetaFont font formatter
 Summary(de.UTF-8): TeX-Satzherstellungssystem und MetaFont-Formatierung
@@ -6160,6 +6160,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.13  2008/12/13 18:39:36  uzsolt
+- without bootstrap
+
 Revision 1.12  2008/11/29 20:00:45  arekm
 - bootstrap + notes
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.12&r2=1.13&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - kpathsea BR

2008-12-13 Thread uzsolt
Author: uzsolt   Date: Sat Dec 13 20:44:30 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- kpathsea BR

 Files affected:
SPECS:
   texlive.spec (1.13 -> 1.14) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.13 SPECS/texlive.spec:1.14
--- SPECS/texlive.spec:1.13 Sat Dec 13 19:39:36 2008
+++ SPECS/texlive.spec  Sat Dec 13 21:44:23 2008
@@ -58,6 +58,8 @@
 BuildRequires: freetype-devel
 BuildRequires: freetype1-devel
 BuildRequires: gd-devel >= 2.0.33
+# or maybe to %if %{with bootstrap} section?
+BuildRequires:  kpathsea
 BuildRequires: libtool
 BuildRequires: libpng-devel >= 1.2.8
 # should this be somewhere in clisp?
@@ -6160,6 +6162,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.14  2008/12/13 20:44:23  uzsolt
+- kpathsea BR
+
 Revision 1.13  2008/12/13 18:39:36  uzsolt
 - without bootstrap
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.13&r2=1.14&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - begin hungarizing - please change tetex to texlive in...

2008-12-13 Thread uzsolt
Author: uzsolt   Date: Sat Dec 13 21:12:28 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- begin hungarizing
- please change tetex to texlive in other langs

 Files affected:
SPECS:
   texlive.spec (1.14 -> 1.15) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.14 SPECS/texlive.spec:1.15
--- SPECS/texlive.spec:1.14 Sat Dec 13 21:44:23 2008
+++ SPECS/texlive.spec  Sat Dec 13 22:12:21 2008
@@ -31,6 +31,7 @@
 Summary(de.UTF-8): TeX-Satzherstellungssystem und MetaFont-Formatierung
 Summary(es.UTF-8): Sistema de typesetting TeX y formateador de fuentes 
MetaFont
 Summary(fr.UTF-8): Systéme de compostion TeX et formatteur de MetaFontes
+Summary(hu.UTF-8): TeX szövegszedő rendszer és MetaFont font formázó
 Summary(pl.UTF-8): System składu publikacji TeX oraz formater fontów 
MetaFont
 Summary(pt_BR.UTF-8):  Sistema de typesetting TeX e formatador de fontes 
MetaFont
 Summary(tr.UTF-8): TeX dizgi sistemi ve MetaFont yazıtipi biçimlendiricisi
@@ -52,16 +53,16 @@
 BuildRequires: clisp
 BuildRequires: ed
 BuildRequires: expat-devel
-BuildRequires: flex
 BuildRequires: ffcall-devel
+BuildRequires: flex
 BuildRequires: fontconfig-devel
 BuildRequires: freetype-devel
 BuildRequires: freetype1-devel
 BuildRequires: gd-devel >= 2.0.33
 # or maybe to %if %{with bootstrap} section?
-BuildRequires:  kpathsea
-BuildRequires: libtool
+BuildRequires: kpathsea
 BuildRequires: libpng-devel >= 1.2.8
+BuildRequires: libtool
 # should this be somewhere in clisp?
 BuildRequires: libsigsegv
 BuildRequires: libstdc++-devel
@@ -73,21 +74,21 @@
 %if %{with bootstrap}
 BuildRequires: tetex-format-latex
 BuildRequires: tetex-format-pdflatex
-BuildRequires: tetex-tex-babel
 BuildRequires: tetex-latex-cyrillic
+BuildRequires: tetex-tex-babel
 %else
-# fill with future texlive BR. guesses ones for now
 BuildRequires: texlive-format-latex
 BuildRequires: texlive-format-pdflatex
-BuildRequires: texlive-tex-babel
 BuildRequires: texlive-latex-cyrillic
+BuildRequires: texlive-tex-babel
+# fill with future texlive BR. guesses ones for now
 %endif
 BuildRequires: unzip
 BuildRequires: xorg-lib-libICE-devel
 BuildRequires: xorg-lib-libXaw-devel
 BuildRequires: xorg-lib-libXext-devel
-BuildRequires: xorg-lib-libXpm-devel
 BuildRequires: xorg-lib-libXmu-devel
+BuildRequires: xorg-lib-libXpm-devel
 BuildRequires: zlib-devel >= 1.2.1
 Requires:  %{name}-dirs-fonts
 Requires:  %{name}-fonts-cm = %{epoch}:%{version}-%{release}
@@ -137,12 +138,12 @@
 %define_noautoreq 'perl(path_tre)'
 
 %description
-teTeX is an implementation of TeX for Linux or UNIX systems. TeX takes
-a text file and a set of formatting commands as input and creates a
-typesetter independent .dvi (DeVice Independent) file as output.
-Usually, TeX is used in conjunction with a higher level formatting
-package like LaTeX or PlainTeX, since TeX by itself is not very
-user-friendly.
+TeXLive is an implementation of TeX for Linux or UNIX systems. TeX
+takes a text file and a set of formatting commands as input and
+creates a typesetter independent .dvi (DeVice Independent) file as
+output. Usually, TeX is used in conjunction with a higher level
+formatting package like LaTeX or PlainTeX, since TeX by itself is not
+very user-friendly.
 
 %description -l es.UTF-8
 Tex formata archivos de texto y órdenes para una salida independiente
@@ -161,6 +162,14 @@
 raccourci pour Device Independant). Les possibilités de TeX et son
 langage sont décrites dans l'ouvrage TeXbook, de Knuth.
 
+%description -l hu.UTF-8
+TeXLive a TeX egy implementációja Linux és UNIX rendszerekre. TeX egy
+egyszerű szövegfájlt fogad bemenetként, és formázó parancsok
+segítségével a szövegszedő egy független .dvi (DeVice Independent)
+fájlt készít. A TeX-et leginkább magasabb szintű formázó parancsokkal
+kiegészítve használják, mint pl. LaTeX-hel vagy PlainTeX-hel, mivel a
+TeX önmaga nem túlzottan "felhasználóbarát".
+
 %description -l pl.UTF-8
 TeX formatuje przygotowany tekst oraz komendy i produkuje niezależny
 od urządzenia plik wynikowy (tzw. DVI -- skrót od DeVice Independent).
@@ -3147,9 +3156,9 @@
--with-fonts-dir=/var/cache/fonts \
--with-ncurses \
--with-system-freetype \
-   --with-freetype-include=%{_includedir}/freetype \
+   --with-freetype-include=/usr/include/freetype \
--with-system-freetype2 \
-   --with-freetype2-include=%{_includedir}/freetype2 \
+   --with-freetype2-include=/usr/include/freetype2 \
--with-system-gd \
--with-system-ncurses \
--with-system-pnglib \
@@ -6162,6 +6171,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.15  2008/12/13 21:12:21  uzsolt
+- begin hungarizing
+- please change tetex to texlive in other langs
+
 Revision 1.14  2008/

SPECS: texlive.spec - removed kpathsea BR - sed BR - sed texk/lcdf-typetool...

2008-12-13 Thread uzsolt
Author: uzsolt   Date: Sat Dec 13 21:32:03 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- removed kpathsea BR
- sed BR
- sed texk/lcdf-typetools/otftotfm/Makefile (libkpathsea.a -> libkapthsea.so)

 Files affected:
SPECS:
   texlive.spec (1.15 -> 1.16) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.15 SPECS/texlive.spec:1.16
--- SPECS/texlive.spec:1.15 Sat Dec 13 22:12:21 2008
+++ SPECS/texlive.spec  Sat Dec 13 22:31:55 2008
@@ -59,8 +59,6 @@
 BuildRequires: freetype-devel
 BuildRequires: freetype1-devel
 BuildRequires: gd-devel >= 2.0.33
-# or maybe to %if %{with bootstrap} section?
-BuildRequires: kpathsea
 BuildRequires: libpng-devel >= 1.2.8
 BuildRequires: libtool
 # should this be somewhere in clisp?
@@ -69,6 +67,7 @@
 BuildRequires: ncurses-devel
 BuildRequires: rpm-perlprov
 BuildRequires: rpm-pythonprov
+BuildRequires: sed >= 4.0
 BuildRequires: t1lib-devel >= 5.0.2
 BuildRequires: texinfo
 %if %{with bootstrap}
@@ -3170,6 +3169,7 @@
--without-t1utils \
--without-texinfo
 
+%{__sed} -i "s...@libkpathsea.a@libkpathsea...@g" 
texk/lcdf-typetools/otftotfm/Makefile
 %{__make}
 
 %install
@@ -6171,6 +6171,11 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.16  2008/12/13 21:31:55  uzsolt
+- removed kpathsea BR
+- sed BR
+- sed texk/lcdf-typetools/otftotfm/Makefile (libkpathsea.a -> libkapthsea.so)
+
 Revision 1.15  2008/12/13 21:12:21  uzsolt
 - begin hungarizing
 - please change tetex to texlive in other langs


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.15&r2=1.16&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - sedding texk/ttf2pk/*.c

2008-12-13 Thread uzsolt
Author: uzsolt   Date: Sat Dec 13 22:45:56 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- sedding texk/ttf2pk/*.c

 Files affected:
SPECS:
   texlive.spec (1.16 -> 1.17) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.16 SPECS/texlive.spec:1.17
--- SPECS/texlive.spec:1.16 Sat Dec 13 22:31:55 2008
+++ SPECS/texlive.spec  Sat Dec 13 23:45:47 2008
@@ -3170,6 +3170,7 @@
--without-texinfo
 
 %{__sed} -i "s...@libkpathsea.a@libkpathsea...@g" 
texk/lcdf-typetools/otftotfm/Makefile
+%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
 %{__make}
 
 %install
@@ -6171,6 +6172,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.17  2008/12/13 22:45:47  uzsolt
+- sedding texk/ttf2pk/*.c
+
 Revision 1.16  2008/12/13 21:31:55  uzsolt
 - removed kpathsea BR
 - sed BR


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.16&r2=1.17&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - sedding Makefile.in instead of Makefile - move all se...

2008-12-13 Thread uzsolt
Author: uzsolt   Date: Sat Dec 13 22:59:22 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- sedding Makefile.in instead of Makefile
- move all seds before %configure

 Files affected:
SPECS:
   texlive.spec (1.17 -> 1.18) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.17 SPECS/texlive.spec:1.18
--- SPECS/texlive.spec:1.17 Sat Dec 13 23:45:47 2008
+++ SPECS/texlive.spec  Sat Dec 13 23:59:13 2008
@@ -3140,6 +3140,11 @@
 
 %build
 find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
+
+%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
+%{__sed} -i "s...@libkpathsea =...@libkpathsea = 
$(top_builddir)/../../texk/kpathsea/.libs/libkpathsea...@g" 
texk/lcdf-typetools/otftotfm/Makefile.in
+%{__sed} -i "s...@libkpathsea_dep =...@libkpathsea_dep = 
$(top_builddir)/../../texk/kpathsea/.libs/libkpathsea...@g" 
texk/lcdf-typetools/otftotfm/Makefile.in
+
 %configure \
 %if %{with bootstrap}
--without-xindy \
@@ -3169,8 +3174,6 @@
--without-t1utils \
--without-texinfo
 
-%{__sed} -i "s...@libkpathsea.a@libkpathsea...@g" 
texk/lcdf-typetools/otftotfm/Makefile
-%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
 %{__make}
 
 %install
@@ -6172,6 +6175,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.18  2008/12/13 22:59:13  uzsolt
+- sedding Makefile.in instead of Makefile
+- move all seds before %configure
+
 Revision 1.17  2008/12/13 22:45:47  uzsolt
 - sedding texk/ttf2pk/*.c
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.17&r2=1.18&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - kpathsea patch

2008-12-14 Thread uzsolt
Author: uzsolt   Date: Sun Dec 14 11:48:30 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- kpathsea patch

 Files affected:
SPECS:
   texlive.spec (1.19 -> 1.20) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.19 SPECS/texlive.spec:1.20
--- SPECS/texlive.spec:1.19 Sun Dec 14 11:43:45 2008
+++ SPECS/texlive.spec  Sun Dec 14 12:48:24 2008
@@ -46,7 +46,7 @@
 Source5:   xdvi.desktop
 Source6:   xdvi.png
 Patch0:%{name}-am.patch
-Patch1:%{name}-20080816-otftotfm-Makefile.patch
+Patch1:%{name}-20080816-kpathsea-ar.patch
 URL:   http://www.tug.org/texlive/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -6174,6 +6174,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.20  2008/12/14 11:48:24  uzsolt
+- kpathsea patch
+
 Revision 1.19  2008/12/14 10:43:45  uzsolt
 - replace 'sed Makefile.in' to Patch1
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.19&r2=1.20&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - replace 'sed Makefile.in' to Patch1

2008-12-14 Thread uzsolt
Author: uzsolt   Date: Sun Dec 14 10:43:50 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- replace 'sed Makefile.in' to Patch1

 Files affected:
SPECS:
   texlive.spec (1.18 -> 1.19) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.18 SPECS/texlive.spec:1.19
--- SPECS/texlive.spec:1.18 Sat Dec 13 23:59:13 2008
+++ SPECS/texlive.spec  Sun Dec 14 11:43:45 2008
@@ -46,6 +46,7 @@
 Source5:   xdvi.desktop
 Source6:   xdvi.png
 Patch0:%{name}-am.patch
+Patch1:%{name}-20080816-otftotfm-Makefile.patch
 URL:   http://www.tug.org/texlive/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -3130,6 +3131,7 @@
 %setup -q -c -T -n %{name}-%{version}-source
 lzma -dc %{SOURCE0} | tar xf - -C ..
 %patch0 -p1
+%patch1 -p1
 
 cd libs/teckit
 cat ax*.m4 > acinclude.m4
@@ -3140,10 +3142,7 @@
 
 %build
 find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
-
 %{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
-%{__sed} -i "s...@libkpathsea =...@libkpathsea = 
$(top_builddir)/../../texk/kpathsea/.libs/libkpathsea...@g" 
texk/lcdf-typetools/otftotfm/Makefile.in
-%{__sed} -i "s...@libkpathsea_dep =...@libkpathsea_dep = 
$(top_builddir)/../../texk/kpathsea/.libs/libkpathsea...@g" 
texk/lcdf-typetools/otftotfm/Makefile.in
 
 %configure \
 %if %{with bootstrap}
@@ -6175,6 +6174,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.19  2008/12/14 10:43:45  uzsolt
+- replace 'sed Makefile.in' to Patch1
+
 Revision 1.18  2008/12/13 22:59:13  uzsolt
 - sedding Makefile.in instead of Makefile
 - move all seds before %configure


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.18&r2=1.19&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: texlive-20080816-otftotfm-Makefile.patch (REMOVED) - using texlive...

2008-12-14 Thread uzsolt
Author: uzsolt   Date: Sun Dec 14 12:58:32 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- using texlive-20080816-kpathsea-ar.patch (and working)

 Files affected:
SOURCES:
   texlive-20080816-otftotfm-Makefile.patch (1.1 -> NONE)  (REMOVED)

 Diffs:

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: texlive-20080816-otftotfm-Makefile.patch (NEW) - initial, fix KPAT...

2008-12-14 Thread uzsolt
Author: uzsolt   Date: Sun Dec 14 10:44:34 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- initial, fix KPATHSEA library search

 Files affected:
SOURCES:
   texlive-20080816-otftotfm-Makefile.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/texlive-20080816-otftotfm-Makefile.patch
diff -u /dev/null SOURCES/texlive-20080816-otftotfm-Makefile.patch:1.1
--- /dev/null   Sun Dec 14 11:44:35 2008
+++ SOURCES/texlive-20080816-otftotfm-Makefile.patchSun Dec 14 11:44:29 2008
@@ -0,0 +1,13 @@
+--- texlive-20080816-source-orig/texk/lcdf-typetools/otftotfm/Makefile.in  
2008-05-14 11:50:18.0 +0200
 texlive-20080816-source/texk/lcdf-typetools/otftotfm/Makefile.in   
2008-12-14 11:39:10.0 +0100
+@@ -99,8 +99,8 @@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ KPSEINTERFACE_O = @KPSEINTERFACE_O@
+ LDFLAGS = @LDFLAGS@
+-LIBKPATHSEA = @LIBKPATHSEA@
+-LIBKPATHSEA_DEP = @LIBKPATHSEA_DEP@
++LIBKPATHSEA = $(top_builddir)/../../texk/kpathsea/.libs/libkpathsea.so
++LIBKPATHSEA_DEP = $(top_builddir)/../../texk/kpathsea/.libs/libkpathsea.so
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+ LTLIBOBJS = @LTLIBOBJS@

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: texlive-20080816-kpathsea-ar.patch (NEW) - create kpathsea/.libs/l...

2008-12-14 Thread uzsolt
Author: uzsolt   Date: Sun Dec 14 11:47:23 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- create kpathsea/.libs/libkpathsea.a

 Files affected:
SOURCES:
   texlive-20080816-kpathsea-ar.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/texlive-20080816-kpathsea-ar.patch
diff -u /dev/null SOURCES/texlive-20080816-kpathsea-ar.patch:1.1
--- /dev/null   Sun Dec 14 12:47:24 2008
+++ SOURCES/texlive-20080816-kpathsea-ar.patch  Sun Dec 14 12:47:18 2008
@@ -0,0 +1,21 @@
+--- texlive-20080816-source-orig/texk/kpathsea/Makefile.in 2008-05-29 
22:59:08.0 +0200
 texlive-20080816-source/texk/kpathsea/Makefile.in  2008-12-14 
12:45:30.0 +0100
+@@ -40,7 +40,7 @@
+ .c.lo:
+   $(KPATHSEA_CC) $(ALL_CFLAGS) -DMAKE_KPSE_DLL -c $<
+ 
+-default all: kpsewhich kpsestat kpseaccess kpsereadlink $(library).info 
manfiles
++default all: kpsewhich kpsestat kpseaccess kpsereadlink $(library).info 
manfiles libar
+ 
+ kpsewhich: $(kpathsea) kpsewhich.o
+   $(kpathsea_link) kpsewhich.o $(LOADLIBES)
+@@ -57,6 +57,9 @@
+ $(kpathsea): $(objects)
+   $(kpathsea_link) -rpath $(libdir) -version-info @KPSE_LT_VERS@ 
$(objects)
+ 
++libar: .libs/libkpathsea.so
++  $(AR) q .libs/libkpathsea.a .libs/libkpathsea.so
++
+ # First null out comments and leading/trailing whitespace, then remove
+ # lines that define invalid C identifiers, then remove blank lines and
+ # lines that define lowercase values (those are never path values). Each

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: texlive-20080816-kpathsea-ar.patch - change .a dependency

2008-12-14 Thread uzsolt
Author: uzsolt   Date: Sun Dec 14 14:34:53 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- change .a dependency

 Files affected:
SOURCES:
   texlive-20080816-kpathsea-ar.patch (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/texlive-20080816-kpathsea-ar.patch
diff -u SOURCES/texlive-20080816-kpathsea-ar.patch:1.1 
SOURCES/texlive-20080816-kpathsea-ar.patch:1.2
--- SOURCES/texlive-20080816-kpathsea-ar.patch:1.1  Sun Dec 14 12:47:18 2008
+++ SOURCES/texlive-20080816-kpathsea-ar.patch  Sun Dec 14 15:34:47 2008
@@ -13,8 +13,8 @@
  $(kpathsea): $(objects)
$(kpathsea_link) -rpath $(libdir) -version-info @KPSE_LT_VERS@ 
$(objects)
  
-+libar: .libs/libkpathsea.so
-+  $(AR) q .libs/libkpathsea.a .libs/libkpathsea.so
++libar: kpsewhich
++  $(AR) q .libs/libkpathsea.a .libs/libkpathsea.so.4.1.0
 +
  # First null out comments and leading/trailing whitespace, then remove
  # lines that define invalid C identifiers, then remove blank lines and


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/texlive-20080816-kpathsea-ar.patch?r1=1.1&r2=1.2&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - texlive-texmf source

2008-12-14 Thread uzsolt
Author: uzsolt   Date: Sun Dec 14 15:42:42 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- texlive-texmf source

 Files affected:
SPECS:
   texlive.spec (1.20 -> 1.21) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.20 SPECS/texlive.spec:1.21
--- SPECS/texlive.spec:1.20 Sun Dec 14 12:48:24 2008
+++ SPECS/texlive.spec  Sun Dec 14 16:42:36 2008
@@ -42,6 +42,8 @@
 Group: Applications/Publishing/TeX
 Source0:   
http://tug.org/svn/texlive/branches/branch2008/Master/source/%{name}-%{version}-source.tar.lzma
 # Source0-md5: 554287c3e458da776edd684506048d45
+Source1:   
ftp://tug.org/texlive/historic/2008/%{name}-20080822-texmf.tar.lzma
+# Source1-md5: fa74072e1344e8390eb156bcda61a8b2
 Source4:   %{name}.cron
 Source5:   xdvi.desktop
 Source6:   xdvi.png
@@ -3130,6 +3132,7 @@
 %prep
 %setup -q -c -T -n %{name}-%{version}-source
 lzma -dc %{SOURCE0} | tar xf - -C ..
+lzma -dc %{SOURCE1} | tar xf - -C .
 %patch0 -p1
 %patch1 -p1
 
@@ -3191,7 +3194,7 @@
 #  -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
 #  texmf/web2c/texmf.cnf
 
-cp -a texmf $RPM_BUILD_ROOT%{texmf}
+cp -a texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
 
 install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
 
@@ -6174,6 +6177,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.21  2008/12/14 15:42:36  uzsolt
+- texlive-texmf source
+
 Revision 1.20  2008/12/14 11:48:24  uzsolt
 - kpathsea patch
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.20&r2=1.21&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: texlive-20080816-source.tar.lzma texlive-20080822-texmf.tar.lzma

2008-12-14 Thread uzsolt

Files fetched: 1

ALREADY GOT: 
http://tug.org/svn/texlive/branches/branch2008/Master/source/texlive-20080816-source.tar.lzma
554287c3e458da776edd684506048d45  texlive-20080816-source.tar.lzma
STORED: ftp://tug.org/texlive/historic/2008/texlive-20080822-texmf.tar.lzma
fa74072e1344e8390eb156bcda61a8b2  texlive-20080822-texmf.tar.lzma
Size: 900950847 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - various fixes (not ready)

2008-12-14 Thread uzsolt
Author: uzsolt   Date: Sun Dec 14 17:21:00 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- various fixes (not ready)

 Files affected:
SPECS:
   texlive.spec (1.21 -> 1.22) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.21 SPECS/texlive.spec:1.22
--- SPECS/texlive.spec:1.21 Sun Dec 14 16:42:36 2008
+++ SPECS/texlive.spec  Sun Dec 14 18:20:54 2008
@@ -3183,6 +3183,7 @@
 install -d $RPM_BUILD_ROOT%{_datadir} \
$RPM_BUILD_ROOT%{_desktopdir} \
$RPM_BUILD_ROOT%{_pixmapsdir} \
+   $RPM_BUILD_ROOT%{_mandir}/man5 \
$RPM_BUILD_ROOT/var/cache/fonts \
$RPM_BUILD_ROOT/etc/cron.daily\
$RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap
@@ -3194,7 +3195,8 @@
 #  -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
 #  texmf/web2c/texmf.cnf
 
-cp -a texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
+install -d $RPM_BUILD_ROOT%{texmf}
+cp -a texlive-20080822-texmf/texmf{,-dist,-doc} $RPM_BUILD_ROOT%{texmf}
 
 install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
 
@@ -3236,7 +3238,7 @@
 install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
 
-bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
+# bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
 # in separate spec
 rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{beamer,pgf,xcolor}
@@ -3262,8 +3264,8 @@
 
 # move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
 # and we can still analyze them
-install -d format-logs
-mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
+# install -d format-logs
+# mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -6177,6 +6179,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.22  2008/12/14 17:20:54  uzsolt
+- various fixes (not ready)
+
 Revision 1.21  2008/12/14 15:42:36  uzsolt
 - texlive-texmf source
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.21&r2=1.22&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - remove /dist/ before dvips

2008-12-14 Thread uzsolt
Author: uzsolt   Date: Sun Dec 14 18:57:25 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- remove /dist/ before dvips

 Files affected:
SPECS:
   texlive.spec (1.23 -> 1.24) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.23 SPECS/texlive.spec:1.24
--- SPECS/texlive.spec:1.23 Sun Dec 14 19:54:14 2008
+++ SPECS/texlive.spec  Sun Dec 14 19:57:19 2008
@@ -4446,9 +4446,9 @@
 %config(noreplace) %verify(not md5 mtime size) 
%{texmf}/tex/generic/config/language.dat
 %config(noreplace) %verify(not md5 mtime size) 
%{texmf}/tex/generic/config/preload.cfg
 
-%dir %{texmf}/dist/dvips
-%dir %{texmf}/dist/dvips/config
-%dir %{texmf}/dist/dvips/tetex
+%dir %{texmf}/dvips
+%dir %{texmf}/dvips/config
+%dir %{texmf}/dvips/tetex
 
 %attr(1777,root,root) /var/cache/fonts
 
@@ -6184,6 +6184,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.24  2008/12/14 18:57:19  uzsolt
+- remove /dist/ before dvips
+
 Revision 1.23  2008/12/14 18:54:14  uzsolt
 - %install fixes (need more)
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.23&r2=1.24&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - %files fixes

2008-12-15 Thread uzsolt
Author: uzsolt   Date: Mon Dec 15 19:28:48 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- %files fixes

 Files affected:
SPECS:
   texlive.spec (1.25 -> 1.26) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.25 SPECS/texlive.spec:1.26
--- SPECS/texlive.spec:1.25 Mon Dec 15 18:54:45 2008
+++ SPECS/texlive.spec  Mon Dec 15 20:28:42 2008
@@ -1380,22 +1380,22 @@
 %description latex-cyrillic -l pl.UTF-8
 Obsługa cyrylicy dla LaTeXa.
 
-%package latex-dstroke
-Summary:   LaTeX doublestroke font
-Summary(pl.UTF-8): Podwójnie kreślony font dla LaTeXa
-Group: Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:  %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
-Requires:  %{name}-latex = %{epoch}:%{version}-%{release}
-
-%description latex-dstroke
-Doublestroke font for typesetting the mathematical symbols for the
-natural numbers, whole numbers, rational numbers, real numbers and
-complex numbers.
-
-%description latex-dstroke -l pl.UTF-8
-Podwójnie kreślony font do składania symboli matematycznych liczb
-naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
+# %package latex-dstroke
+# Summary: LaTeX doublestroke font
+# Summary(pl.UTF-8):   Podwójnie kreślony font dla LaTeXa
+# Group:   Applications/Publishing/TeX
+# Requires(post,postun):   %{_bindir}/texhash
+# Requires:%{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
+# Requires:%{name}-latex = %{epoch}:%{version}-%{release}
+# 
+# %description latex-dstroke
+# Doublestroke font for typesetting the mathematical symbols for the
+# natural numbers, whole numbers, rational numbers, real numbers and
+# complex numbers.
+# 
+# %description latex-dstroke -l pl.UTF-8
+# Podwójnie kreślony font do składania symboli matematycznych liczb
+# naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
 
 %package latex-jknappen
 Summary:   Miscellaneous packages by Joerg Knappen
@@ -2351,17 +2351,17 @@
 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
 czeskiego i słowackiego.
 
-%package fonts-dstroke
-Summary:   Doublestroke font for typesetting the mathematical symbols
-Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli 
matematycznych
-Group: Fonts
-Requires:  %{name}-dirs-fonts
-
-%description fonts-dstroke
-Doublestroke font for typesetting the mathematical symbols.
-
-%description fonts-dstroke -l pl.UTF-8
-Podwójnie kreślony font do składania symboli matematycznych.
+# %package fonts-dstroke
+# Summary: Doublestroke font for typesetting the mathematical symbols
+# Summary(pl.UTF-8):   Podwójnie kreślony font do składania symboli 
matematycznych
+# Group:   Fonts
+# Requires:%{name}-dirs-fonts
+# 
+# %description fonts-dstroke
+# Doublestroke font for typesetting the mathematical symbols.
+# 
+# %description fonts-dstroke -l pl.UTF-8
+# Podwójnie kreślony font do składania symboli matematycznych.
 
 %package fonts-ecc
 Summary:   Sources for the European Concrete fonts
@@ -2882,17 +2882,17 @@
 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
 czeskiego i słowackiego.
 
-%package fonts-type1-dstroke
-Summary:   Doublestroke Type1 font for typesetting the mathematical symbols
-Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli 
matematycznych
-Group: Fonts
-Requires:  %{name}-dirs-fonts
-
-%description fonts-type1-dstroke
-Doublestroke Type1 font for typesetting the mathematical symbols.
-
-%description fonts-type1-dstroke -l pl.UTF-8
-Podwójnie kreślony font Type1 do składania symboli matematycznych.
+# %package fonts-type1-dstroke
+# Summary: Doublestroke Type1 font for typesetting the mathematical symbols
+# Summary(pl.UTF-8):   Podwójnie kreślony font Type1 do składania symboli 
matematycznych
+# Group:   Fonts
+# Requires:%{name}-dirs-fonts
+# 
+# %description fonts-type1-dstroke
+# Doublestroke Type1 font for typesetting the mathematical symbols.
+# 
+# %description fonts-type1-dstroke -l pl.UTF-8
+# Podwójnie kreślony font Type1 do składania symboli matematycznych.
 
 %package fonts-type1-eurosym
 Summary:   The new European currency symbol for the Euro
@@ -2958,17 +2958,17 @@
 Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
 Palatino Waltera Schmidta.
 
-%package fonts-type1-tt2001
-Summary:   Type1 tt2001 family fonts
-Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
-Group: Applications/Publishing/TeX
-Requires:  %{name}-dirs-fonts
-
-%description fonts-type1-tt2001
-Type1 tt2001 famliy fonts.
-
-%description fonts-type1-tt2001 -l pl.UTF-8
-Fonty Type1 z rodziny tt2001.
+# %package fonts-type1-tt2001
+# Summary: Type1 tt2001 family fonts
+# Summary(pl.UTF-8):   Fonty Type1 z rodziny tt2001
+# Gr

SPECS: texlive.spec - more %files fixes

2008-12-15 Thread uzsolt
Author: uzsolt   Date: Mon Dec 15 20:56:13 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- more %files fixes

 Files affected:
SPECS:
   texlive.spec (1.26 -> 1.27) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.26 SPECS/texlive.spec:1.27
--- SPECS/texlive.spec:1.26 Mon Dec 15 20:28:42 2008
+++ SPECS/texlive.spec  Mon Dec 15 21:56:08 2008
@@ -5418,7 +5418,7 @@
 
 %files latex-antp
 %defattr(644,root,root,755)
-%{texmf}/tex/latex/antp
+%{texmf}/dist/tex/latex/antp
 
 %files latex-antt
 %defattr(644,root,root,755)
@@ -5784,10 +5784,10 @@
 %files fonts-antp
 %defattr(644,root,root,755)
 %doc %{texmf}/doc/fonts/polish/antp
-%{texmf}/fonts/enc/dvips/antp
-%{texmf}/fonts/map/dvips/antp
-%{texmf}/fonts/afm/public/antp
-%{texmf}/fonts/tfm/public/antp
+%{texmf}/dist/fonts/enc/dvips/antp
+%{texmf}/dist/fonts/map/dvips/antp
+%{texmf}/dist/fonts/afm/public/antp
+%{texmf}/dist/fonts/tfm/public/antp
 
 %files fonts-antt
 %defattr(644,root,root,755)
@@ -6047,47 +6047,47 @@
 
 %files fonts-vnr
 %defattr(644,root,root,755)
-%{texmf}/fonts/map/dvips/vntex
-%{texmf}/fonts/source/public/vnr
-%{texmf}/fonts/tfm/public/vnr
+%{texmf}/dist/fonts/map/dvips/vntex
+%{texmf}/dist/fonts/source/vntex/vnr
+%{texmf}/dist/fonts/tfm/vntex/vnr
 
 %files fonts-wasy
 %defattr(644,root,root,755)
-%{texmf}/fonts/source/public/wasy
-%{texmf}/fonts/tfm/public/wasy
+%{texmf}/dist/fonts/source/public/wasy
+%{texmf}/dist/fonts/tfm/public/wasy
 
 %files fonts-xypic
 %defattr(644,root,root,755)
-%{texmf}/fonts/map/dvips/xypic
-%{texmf}/fonts/afm/public/xypic
-%{texmf}/fonts/source/public/xypic
-%{texmf}/fonts/tfm/public/xypic
+%{texmf}/dist/fonts/map/dvips/xypic
+%{texmf}/dist/fonts/afm/public/xypic
+%{texmf}/dist/fonts/source/public/xypic
+%{texmf}/dist/fonts/tfm/public/xypic
 
 %files fonts-yandy
 %defattr(644,root,root,755)
-%{texmf}/fonts/afm/yandy
-%{texmf}/fonts/source/yandy
-%{texmf}/fonts/tfm/yandy
-%{texmf}/fonts/vf/yandy
+# %{texmf}/fonts/afm/yandy
+%{texmf}/dist/source/fonts/eurofont/marvosym/tfmfiles/yandy
+# %{texmf}/fonts/tfm/yandy
+# %{texmf}/fonts/vf/yandy
 
 %files fonts-type1-antp
 %defattr(644,root,root,755)
-%{texmf}/dvips/antp
-%{texmf}/fonts/type1/public/antp
+%{texmf}/dist/dvips/antp
+%{texmf}/dist/fonts/type1/public/antp
 
 %files fonts-type1-antt
 %defattr(644,root,root,755)
-%{texmf}/dvips/antt
-%{texmf}/fonts/type1/public/antt
+# %{texmf}/dvips/antt
+%{texmf}/dist/fonts/type1/public/antt
 
 %files fonts-type1-belleek
 %defattr(644,root,root,755)
-%doc %{texmf}/doc/fonts/belleek
-%{texmf}/fonts/type1/public/belleek
+%doc %{texmf}/dist/doc/fonts/belleek
+%{texmf}/dist/fonts/type1/public/belleek
 
 %files fonts-type1-bitstream
 %defattr(644,root,root,755)
-%{texmf}/fonts/type1/bitstrea
+%{texmf}/dist/fonts/type1/bitstrea
 
 %files fonts-type1-bluesky
 %defattr(644,root,root,755)
@@ -6185,6 +6185,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.27  2008/12/15 20:56:08  uzsolt
+- more %files fixes
+
 Revision 1.26  2008/12/15 19:28:42  uzsolt
 - %files fixes
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.26&r2=1.27&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - %files fixes

2008-12-16 Thread uzsolt
Author: uzsolt   Date: Tue Dec 16 21:12:37 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- %files fixes

 Files affected:
SPECS:
   texlive.spec (1.27 -> 1.28) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.27 SPECS/texlive.spec:1.28
--- SPECS/texlive.spec:1.27 Mon Dec 15 21:56:08 2008
+++ SPECS/texlive.spec  Tue Dec 16 22:12:31 2008
@@ -6023,27 +6023,27 @@
 
 %files fonts-stmaryrd
 %defattr(644,root,root,755)
-%doc %{texmf}/doc/latex/stmaryrd
-%{texmf}/fonts/source/public/stmaryrd
-%{texmf}/fonts/tfm/public/stmaryrd
+%doc %{texmf}/dist/doc/fonts/stmaryrd
+%{texmf}/dist/source/fonts/stmaryrd
+%{texmf}/dist/fonts/tfm/public/stmaryrd
 
 %files fonts-tx
 %defattr(644,root,root,755)
-%{texmf}/fonts/map/dvips/tetex/txfonts.map
-%{texmf}/fonts/afm/public/txfonts
-%{texmf}/fonts/tfm/public/txfonts
-%{texmf}/fonts/vf/public/txfonts
+%{texmf}/dist/fonts/map/dvips/txfonts/txfonts.map
+%{texmf}/dist/fonts/afm/public/txfonts
+%{texmf}/dist/fonts/tfm/public/txfonts
+%{texmf}/dist/fonts/vf/public/txfonts
 
 %files fonts-urw
 %defattr(644,root,root,755)
-%doc %{texmf}/doc/fonts/urw
-%{texmf}/fonts/afm/urw
+# %doc %{texmf}/doc/fonts/urw
+%{texmf}/dist/fonts/afm/urw
 
 %files fonts-urwvn
 %defattr(644,root,root,755)
-%{texmf}/fonts/tfm/public/urwvn
-%{texmf}/fonts/type1/public/urwvn
-%{texmf}/fonts/vf/public/urwvn
+%{texmf}/dist/fonts/tfm/vntex/urwvn
+%{texmf}/dist/fonts/type1/vntex/urwvn
+%{texmf}/dist/fonts/vf/vntex/urwvn
 
 %files fonts-vnr
 %defattr(644,root,root,755)
@@ -6185,6 +6185,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.28  2008/12/16 21:12:31  uzsolt
+- %files fixes
+
 Revision 1.27  2008/12/15 20:56:08  uzsolt
 - more %files fixes
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.27&r2=1.28&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - as before - todo: check qtxqpx

2008-12-16 Thread uzsolt
Author: uzsolt   Date: Tue Dec 16 22:02:35 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- as before
- todo: check qtxqpx 

 Files affected:
SPECS:
   texlive.spec (1.28 -> 1.29) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.28 SPECS/texlive.spec:1.29
--- SPECS/texlive.spec:1.28 Tue Dec 16 22:12:31 2008
+++ SPECS/texlive.spec  Tue Dec 16 23:02:30 2008
@@ -1960,18 +1960,18 @@
 %description tex-qpx -l pl.UTF-8
 Wsparcie dla składu fontami QuasiPalatino i PX.
 
-%package tex-qtx
+%package tex-qtxqpx
 Summary:   QuasiTimes and TX fonts typesetting support
 Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
 Group: Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:  %{name} = %{epoch}:%{version}-%{release}
-Requires:  %{name}-fonts-qtx = %{epoch}:%{version}-%{release}
+Requires:  %{name}-fonts-qtxqpx = %{epoch}:%{version}-%{release}
 
-%description tex-qtx
+%description tex-qtxqpx
 QuasiTimes and TX fonts typesetting support.
 
-%description tex-qtx -l pl.UTF-8
+%description tex-qtxqpx -l pl.UTF-8
 Wsparcie dla składu fontami QuasiTimes i TX.
 
 %package tex-ruhyphen
@@ -2655,7 +2655,7 @@
 %description fonts-qpx -l pl.UTF-8
 Dodatkowe fonty dla pakietu QPX.
 
-%package fonts-qtx
+%package fonts-qtxqpx
 Summary:   Additional fonts for QTX package
 Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
 Group: Fonts
@@ -2663,10 +2663,10 @@
 Requires:  %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
 Requires:  %{name}-fonts-tx = %{epoch}:%{version}-%{release}
 
-%description fonts-qtx
+%description fonts-qtxqpx
 Additional fonts for QTX package.
 
-%description fonts-qtx -l pl.UTF-8
+%description fonts-qtxqpx -l pl.UTF-8
 Dodatkowe fonty dla pakietu QTX.
 
 %package fonts-rsfs
@@ -3840,10 +3840,10 @@
 %postun tex-qpx
 %texhash
 
-%post tex-qtx
+%post tex-qtxqpx
 %texhash
 
-%postun tex-qtx
+%postun tex-qtxqpx
 %texhash
 
 %post tex-ruhyphen
@@ -4122,10 +4122,10 @@
 %postun fonts-qpx
 %texhash
 
-%post fonts-qtx
+%post fonts-qtxqpx
 %texhash
 
-%postun fonts-qtx
+%postun fonts-qtxqpx
 %texhash
 
 %post fonts-rsfs
@@ -5714,7 +5714,7 @@
 %doc %{texmf}/doc/fonts/polish/qpx
 %{texmf}/tex/generic/qpx
 
-%files tex-qtx
+%files tex-qtxqpx
 %defattr(644,root,root,755)
 %doc %{texmf}/doc/fonts/polish/qtx
 %{texmf}/tex/generic/qtx
@@ -6006,20 +6006,20 @@
 %{texmf}/fonts/afm/public/qfonts
 %{texmf}/fonts/tfm/public/qfonts
 
-%files fonts-qpx
-%defattr(644,root,root,755)
-%{texmf}/fonts/tfm/public/qpx
-%{texmf}/fonts/vf/public/qpx
+# %files fonts-qpx
+# %defattr(644,root,root,755)
+# %{texmf}/fonts/tfm/public/qpx
+# %{texmf}/fonts/vf/public/qpx
 
-%files fonts-qtx
+%files fonts-qtxqpx
 %defattr(644,root,root,755)
-%{texmf}/fonts/tfm/public/qtx
-%{texmf}/fonts/vf/public/qtx
+%{texmf}/dist/fonts/tfm/public/qtxqpx
+%{texmf}/dist/fonts/vf/public/qtxqpx
 
 %files fonts-rsfs
 %defattr(644,root,root,755)
-%{texmf}/fonts/source/public/rsfs
-%{texmf}/fonts/tfm/public/rsfs
+%{texmf}/dist/fonts/source/public/rsfs
+%{texmf}/dist/fonts/tfm/public/rsfs
 
 %files fonts-stmaryrd
 %defattr(644,root,root,755)
@@ -6185,6 +6185,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.29  2008/12/16 22:02:30  uzsolt
+- as before
+- todo: check qtxqpx
+
 Revision 1.28  2008/12/16 21:12:31  uzsolt
 - %files fixes
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.28&r2=1.29&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: fet.spec - 5.7.7 - lt lang

2008-12-18 Thread uzsolt
Author: uzsolt   Date: Thu Dec 18 20:16:54 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- 5.7.7
- lt lang

 Files affected:
SPECS:
   fet.spec (1.23 -> 1.24) 

 Diffs:


Index: SPECS/fet.spec
diff -u SPECS/fet.spec:1.23 SPECS/fet.spec:1.24
--- SPECS/fet.spec:1.23 Sun Dec  7 20:18:22 2008
+++ SPECS/fet.spec  Thu Dec 18 21:16:48 2008
@@ -7,12 +7,12 @@
 Summary(hu.UTF-8): FET egy nyílt forrású órarend-készítő program
 Summary(pl.UTF-8): Narzędzie do automatycznego układania planów dla szkół 
i uczelni
 Name:  fet
-Version:   5.7.6
+Version:   5.7.7
 Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://www.lalescu.ro/liviu/fet/download/%{name}-%{version}.tar.bz2
-# Source0-md5: 960eed1b17a838d271d57bfcbd1aa3a9
+# Source0-md5: fe1096f0e0021d43255cb677f72df458
 Source1:   http://www.timetabling.de/manual/FET-manual.en.zip
 # Source1-md5: 5882c67c5955d5cd80ce53ff4802545e
 URL:   http://www.lalescu.ro/liviu/fet
@@ -112,6 +112,7 @@
 %lang(hu) %{_datadir}/%{name}/translations/fet_hu.qm
 %lang(id) %{_datadir}/%{name}/translations/fet_id.qm
 %lang(it) %{_datadir}/%{name}/translations/fet_it.qm
+%lang(lt) %{_datadir}/%{name}/translations/fet_lt.qm
 %lang(mk) %{_datadir}/%{name}/translations/fet_mk.qm
 %lang(ms) %{_datadir}/%{name}/translations/fet_ms.qm
 %lang(nl) %{_datadir}/%{name}/translations/fet_nl.qm
@@ -136,6 +137,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.24  2008/12/18 20:16:48  uzsolt
+- 5.7.7
+- lt lang
+
 Revision 1.23  2008/12/07 19:18:22  uzsolt
 - up to 5.7.6
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fet.spec?r1=1.23&r2=1.24&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: fet-5.7.7.tar.bz2 FET-manual.en.zip

2008-12-18 Thread uzsolt

Files fetched: 1

STORED: http://www.lalescu.ro/liviu/fet/download/fet-5.7.7.tar.bz2
fe1096f0e0021d43255cb677f72df458  fet-5.7.7.tar.bz2
Size: 4233150 bytes
ALREADY GOT: http://www.timetabling.de/manual/FET-manual.en.zip
5882c67c5955d5cd80ce53ff4802545e  FET-manual.en.zip


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: tpgt-0.6.0-src.tar.gz

2008-12-19 Thread uzsolt

Files fetched: 1

STORED: http://szit.hu/tpgt/tpgt-0.6.0-src.tar.gz
03d351f9b3081fee7b8bd850596c2de4  tpgt-0.6.0-src.tar.gz
Size: 39099 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: tpgt.spec (NEW) - initial

2008-12-19 Thread uzsolt
Author: uzsolt   Date: Fri Dec 19 21:01:51 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- initial

 Files affected:
SPECS:
   tpgt.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/tpgt.spec
diff -u /dev/null SPECS/tpgt.spec:1.1
--- /dev/null   Fri Dec 19 22:01:52 2008
+++ SPECS/tpgt.spec Fri Dec 19 22:01:45 2008
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary:   Ncurses based typing trainer program
+Summary(hu.UTF-8): Ncurses alapú gépelést oktató program
+Name:  tpgt
+Version:   0.6.0
+Release:   0.1
+License:   GPL v2
+Group: Applications
+Source0:   http://szit.hu/tpgt/%{name}-%{version}-src.tar.gz
+# Source0-md5: 03d351f9b3081fee7b8bd850596c2de4
+Patch0:%{name}-0.6.0-lesson-fix-dir.patch
+URL:   http://szit.hu/tpgt/
+BuildRequires: ncurses-ext-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Ncurses based typing trainer program.
+
+%description -l hu.UTF-8
+Ncurses alapú gépelést oktató program.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install src/tpgt $RPM_BUILD_ROOT%{_bindir}
+for lang in hu en; do
+   install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/lessons/${lang}
+   install lessons/${lang}/* 
$RPM_BUILD_ROOT%{_datadir}/%{name}/lessons/${lang}
+done
+install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+install README{,.hu} TODO{,.hu} ChangeLog BUGS doc/lesson_format.txt 
doc/hu/lecke_formatum.txt $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+install -d $RPM_BUILD_ROOT%{_datadir}/locale/hu/LC_MESSAGES/
+install po/hu/LC_MESSAGES/tpgt.mo 
$RPM_BUILD_ROOT%{_datadir}/locale/hu/LC_MESSAGES
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/tpgt
+%dir %{_datadir}/tpgt
+%dir %{_datadir}/tpgt/lessons
+%{_docdir}/%{name}-%{version}
+%{_datadir}/%{name}/lessons/hu
+%{_datadir}/%{name}/lessons/en
+%lang(hu) %{_datadir}/locale/hu/LC_MESSAGES
+
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team 
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2008/12/19 21:01:45  uzsolt
+- initial
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: tpgt-0.6.0-lesson-fix-dir.patch (NEW) - initial

2008-12-19 Thread uzsolt
Author: uzsolt   Date: Fri Dec 19 21:01:21 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- initial

 Files affected:
SOURCES:
   tpgt-0.6.0-lesson-fix-dir.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/tpgt-0.6.0-lesson-fix-dir.patch
diff -u /dev/null SOURCES/tpgt-0.6.0-lesson-fix-dir.patch:1.1
--- /dev/null   Fri Dec 19 22:01:22 2008
+++ SOURCES/tpgt-0.6.0-lesson-fix-dir.patch Fri Dec 19 22:01:15 2008
@@ -0,0 +1,11 @@
+--- tpgt-0.6.0.orig/src/lesson.c   2007-08-14 11:11:05.0 +0200
 tpgt-0.6.0/src/lesson.c2008-12-19 21:30:14.0 +0100
+@@ -118,7 +118,7 @@
+ 
+ if ((flesson = fopen(filename, "rb")) == NULL)
+ {
+-strcpy(filename, "/usr/local/tpgt/lessons/"); 
++strcpy(filename, "/usr/share/tpgt/lessons/"); 
+ strcat(filename, rlang);
+ strcat(filename, "/");
+ strcat(filename, "lesson");

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: texlive.spec - %files fixes

2008-12-21 Thread uzsolt
Author: uzsolt   Date: Sun Dec 21 17:07:15 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- %files fixes

 Files affected:
SPECS:
   texlive.spec (1.29 -> 1.30) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.29 SPECS/texlive.spec:1.30
--- SPECS/texlive.spec:1.29 Tue Dec 16 23:02:30 2008
+++ SPECS/texlive.spec  Sun Dec 21 18:07:09 2008
@@ -1960,18 +1960,18 @@
 %description tex-qpx -l pl.UTF-8
 Wsparcie dla składu fontami QuasiPalatino i PX.
 
-%package tex-qtxqpx
+%package tex-qpxqtx
 Summary:   QuasiTimes and TX fonts typesetting support
 Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
 Group: Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:  %{name} = %{epoch}:%{version}-%{release}
-Requires:  %{name}-fonts-qtxqpx = %{epoch}:%{version}-%{release}
+Requires:  %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
 
-%description tex-qtxqpx
+%description tex-qpxqtx
 QuasiTimes and TX fonts typesetting support.
 
-%description tex-qtxqpx -l pl.UTF-8
+%description tex-qpxqtx -l pl.UTF-8
 Wsparcie dla składu fontami QuasiTimes i TX.
 
 %package tex-ruhyphen
@@ -2655,7 +2655,7 @@
 %description fonts-qpx -l pl.UTF-8
 Dodatkowe fonty dla pakietu QPX.
 
-%package fonts-qtxqpx
+%package fonts-qpxqtx
 Summary:   Additional fonts for QTX package
 Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
 Group: Fonts
@@ -2663,10 +2663,10 @@
 Requires:  %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
 Requires:  %{name}-fonts-tx = %{epoch}:%{version}-%{release}
 
-%description fonts-qtxqpx
+%description fonts-qpxqtx
 Additional fonts for QTX package.
 
-%description fonts-qtxqpx -l pl.UTF-8
+%description fonts-qpxqtx -l pl.UTF-8
 Dodatkowe fonty dla pakietu QTX.
 
 %package fonts-rsfs
@@ -3840,10 +3840,10 @@
 %postun tex-qpx
 %texhash
 
-%post tex-qtxqpx
+%post tex-qpxqtx
 %texhash
 
-%postun tex-qtxqpx
+%postun tex-qpxqtx
 %texhash
 
 %post tex-ruhyphen
@@ -4122,10 +4122,10 @@
 %postun fonts-qpx
 %texhash
 
-%post fonts-qtxqpx
+%post fonts-qpxqtx
 %texhash
 
-%postun fonts-qtxqpx
+%postun fonts-qpxqtx
 %texhash
 
 %post fonts-rsfs
@@ -5714,7 +5714,7 @@
 %doc %{texmf}/doc/fonts/polish/qpx
 %{texmf}/tex/generic/qpx
 
-%files tex-qtxqpx
+%files tex-qpxqtx
 %defattr(644,root,root,755)
 %doc %{texmf}/doc/fonts/polish/qtx
 %{texmf}/tex/generic/qtx
@@ -5982,39 +5982,56 @@
 
 %files fonts-pl
 %defattr(644,root,root,755)
-%doc %{texmf}/doc/fonts/polish/pl
+%doc %{texmf}/dist/doc/fonts/pl
+%{texmf}/dist/dvips/pl
+%{texmf}/dist/fonts/source/public/pl
+%{texmf}/dist/fonts/type1/public/pl
+%{texmf}/dist/fonts/afm/public/pl
+%{texmf}/dist/fonts/enc/dvips/pl
+%{texmf}/dist/fonts/tfm/public/pl
+%{texmf}/dist/fonts/map/dvips/pl
+%{texmf}/dist/tex4ht/ht-fonts/unicode/pl
+%{texmf}/dist/tex4ht/ht-fonts/alias/pl
 %{texmf}/dvips/pl
-%{texmf}/fonts/enc/dvips/pl
-%{texmf}/fonts/map/dvips/pl
-%{texmf}/fonts/source/public/pl
-%{texmf}/fonts/afm/public/pl
-%{texmf}/fonts/tfm/public/pl
+%{texmf}/scripts/texlive/tlmgrgui/lang/pl
 
 %files fonts-px
 %defattr(644,root,root,755)
-%{texmf}/fonts/map/dvips/tetex/pxfonts.map
-%{texmf}/fonts/afm/public/pxfonts
-%{texmf}/fonts/tfm/public/pxfonts
-%{texmf}/fonts/vf/public/pxfonts
+%doc %{texmf}/dist/doc/fonts/pxfonts
+%doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
+%doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
+%dir %{texmf}/dist/fonts/map/dvips/pxfonts
+%dir %{texmf}/dist/tex/latex/pxfonts
+%{texmf}/dist/fonts/map/dvips/pxfonts/pxfonts.map
+%{texmf}/dist/fonts/afm/public/pxfonts
+%{texmf}/dist/fonts/tfm/public/pxfonts
+%{texmf}/dist/fonts/type1/public/pxfonts
+%{texmf}/dist/fonts/vf/public/pxfonts
+%{texmf}/dist/fonts/map/dvips/pxfonts/pxfonts.map
+%{texmf}/dist/tex4ht/ht-fonts/unicode/pxfonts
+%{texmf}/dist/tex4ht/ht-fonts/alias/pxfonts
+%{texmf}/tex/latex/pxfonts/pxfonts.sty
+%{texmf}/dist/tex/latex/pxfonts/pxfonts.sty
 
 %files fonts-qfonts
 %defattr(644,root,root,755)
-%doc %{texmf}/doc/fonts/polish/qfonts
-%{texmf}/fonts/enc/dvips/qfonts
-%{texmf}/fonts/map/dvips/qfonts
-%{texmf}/dvips/qfonts
-%{texmf}/fonts/afm/public/qfonts
-%{texmf}/fonts/tfm/public/qfonts
+%{texmf}/dist/tex4ht/ht-fonts/alias/qfonts
+# %doc %{texmf}/doc/fonts/polish/qfonts
+# %{texmf}/fonts/enc/dvips/qfonts
+# %{texmf}/fonts/map/dvips/qfonts
+# %{texmf}/dvips/qfonts
+# %{texmf}/fonts/afm/public/qfonts
+# %{texmf}/fonts/tfm/public/qfonts
 
 # %files fonts-qpx
 # %defattr(644,root,root,755)
 # %{texmf}/fonts/tfm/public/qpx
 # %{texmf}/fonts/vf/public/qpx
 
-%files fonts-qtxqpx
+%files fonts-qpxqtx
 %defattr(644,root,root,755)
-%{texmf}/dist/fonts/tfm/public/qtxqpx
-%{texmf}/dist/fonts/vf/public/qtxqpx
+%{texmf}/dist/fonts/tfm/public/qpxqtx
+%{texmf}/dist/fonts/vf/public/qpxqtx
 
 %files fonts-rsfs
 %defattr(644,root,root,755)
@@ -6059,7 +607

SPECS: texlive.spec - %files fixes - %{texmfdist} macro

2008-12-21 Thread uzsolt
Author: uzsolt   Date: Sun Dec 21 19:07:03 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- %files fixes
- %{texmfdist} macro

 Files affected:
SPECS:
   texlive.spec (1.30 -> 1.31) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.30 SPECS/texlive.spec:1.31
--- SPECS/texlive.spec:1.30 Sun Dec 21 18:07:09 2008
+++ SPECS/texlive.spec  Sun Dec 21 20:06:58 2008
@@ -131,6 +131,7 @@
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %definetexmf   %{_datadir}/texmf
+%definetexmfdist %{texmf}/dist
 %definefmtdir  /var/lib/texmf/web2c
 %definetexhash [ ! -x %{_bindir}/texhash ] || 
%{_bindir}/texhash 1>&2;
 %define_localstatedir  /var/lib/texmf
@@ -3200,7 +3201,7 @@
 # cp -a texlive-20080822-texmf/texmf-dist/fonts/* $RPM_BUILD_ROOT%{texmf}/fonts
 cp -a texlive-20080822-texmf/texmf-dist/dvips $RPM_BUILD_ROOT%{texmf}
 cp -a texlive-20080822-texmf/texmf-dist/tex $RPM_BUILD_ROOT%{texmf}
-cp -a texlive-20080822-texmf/texmf-dist/* $RPM_BUILD_ROOT%{texmf}/dist
+cp -a texlive-20080822-texmf/texmf-dist/* $RPM_BUILD_ROOT%{texmfdist}
 cp -a texlive-20080822-texmf/texmf-doc/* $RPM_BUILD_ROOT%{texmf}/doc
 
 install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
@@ -5418,7 +5419,7 @@
 
 %files latex-antp
 %defattr(644,root,root,755)
-%{texmf}/dist/tex/latex/antp
+%{texmfdist}/tex/latex/antp
 
 %files latex-antt
 %defattr(644,root,root,755)
@@ -5784,10 +5785,10 @@
 %files fonts-antp
 %defattr(644,root,root,755)
 %doc %{texmf}/doc/fonts/polish/antp
-%{texmf}/dist/fonts/enc/dvips/antp
-%{texmf}/dist/fonts/map/dvips/antp
-%{texmf}/dist/fonts/afm/public/antp
-%{texmf}/dist/fonts/tfm/public/antp
+%{texmfdist}/fonts/enc/dvips/antp
+%{texmfdist}/fonts/map/dvips/antp
+%{texmfdist}/fonts/afm/public/antp
+%{texmfdist}/fonts/tfm/public/antp
 
 %files fonts-antt
 %defattr(644,root,root,755)
@@ -5896,126 +5897,179 @@
 
 %files fonts-eulervm
 %defattr(644,root,root,755)
-#%doc %{texmf}/doc/fonts/eulervm
-%{texmf}/fonts/tfm/public/eulervm
-%{texmf}/fonts/vf/public/eulervm
+%doc %{texmfdist}/doc/latex/eulervm
+%{texmfdist}/fonts/tfm/public/eulervm
+%{texmfdist}/fonts/vf/public/eulervm
+%{texmfdist}/source/latex/eulervm
+%{texmfdist}/tex/latex/eulervm
+%{texmf}/tex/latex/eulervm
 
 %files fonts-euxm
 %defattr(644,root,root,755)
-%{texmf}/fonts/source/public/euxm
-%{texmf}/fonts/tfm/public/euxm
+%{texmfdist}/fonts/source/public/euxm
+%{texmfdist}/fonts/tfm/public/euxm
 
 %files fonts-gothic
 %defattr(644,root,root,755)
-%{texmf}/fonts/source/public/gothic
-%{texmf}/fonts/tfm/public/gothic
+%{texmfdist}/doc/fonts/gothic
+%{texmfdist}/dvips/gothic
+%{texmfdist}/fonts/source/public/gothic
+%{texmfdist}/fonts/type1/public/gothic
+%{texmfdist}/fonts/afm/public/gothic
+%{texmfdist}/fonts/tfm/public/gothic
+%{texmfdist}/fonts/vf/public/gothic
+%{texmfdist}/fonts/map/dvips/gothic
+%{texmf}/dvips/gothic
 
 %files fonts-hoekwater
 %defattr(644,root,root,755)
-# %doc %{texmf}/dist/doc/fonts/hoekwater
-%{texmf}/dist/fonts/tfm/hoekwater
-%{texmf}/dist/fonts/map/dvips/tetex/hoekwater.map
+%{texmfdist}/fonts/tfm/hoekwater
+%{texmfdist}/fonts/truetype/hoekwater
+%{texmfdist}/fonts/type1/hoekwater
+%{texmfdist}/fonts/afm/hoekwater
+%{texmfdist}/fonts/tfm/hoekwater
 
 %files fonts-jknappen
 %defattr(644,root,root,755)
-%{texmf}/fonts/source/jknappen
-%{texmf}/fonts/tfm/jknappen
+%{texmfdist}/fonts/source/jknappen
+%{texmfdist}/fonts/tfm/jknappen
+%{texmfdist}/tex4ht/ht-fonts/unicode/jknappen
+%{texmfdist}/tex4ht/ht-fonts/alias/jknappen
 
 %files fonts-latex
 %defattr(644,root,root,755)
-%{texmf}/fonts/source/public/latex
-%{texmf}/fonts/tfm/public/latex
-%{texmf}/fonts/source/public/esint
+%doc %{texmfdist}/doc/latex/esint
+%{texmfdist}/fonts/source/public/esint
+%{texmfdist}/fonts/tfm/public/esint
+%{texmfdist}/source/latex/esint
+%{texmfdist}/tex/latex/esint
+%{texmf}/tex/latex/esint
 
 %files fonts-lh
 %defattr(644,root,root,755)
-%doc %{texmf}/doc/fonts/lh
-%{texmf}/fonts/source/lh
-#%{texmf}/fonts/tfm/lh
+%doc %{texmfdist}/doc/fonts/lh
+%{texmfdist}/fonts/source/lh
+%{texmfdist}/metapost/support/charlib/LH
+%{texmfdist}/source/fonts/lh
+%{texmfdist}/source/latex/lh
+%{texmfdist}/tex4ht/ht-fonts/koi/8r/lh
+%{texmfdist}/tex4ht/ht-fonts/unicode/lh
+%{texmfdist}/tex4ht/ht-fonts/iso8859/5/lh
+%{texmfdist}/tex4ht/ht-fonts/alias/lh
+%{texmfdist}/tex4ht/ht-fonts/win/1251/lh
 
 %files fonts-lm
 %defattr(644,root,root,755)
-%{texmf}/fonts/tfm/public/lm
+%doc %{texmfdist}/doc/fonts/lm
+%{texmfdist}/fonts/type1/public/lm
+%{texmfdist}/fonts/afm/public/lm
+%{texmfdist}/fonts/opentype/public/lm
+%{texmfdist}/fonts/enc/dvips/lm
+%{texmfdist}/fonts/tfm/public/lm
+%{texmfdist}/fonts/map/dvips/lm
+%{texmfdist}/fonts/map/dvipdfm/lm
+%{texmfdist}/source/fonts/lm
+%{texmfdist}/tex/latex/lm
+%{texmfdist}/tex4ht/ht-fonts/unicode/lm
+%

SPECS: texlive.spec - %files fixes

2008-12-21 Thread uzsolt
Author: uzsolt   Date: Sun Dec 21 19:58:16 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- %files fixes

 Files affected:
SPECS:
   texlive.spec (1.31 -> 1.32) 

 Diffs:


Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.31 SPECS/texlive.spec:1.32
--- SPECS/texlive.spec:1.31 Sun Dec 21 20:06:58 2008
+++ SPECS/texlive.spec  Sun Dec 21 20:58:11 2008
@@ -2204,17 +2204,17 @@
 %description fonts-bbold -l pl.UTF-8
 Tablicowy tłusty font sans serif dla LaTeXa.
 
-%package fonts-bh
-Summary:   Bold & Heavy Fonts
-Summary(pl.UTF-8): Fonty Bold i Heavy
-Group: Fonts
-Requires:  %{name}-dirs-fonts
+# %package fonts-bh
+# Summary: Bold & Heavy Fonts
+# Summary(pl.UTF-8):   Fonty Bold i Heavy
+# Group:   Fonts
+# Requires:%{name}-dirs-fonts
 
-%description fonts-bh
-Bold & Heavy Fonts.
+# %description fonts-bh
+# Bold & Heavy Fonts.
 
-%description fonts-bh -l pl.UTF-8
-Fonty Bold i Heavy.
+# %description fonts-bh -l pl.UTF-8
+# Fonty Bold i Heavy.
 
 %package fonts-bitstream
 Summary:   Bitstream fonts
@@ -2352,17 +2352,17 @@
 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
 czeskiego i słowackiego.
 
-# %package fonts-dstroke
-# Summary: Doublestroke font for typesetting the mathematical symbols
-# Summary(pl.UTF-8):   Podwójnie kreślony font do składania symboli 
matematycznych
-# Group:   Fonts
-# Requires:%{name}-dirs-fonts
-# 
-# %description fonts-dstroke
-# Doublestroke font for typesetting the mathematical symbols.
-# 
-# %description fonts-dstroke -l pl.UTF-8
-# Podwójnie kreślony font do składania symboli matematycznych.
+%package fonts-dstroke
+Summary:   Doublestroke font for typesetting the mathematical symbols
+Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli 
matematycznych
+Group: Fonts
+Requires:  %{name}-dirs-fonts
+
+%description fonts-dstroke
+Doublestroke font for typesetting the mathematical symbols.
+
+%description fonts-dstroke -l pl.UTF-8
+Podwójnie kreślony font do składania symboli matematycznych.
 
 %package fonts-ecc
 Summary:   Sources for the European Concrete fonts
@@ -3931,11 +3931,11 @@
 %postun fonts-bbold
 %texhash
 
-%post fonts-bh
-%texhash
+# %post fonts-bh
+# %texhash
 
-%postun fonts-bh
-%texhash
+# %postun fonts-bh
+# %texhash
 
 %post fonts-bitstream
 %texhash
@@ -4003,11 +4003,11 @@
 %postun fonts-cs
 %texhash
 
-# %post fonts-dstroke
-# %texhash
+%post fonts-dstroke
+%texhash
 
-# %postun fonts-dstroke
-# %texhash
+%postun fonts-dstroke
+%texhash
 
 %post fonts-ecc
 %texhash
@@ -5760,31 +5760,51 @@
 
 %files tex-xkeyval
 %defattr(644,root,root,755)
-%doc %{texmf}/doc/generic/xkeyval
+%doc %{texmfdist}/doc/latex/xkeyval
+%{texmfdist}/source/latex/xkeyval
+%{texmfdist}/tex/generic/xkeyval
+%{texmfdist}/tex/latex/xkeyval
 %{texmf}/tex/generic/xkeyval
+%{texmf}/tex/latex/xkeyval
+
 
 %files fonts-adobe
 %defattr(644,root,root,755)
-%{texmf}/fonts/afm/adobe
-%{texmf}/fonts/tfm/adobe
-%{texmf}/fonts/vf/adobe
+%{texmfdist}/fonts/type1/adobe
+%{texmfdist}/fonts/afm/adobe
+%{texmfdist}/fonts/tfm/adobe
+%{texmfdist}/fonts/vf/adobe
+%{texmfdist}/tex4ht/ht-fonts/unicode/adobe
+%{texmfdist}/tex4ht/ht-fonts/alias/adobe
+%{texmfdist}/tex4ht/ht-fonts/share/adobe
 
 %files fonts-ae
 %defattr(644,root,root,755)
-%doc %{texmf}/doc/fonts/ae
-%{texmf}/fonts/tfm/public/ae
-%{texmf}/fonts/vf/public/ae
+%doc %{texmfdist}/doc/fonts/ae
+%{texmfdist}/fonts/tfm/public/ae
+%{texmfdist}/fonts/vf/public/ae
+%{texmfdist}/source/fonts/ae
+%{texmfdist}/tex4ht/ht-fonts/unicode/ae
+%{texmfdist}/tex4ht/ht-fonts/alias/ae
+
 
 %files fonts-ams
 %defattr(644,root,root,755)
-%doc %{texmf}/doc/fonts/amsfonts
-%{texmf}/fonts/map/dvips/ams
-%{texmf}/fonts/source/ams
-%{texmf}/fonts/tfm/ams
+%{texmfdist}/bibtex/bst/ams
+%{texmfdist}/bibtex/bib/ams
+%{texmfdist}/dvips/ams
+%{texmfdist}/fonts/source/public/ams
+%{texmfdist}/fonts/type1/bluesky/ams
+%{texmfdist}/fonts/afm/bluesky/ams
+%{texmfdist}/fonts/tfm/public/ams
+%{texmfdist}/fonts/map/dvips/ams
+%{texmfdist}/tex4ht/ht-fonts/unicode/ams
+%{texmfdist}/tex4ht/ht-fonts/alias/ams
+%{texmf}/dvips/ams
 
 %files fonts-antp
 %defattr(644,root,root,755)
-%doc %{texmf}/doc/fonts/polish/antp
+%doc %{texmf}/doc/fonts/antp
 %{texmfdist}/fonts/enc/dvips/antp
 %{texmfdist}/fonts/map/dvips/antp
 %{texmfdist}/fonts/afm/public/antp
@@ -5792,42 +5812,63 @@
 
 %files fonts-antt
 %defattr(644,root,root,755)
-%doc %{texmf}/doc/fonts/antt
-%{texmf}/fonts/enc/dvips/antt
-%{texmf}/fonts/map/dvips/antt
-%{texmf}/fonts/afm/public/antt
-%{texmf}/fonts/tfm/public/antt
+%doc %{texmfdist}/doc/fonts/antt
+%{texmfdist}/fonts/afm/public/antt
+%{texmfdist}/fonts/opentype/public/antt
+%{texmfdist}/fonts/enc/dvips/antt
+%{texmfdist}/fonts/tfm/public/antt
+%{texmfdist}/fonts/map/dvips/antt
+%{texmfdist}/tex/plain/antt
+%{texmfd

  1   2   3   4   5   6   7   8   9   10   >