X-Git-Url: http://git.pld-linux.org/?p=packages%2FZope-Formulator.git;a=blobdiff_plain;f=Zope-Formulator.spec;h=1ed08a915ba3ee2d1bc0ba2724d422e47ea85d4a;hp=63267039b7a031d0994518a1885b2e3b53ea93e8;hb=HEAD;hpb=72c69d7016a5c508261cc06a4a069baac4c35a6b diff --git a/Zope-Formulator.spec b/Zope-Formulator.spec index 6326703..1ed08a9 100644 --- a/Zope-Formulator.spec +++ b/Zope-Formulator.spec @@ -1,41 +1,42 @@ %define zope_subname Formulator Summary: Zope framework that eases the creation and validation of web forms -Summary(pl): Dodatek do Zope u³atwiaj±cy tworzenie i sprawdzanie poprawno¶ci formularzy WWW +Summary(pl.UTF-8): Dodatek do Zope ułatwiający tworzenie i sprawdzanie poprawności formularzy WWW Name: Zope-%{zope_subname} -Version: 1.6.2 -Release: 2 +Version: 1.11.3 +Release: 1 License: BSD-like Group: Development/Tools -Source0: http://www.zope.org/Members/infrae/Formulator/Formulator-%{version}/%{zope_subname}-%{version}.tgz -# Source0-md5: c5eb395918349036c7ac400dbbff98e9 -URL: http://www.zope.org/Members/infrae/Formulator/ -%pyrequires_eq python-modules +Source0: http://www.infrae.com/download/%{zope_subname}/%{version}/%{zope_subname}-%{version}.tgz +# Source0-md5: 59206403a29953fa33d5dce829101ab5 +URL: http://www.infrae.com/products/formulator/ +BuildRequires: python +BuildRequires: rpmbuild(macros) >= 1.268 +%pyrequires_eq python-modules +Requires(post,postun): /usr/sbin/installzopeproduct Requires: Zope -Requires(post,postun): /usr/sbin/installzopeproduct BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -%{zope_subname} is a tool to help with the creation and validation of web -forms. Form fields are stored as objects in Zope, in a special Form folder. +%{zope_subname} is a tool to help with the creation and validation of +web forms. Form fields are stored as objects in Zope, in a special +Form folder. -%description -l pl -%{zope_subname} jest narzêdziem pomagaj±cym przy tworzeniu i sprawdzaniu -poprawno¶ci formularzy WWW. Pola formularza s± zapisywane jako obiekty -w Zope, w specjalnym folderze Form. +%description -l pl.UTF-8 +%{zope_subname} jest narzędziem pomagającym przy tworzeniu i +sprawdzaniu poprawności formularzy WWW. Pola formularza są zapisywane +jako obiekty w Zope, w specjalnym folderze Form. %prep %setup -q -n %{zope_subname} - -%build mkdir docs mv -f {CREDITS.txt,HISTORY.txt,INSTALL.txt,README.txt,TODO.txt} docs %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/%{name} -cp -af {dtml,help,tests,www,*.py,*.html,refresh.txt,version.txt} $RPM_BUILD_ROOT%{_datadir}/%{name} +cp -af {dtml,help,i18n,tests,www,*.py,*.html,refresh.txt,version.txt} $RPM_BUILD_ROOT%{_datadir}/%{name} %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name} %py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name} @@ -48,16 +49,12 @@ rm -rf $RPM_BUILD_ROOT %post /usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname} -if [ -f /var/lock/subsys/zope ]; then - /etc/rc.d/init.d/zope restart >&2 -fi +%service -q zope restart %postun if [ "$1" = "0" ]; then - /usr/sbin/installzopeproduct -d %{zope_subname} - if [ -f /var/lock/subsys/zope ]; then - /etc/rc.d/init.d/zope restart >&2 - fi + /usr/sbin/installzopeproduct -d %{zope_subname} + %service -q zope restart fi %files