Author: adamg Date: Sun May 18 16:12:29 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: antargis.spec (1.4 -> 1.5) , archivemail.spec (1.19 -> 1.20) , builder (1.557 -> 1.558) , ekg.spec (1.217 -> 1.218) , gpm.spec (1.145 -> 1.146) , kpogre.spec (1.10 -> 1.11) , lyx.spec (1.123 -> 1.124) , openttd.spec (1.47 -> 1.48) , php-pear-Date_Holidays.spec (1.30 -> 1.31) , php-pear-PhpDocumentor.spec (1.33 -> 1.34) , php-pear-URI_Template.spec (NONE -> 1.1) (NEW), pida.spec (1.18 -> 1.19) , python-kiwi.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/antargis.spec diff -u SPECS/antargis.spec:1.4 SPECS/antargis.spec:1.5 --- SPECS/antargis.spec:1.4 Mon Feb 12 23:09:09 2007 +++ SPECS/antargis.spec Sun May 18 18:12:22 2008 @@ -2,12 +2,12 @@ Summary: Battles of Antargis - medieval RTS Summary(pl.UTF-8): Battles of Antargis - osadzona w średniowieczu gra typu RTS Name: antargis -Version: 0.1.2 +Version: 0.2.1.4 Release: 0.1 License: GPL Group: X11/Applications/Games/Strategy -Source0: http://download.berlios.de/antargis/%{name}-%{version}.tar.gz -# Source0-md5: 94f8173e2eb1fea4d9d2949803055f87 +Source0: http://download.berlios.de/antargis/%{name}-source-%{version}.tar.gz +# Source0-md5: 8e45ba040ad025ddbf84a624ade97ea5 URL: http://antargis.berlios.de/ BuildRequires: OpenGL-devel BuildRequires: SDL_image-devel @@ -40,12 +40,13 @@ - początek właściwej kampanii %prep -%setup -q +%setup -q -n %{name}-source-%{version} %build -rake \ +ruby build.rb \ CC="%{__cc}" \ - CXX="%{__cxx}" + CXX="%{__cxx}" \ + COMPILE_PARAMS="%{rpmcflags} -fPIC" %install rm -rf $RPM_BUILD_ROOT @@ -68,7 +69,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.4 2007-02-12 22:09:09 glen +Revision 1.5 2008-05-18 16:12:22 adamg +- new + +Revision 1.4 2007/02/12 22:09:09 glen - tabs in preamble Revision 1.3 2007/02/12 01:06:30 baggins ================================================================ Index: SPECS/archivemail.spec diff -u SPECS/archivemail.spec:1.19 SPECS/archivemail.spec:1.20 --- SPECS/archivemail.spec:1.19 Tue Sep 18 12:54:09 2007 +++ SPECS/archivemail.spec Sun May 18 18:12:22 2008 @@ -2,12 +2,12 @@ Summary: Archive and compress old email Summary(pl.UTF-8): Archiwizowanie starej poczty Name: archivemail -Version: 0.7.0 -Release: 2 +Version: 0.7.2 +Release: 1 License: GPL Group: Applications/Mail Source0: http://dl.sourceforge.net/archivemail/%{name}-%{version}.tar.gz -# Source0-md5: 087c9707daa6bb5c44cd052b6d71ce88 +# Source0-md5: e444424688e6ec063e829176e4eb62e2 Patch0: %{name}-invalid-message.patch URL: http://archivemail.sourceforge.net/ BuildRequires: python-devel >= 2.0 @@ -82,7 +82,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.19 2007-09-18 10:54:09 glen +Revision 1.20 2008-05-18 16:12:22 adamg +- new + +Revision 1.19 2007/09/18 10:54:09 glen - bugfix for empty emails (thx jajcus for helping tracing it down) - rel 2 ================================================================ Index: SPECS/builder diff -u SPECS/builder:1.557 SPECS/builder:1.558 --- SPECS/builder:1.557 Mon May 5 22:24:32 2008 +++ SPECS/builder Sun May 18 18:12:22 2008 @@ -1292,6 +1292,13 @@ fi local OPTIONS="tag $CVS_FORCE -b" + + # branch exists? + is_tag_a_branch $TAG + if [ $? -eq 1 ]; then + OPTIONS="$OPTIONS -B" + fi + if [ -n "$CVSROOT" ]; then OPTIONS="-d $CVSROOT $OPTIONS" fi ================================================================ Index: SPECS/ekg.spec diff -u SPECS/ekg.spec:1.217 SPECS/ekg.spec:1.218 --- SPECS/ekg.spec:1.217 Wed Jun 20 17:52:06 2007 +++ SPECS/ekg.spec Sun May 18 18:12:22 2008 @@ -15,16 +15,16 @@ Summary(pl.UTF-8): Klient kompatybilny z Gadu-Gadu Name: ekg Version: 1.7 -Release: 4 +%define snap 20071225 +Release: 4.20071225 Epoch: 4 License: GPL v2 Group: Applications/Communications -Source0: http://ekg.chmurka.net/%{name}-%{version}.tar.gz -# Source0-md5: 2aa92b56517fdf09d75519a105772b74 +Source0: http://ekg.chmurka.net/%{name}-%{snap}.tar.gz +# Source0-md5: 34b541bb6c58695dee2b9aea0a5d6d74 Source1: %{name}.conf Patch0: %{name}-LDFLAGS.patch Patch1: %{name}-lock_reason.patch -Patch2: %{name}-external_libgadu.patch URL: http://ekg.chmurka.net/ BuildRequires: %{_bindir}/perl %{?with_aspell:BuildRequires: aspell-devel} @@ -90,12 +90,11 @@ polsku (jednak komendy są w języku angielskim). %prep -%setup -q +%setup -q -n %{name}-%{snap} %patch0 -p0 %if %{with lock_reason} %patch1 -p1 %endif -%patch2 -p0 %build %{__aclocal} -I m4 @@ -157,12 +156,15 @@ %lang(pl) %{_mandir}/pl/man1/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) -%changelog +:q%changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.217 2007-06-20 15:52:06 qboosh +Revision 1.218 2008-05-18 16:12:22 adamg +- new + +Revision 1.217 2007/06/20 15:52:06 qboosh - keep versioned libgadu R Revision 1.216 2007/06/20 08:54:40 shadzik ================================================================ Index: SPECS/gpm.spec diff -u SPECS/gpm.spec:1.145 SPECS/gpm.spec:1.146 --- SPECS/gpm.spec:1.145 Sun May 18 00:44:08 2008 +++ SPECS/gpm.spec Sun May 18 18:12:22 2008 @@ -12,13 +12,13 @@ Summary(tr.UTF-8): Genel amaçlı fare desteği Summary(uk.UTF-8): Сервер роботи з мишою для консолі Linux Name: gpm -Version: 1.20.1 -Release: 11 +Version: 1.20.3 +Release: 1 Epoch: 1 License: GPL Group: Daemons Source0: http://linux.schottelius.org/gpm/archives/%{name}-%{version}.tar.bz2 -# Source0-md5: 2c63e827d755527950d9d13fe3d87692 +# Source0-md5: dd6054c488fc36fec327acc5b1f3e7d6 Source1: %{name}.init Source2: %{name}.sysconfig Source3: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 @@ -316,6 +316,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.146 2008-05-18 16:12:22 adamg +- new + Revision 1.145 2008-05-17 22:44:08 areq - fix log ================================================================ Index: SPECS/kpogre.spec diff -u SPECS/kpogre.spec:1.10 SPECS/kpogre.spec:1.11 --- SPECS/kpogre.spec:1.10 Sun Nov 11 13:56:53 2007 +++ SPECS/kpogre.spec Sun May 18 18:12:22 2008 @@ -2,12 +2,12 @@ Summary: PostgreSQL grafical frontend for KDE Summary(pl.UTF-8): Graficzny frontend do PostgreSQL-a dla KDE Name: kpogre -Version: 1.5.8 +Version: 1.6.4 Release: 1 License: GPL v2 Group: Applications/Databases/Interfaces Source0: http://dl.sourceforge.net/kpogre/%{name}-%{version}.tar.gz -# Source0-md5: 683e6f3b84342ea5ace6262e5ff832d1 +# Source0-md5: d994b0ef67c3586a9c81aeff1be21340 Patch0: %{name}-missing-include.patch URL: http://kpogre.sourceforge.net/ BuildRequires: kdelibs-devel @@ -66,6 +66,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2008-05-18 16:12:22 adamg +- new + Revision 1.10 2007-11-11 12:56:53 adamg - updated to 1.5.8 ================================================================ Index: SPECS/lyx.spec diff -u SPECS/lyx.spec:1.123 SPECS/lyx.spec:1.124 --- SPECS/lyx.spec:1.123 Tue Apr 29 16:06:07 2008 +++ SPECS/lyx.spec Sun May 18 18:12:22 2008 @@ -3,13 +3,13 @@ Summary(pl.UTF-8): Nakładka WYSIWYM na LaTeXa Summary(pt_BR.UTF-8): Editor de Textos para ambiente Desktop Name: lyx -Version: 1.5.4 +Version: 1.5.5 Release: 1 Epoch: 1 License: GPL Group: Applications/Publishing/TeX Source0: ftp://ftp.lyx.org/pub/lyx/stable/%{name}-%{version}.tar.bz2 -# Source0-md5: 6f424dc23af78e1d39c6962101cde2e9 +# Source0-md5: 310bf760e8fdf85c7ad3a19b90ddc91c Source1: %{name}.desktop Source2: %{name}.png URL: http://www.lyx.org/ @@ -180,6 +180,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.124 2008-05-18 16:12:22 adamg +- new + Revision 1.123 2008-04-29 14:06:07 pluto - reorganize boost BRs (boost-devel >= 1.35.0). ================================================================ Index: SPECS/openttd.spec diff -u SPECS/openttd.spec:1.47 SPECS/openttd.spec:1.48 --- SPECS/openttd.spec:1.47 Wed Jan 2 16:30:53 2008 +++ SPECS/openttd.spec Sun May 18 18:12:22 2008 @@ -6,17 +6,16 @@ Summary: An open source reimplementation of the Microprose game "Transport Tycoon Deluxe" Summary(pl.UTF-8): Otwarta reimplementacja gry Transport Tycoon Deluxe Name: openttd -Version: 0.5.3 +Version: 0.6.0 Release: 1 License: GPL Group: X11/Applications/Games Source0: http://dl.sourceforge.net/openttd/%{name}-%{version}-source.tar.bz2 -# Source0-md5: 592c047903a3e7f17f95279f77b8a1dd +# Source0-md5: dcf63687c73ff56887049fedaf6c6019 Source1: %{name}.desktop Source2: %{name}-server.desktop Patch0: %{name}-home_etc.patch Patch1: %{name}-personal-data.patch -Patch2: %{name}-pthread.patch URL: http://www.openttd.com/ BuildRequires: SDL-devel BuildRequires: freetype-devel @@ -77,14 +76,14 @@ %prep %setup -q %{?with_home_etc:%patch0 -p1} -%patch1 -p1 -%patch2 -p0 +#%patch1 -p1 -%{__sed} 's/ifndef USE_HOMEDIR/ifdef USE_HOMEDIR/' -i Makefile # Let's pldize -find lang/ -type f -exec sed -i 's/:Unix/:PLD Linux/' \{\} \; +find src/lang/ -type f -exec sed -i 's/:Unix/:PLD Linux/' \{\} \; %build +./configure \ + %{?with_home_etc:--: %{__make} \ CC="%{__cc}" \ CXX="%{__cxx}" \ @@ -176,6 +175,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.48 2008-05-18 16:12:22 adamg +- new + Revision 1.47 2008-01-02 15:30:53 hawk - release should be 1 ================================================================ Index: SPECS/php-pear-Date_Holidays.spec diff -u SPECS/php-pear-Date_Holidays.spec:1.30 SPECS/php-pear-Date_Holidays.spec:1.31 --- SPECS/php-pear-Date_Holidays.spec:1.30 Sat May 3 01:04:28 2008 +++ SPECS/php-pear-Date_Holidays.spec Sun May 18 18:12:22 2008 @@ -8,18 +8,19 @@ Summary: %{_pearname} - driver based class to calculate holidays Summary(pl.UTF-8): %{_pearname} - klasa oparta na sterownikach do wyliczania świąt Name: php-pear-%{_pearname} -Version: 0.18.0 +Version: 0.19.1 Release: 1 License: PHP 2.02 Group: Development/Languages/PHP Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz -# Source0-md5: f59aa74f64c85136d1be8dd66a2e906f +# Source0-md5: 9ffe33dce4a579853f6046c0bed62e6f URL: http://pear.php.net/package/Date_Holidays/ BuildRequires: php-pear-PEAR BuildRequires: rpm-php-pearprov >= 4.4.2-11 BuildRequires: rpmbuild(macros) >= 1.300 Requires: php-pear Requires: php-pear-Date +Requires: php-pear-Date-Holidays(driver) Requires: php-pear-PEAR-core >= 1:1.3.1 Requires: php-pear-XML_Serializer BuildArch: noarch @@ -94,6 +95,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2008-05-18 16:12:22 adamg +- new + Revision 1.30 2008-05-02 23:04:28 adamg - updated to 0.18.0 ================================================================ Index: SPECS/php-pear-PhpDocumentor.spec diff -u SPECS/php-pear-PhpDocumentor.spec:1.33 SPECS/php-pear-PhpDocumentor.spec:1.34 --- SPECS/php-pear-PhpDocumentor.spec:1.33 Wed Sep 26 22:32:06 2007 +++ SPECS/php-pear-PhpDocumentor.spec Sun May 18 18:12:22 2008 @@ -14,13 +14,13 @@ Summary: %{_pearname} - provides automatic documenting of PHP API directly from source Summary(pl.UTF-8): %{_pearname} - automatyczne tworzenie dokumentacji API PHP prosto ze źródeł Name: php-pear-%{_pearname} -Version: 1.4.0 +Version: 1.4.2 Release: 0.1 Epoch: 0 License: PHP 3.00 Group: Development/Languages/PHP Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz -# Source0-md5: 058cafda76f10a693cd33687fb2b9144 +# Source0-md5: 778bea6edb876c70d906bec8c4490a0e Patch0: %{name}-includes_fix.patch Patch1: %{name}-smarty.patch Patch2: %{name}-html_treemenu_includes_fix.patch @@ -201,6 +201,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2008-05-18 16:12:22 adamg +- new + Revision 1.33 2007-09-26 20:32:06 adamg - release 0.1; needs some work ================================================================ Index: SPECS/php-pear-URI_Template.spec diff -u /dev/null SPECS/php-pear-URI_Template.spec:1.1 --- /dev/null Sun May 18 18:12:29 2008 +++ SPECS/php-pear-URI_Template.spec Sun May 18 18:12:22 2008 @@ -0,0 +1,78 @@ +# $Revision$, $Date$ +%include /usr/lib/rpm/macros.php +%define _class URI +%define _subclass Template +%define _status alpha +%define _pearname URI_Template +Summary: %{_pearname} - Parser for URI Templates +Summary(pl.UTF-8): %{_pearname} - parser szablonów URI +Name: php-pear-%{_pearname} +Version: 0.2.0 +Release: 1 +License: BSD +Group: Development/Languages/PHP +Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz +# Source0-md5: 2a01a2b546fd6a0d5eb85da2da233753 +URL: http://pear.php.net/package/URI_Template/ +BuildRequires: php-pear-PEAR +BuildRequires: rpm-php-pearprov >= 4.4.2-11 +Requires: php-pear >= 1.0-23 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +URI_Template is a parser for URI Templates as defined in the URI +Template specification (http://bitworking.org/projects/URI-Templates). + +In PEAR status of this package is: %{_status}. + +%description -l pl.UTF-8 +URI_Template to parser szablonów URI zdefiniowanych w specyfikacji +szablonów URI (http://bitworking.org/projects/URI-Templates). + +Ta klasa ma w PEAR status: %{_status}. + +%package tests +Summary: Tests for PEAR::%{_pearname} +Summary(pl.UTF-8): Testy dla PEAR::%{_pearname} +Group: Development/Languages/PHP +AutoReq: no +Requires: %{name} = %{version}-%{release} +AutoProv: no + +%description tests +Tests for PEAR::%{_pearname}. + +%description tests -l pl.UTF-8 +Testy dla PEAR::%{_pearname}. + +%prep +%pear_package_setup + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{php_pear_dir} +%pear_package_install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc install.log +%{php_pear_dir}/.registry/*.reg +%{php_pear_dir}/URI/Template.php + +%files tests +%defattr(644,root,root,755) +%{php_pear_dir}/tests/URI_Template + +%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 <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-05-18 16:12:22 adamg +- new + ================================================================ Index: SPECS/pida.spec diff -u SPECS/pida.spec:1.18 SPECS/pida.spec:1.19 --- SPECS/pida.spec:1.18 Tue Jan 8 17:35:19 2008 +++ SPECS/pida.spec Sun May 18 18:12:22 2008 @@ -12,7 +12,7 @@ Summary(pl.UTF-8): Szkielet do programowania zintegrowanego Name: pida Version: 0.5.1 -Release: 4 +Release: 0.1 License: GPL Group: Development/Tools Source0: http://pida.googlecode.com/files/%{realname}-%{version}.tar.gz @@ -122,7 +122,6 @@ %lang(fr) %{py_sitedir}/pida/services/webbrowser/locale/fr_FR %lang(fr) %{py_sitedir}/pida/services/window/locale/fr_FR -%{py_sitedir}/*-py2.5.egg-info %dir %{py_sitedir}/pida %attr(755,root,root) %{py_sitedir}/moo_stub.so %{py_sitedir}/pida/*.py[co] @@ -242,6 +241,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2008-05-18 16:12:22 adamg +- new + Revision 1.18 2008-01-08 16:35:19 glen - missing dir :) ================================================================ Index: SPECS/python-kiwi.spec diff -u SPECS/python-kiwi.spec:1.6 SPECS/python-kiwi.spec:1.7 --- SPECS/python-kiwi.spec:1.6 Sat Nov 17 10:44:04 2007 +++ SPECS/python-kiwi.spec Sun May 18 18:12:22 2008 @@ -73,7 +73,7 @@ sed -i -e 's|share/doc/kiwi|share/doc/%{name}-%{version}|' setup.py %build -CFLAGS="%{rpmcflags}" %{__python} setup.py build +CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags} -L/usr/X11R6/lib" %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT @@ -102,8 +102,7 @@ %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/* %{_datadir}/kiwi -%{py_sitescriptdir}/kiwi -%{py_sitescriptdir}/kiwi-*.egg-info +%{py_sitedir}/kiwi %files gazpacho %defattr(644,root,root,755) @@ -121,6 +120,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2008-05-18 16:12:22 adamg +- new + Revision 1.6 2007-11-17 09:44:04 qboosh - more python deps - unified "package" translation ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/antargis.spec?r1=1.4&r2=1.5&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/archivemail.spec?r1=1.19&r2=1.20&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/builder?r1=1.557&r2=1.558&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ekg.spec?r1=1.217&r2=1.218&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gpm.spec?r1=1.145&r2=1.146&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kpogre.spec?r1=1.10&r2=1.11&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lyx.spec?r1=1.123&r2=1.124&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openttd.spec?r1=1.47&r2=1.48&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-pear-Date_Holidays.spec?r1=1.30&r2=1.31&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-pear-PhpDocumentor.spec?r1=1.33&r2=1.34&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pida.spec?r1=1.18&r2=1.19&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-kiwi.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
