Author: tommat Date: Mon Oct 3 18:02:17 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - version 4.1
---- Files affected: SPECS: di.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: SPECS/di.spec diff -u SPECS/di.spec:1.23 SPECS/di.spec:1.24 --- SPECS/di.spec:1.23 Fri Mar 18 19:45:59 2005 +++ SPECS/di.spec Mon Oct 3 20:02:12 2005 @@ -2,12 +2,12 @@ Summary: Disk Info - disk information utility Summary(pl): Disk Info - informacje o dyskach Name: di -Version: 3.11 +Version: 4.1 Release: 1 -License: GPL +License: custom (see LICENSE* files) Group: Applications/System Source0: http://www.gentoo.com/di/%{name}-%{version}.tar.gz -# Source0-md5: 13f5c38bde30091ae53fb8483426ce34 +# Source0-md5: a7988245f9fb0632568b340f25056d64 URL: http://www.gentoo.com/di/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -30,30 +30,32 @@ %setup -q %build -./Configure -ds -e \ - -Dprefix=%{prefix} \ - -Dcc="%{__cc}" \ - -Doptimize="%{rpmcflags}" - -%{__make} +%{__make} \ + prefix=%{_prefix} \ + CC="%{__cc}" \ + CFLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} %{__make} install \ - PREFIX=$RPM_BUILD_ROOT%{_prefix} \ + prefix=$RPM_BUILD_ROOT%{_prefix} \ MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 + +mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{de_DE,de} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc README MANIFEST +%doc README MANIFEST LICENSE* %attr(755,root,root) %{_bindir}/di %attr(755,root,root) %{_bindir}/mi %{_mandir}/man1/di.* +%lang(de) %{_datadir}/locale/de/LC_MESSAGES/di.mo +%lang(en_US) %{_datadir}/locale/en_US/LC_MESSAGES/di.mo %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -61,6 +63,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2005/10/03 18:02:12 tommat +- version 4.1 + Revision 1.23 2005/03/18 18:45:59 qboosh - pass optflags in working way; enhanced pl desc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/di.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
