]> git.pld-linux.org Git - packages/tzdata.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Apr 2005 20:48:08 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tzdata.spec -> 1.2

tzdata.spec

index acffa8916f1aa7d5d36a200eed3be3be7e8b6b4a..9152211ff80c68a831e2ac2a50182c7498fe368a 100644 (file)
@@ -1,9 +1,10 @@
 Summary:       Timezone data
+Summary(pl):   Dane o strefach czasowych
 Name:          tzdata
 Version:       2005h
 Release:       1
 License:       GPL
-Group:         System Environment/Base
+Group:         Base
 Source0:       %{name}.tar.bz2
 # Source0-md5: d20ffc3a857fd1714daadf8edacfb37a
 Source1:       %{name}%{version}.tar.gz
@@ -12,13 +13,17 @@ Source2:    tzcode%{version}.tar.gz
 # Source2-md5: cc4d27cfad7a8405fa198afbbd514204
 BuildRequires: gawk
 BuildRequires: glibc-devel
-BuildRequires: perl
+BuildRequires: perl-base
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -n -u)
 
 %description
-This package contains data files with rules for various timezones around
-the world.
+This package contains data files with rules for various timezones
+around the world.
+
+%description -l pl
+Ten pakiet zawiera pliki z danymi na temat regu³ stref czasowych na
+ca³ym ¶wiecie.
 
 %prep
 %setup -n tzdata
@@ -32,13 +37,13 @@ sed -e 's|@objpfx@|'`pwd`'/obj/|' \
     -e 's|@datadir@|%{_datadir}|' \
     -e 's|@install_root@|%{buildroot}|' \
   Makeconfig.in > Makeconfig
-make
+%{__make}
 grep -v tz-art.htm tzcode%{version}/tz-link.htm > tzcode%{version}/tz-link.html
 
 %install
-make install
+%{__make} install
 echo ====================TESTING=========================
-make check
+%{__make} check
 echo ====================TESTING END=====================
 
 %clean
@@ -46,5 +51,5 @@ rm -rf %{buildroot}
 
 %files
 %defattr(644,root,root,755)
-%{_datadir}/zoneinfo
 %doc tzcode%{version}/README tzcode%{version}/Theory tzcode%{version}/tz-link.html
+%{_datadir}/zoneinfo
This page took 0.094135 seconds and 4 git commands to generate.