]> git.pld-linux.org Git - packages/adjtimex.git/commitdiff
- updated to 1.21, pass CC
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 22 Jun 2006 10:13:09 +0000 (10:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adjtimex.spec -> 1.32

adjtimex.spec

index 5e2e446b5f5965d7710b43d2f2e2dfcd2e95bc5f..712ba3a9ac5c45e0cc78b3a21c1f03263729d86e 100644 (file)
@@ -18,12 +18,12 @@ Summary(sv):        Ett verktyg f
 Summary(uk):   õÔÉ̦ÔÁ ÄÌÑ ×ÎÅÓÅÎÎÑ ÐÏÐÒÁ×ÏË × ÚͦÎΦ ÞÁÓÕ ÑÄÒÁ
 Summary(zh_CN):        ÓÃÓÚµ÷ÕûÄÚºËʱ¼ä±äÁ¿µÄʵÓóÌÐò¡£
 Name:          adjtimex
-Version:       1.20
+Version:       1.21
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         Base
 Source0:       ftp://sunsite.unc.edu/pub/Linux/system/admin/time/%{name}-%{version}.tar.gz
-# Source0-md5: 00b56c266e707b8c753dfe1d33745226
+# Source0-md5: 9888b54f418d7cc120fd3a4222f01c9c
 BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -198,7 +198,8 @@ Adjtimex
 %build
 %{__autoconf}
 %configure
-%{__make}
+%{__make} \
+       CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -212,6 +213,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc COPYRIGHT ChangeLog README
+%lang(ru) %doc README.ru
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man8/*
This page took 0.263162 seconds and 4 git commands to generate.