]> git.pld-linux.org Git - packages/hula.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Mar 2006 21:27:47 +0000 (21:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hula.spec -> 1.5

hula.spec

index 045325f9bec5298d8e7e00f2585a051455ed1a65..58a8e8674ccc633f38e2804d3c71212132871c71 100644 (file)
--- a/hula.spec
+++ b/hula.spec
@@ -1,15 +1,16 @@
 # TODO
 # - register uid in PLD-doc/uid_gid.db.txt and use it
 Summary:       A calendar and mail server
+Summary(pl):   Serwer kalendarza i poczty
 Name:          hula
 Version:       r1164
 Release:       1
+License:       LGPL
+Group:         Daemons
 Source0:       http://chameleon.mozilla.org/~justdave/hula/%{name}-%{version}.tar.gz
 # Source0-md5: 5a3fd9f490e1f0060668ee1316c27522
 Source1:       %{name}.init
-License:       LGPL
-Group:         Daemons
-URL:           http://www.hula-project.org
+URL:           http://www.hula-project.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -27,14 +28,25 @@ Hula is a calendar and mail server. The project is focused on building
 a calendar and mail server that people love to use, instead of broadly
 trying to build a "groupware server" that managers want to deploy.
 
+%description -l pl
+Hula to serwer kalendarza i poczty. Projekt ten skupia siê na
+stworzeniu serwera kalendarza i poczty, który ludzie lubiliby u¿ywaæ,
+zamiast próbowaæ stworzyæ "serwer pracy grupowej", który menad¿erowie
+chcieliby wdro¿yæ.
+
 %package devel
 Summary:       Development files for hula
+Summary(pl):   Pliki programistyczne serwera hula
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
 %description devel
-This package contains the header files and libraries for developing
-add-ons for hula.
+This package contains the header files for developing add-ons for
+hula.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nag³ówkowe do tworzenia dodatków dla serwera
+hula.
 
 %prep
 %setup -q
@@ -54,13 +66,16 @@ rm -rf $RPM_BUILD_ROOT
 
 # remove all .la files
 rm -f $RPM_BUILD_ROOT%{_libdir}/connmgr/*.la \
-           $RPM_BUILD_ROOT%{_libdir}/hulamdb/*.la \
-           $RPM_BUILD_ROOT%{_libdir}/*.la \
-           $RPM_BUILD_ROOT%{_libdir}/modweb/*.la
+       $RPM_BUILD_ROOT%{_libdir}/hulamdb/*.la \
+       $RPM_BUILD_ROOT%{_libdir}/*.la \
+       $RPM_BUILD_ROOT%{_libdir}/modweb/*.la
 
 # remove empty or irrelevant doco
 rm -f $RPM_BUILD_ROOT/{ChangeLog,INSTALL,NEWS}
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %pre
 # Create system user for hula
 # TODO: use specific uid
@@ -82,9 +97,6 @@ if [ "$1" = "0" ]; then
        %userremove lula
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc HACKING TODO AUTHORS README style-guide.html
This page took 0.0524 seconds and 4 git commands to generate.