Author: pawelz Date: Sat Feb 13 18:32:02 2010 GMT Module: packages Tag: HEAD ---- Log message: - unified, cosmetics
---- Files affected: packages/whohas: whohas.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: packages/whohas/whohas.spec diff -u packages/whohas/whohas.spec:1.5 packages/whohas/whohas.spec:1.6 --- packages/whohas/whohas.spec:1.5 Sat Feb 13 19:29:56 2010 +++ packages/whohas/whohas.spec Sat Feb 13 19:31:57 2010 @@ -11,8 +11,8 @@ Source0: http://www.philippwesche.org/200811/whohas/%{name}-%{version}.tar.gz # Source0-md5: 701e14a43ea5de2134d84fe0ecad50b9 URL: http://www.philippwesche.org/200811/whohas/intro.html -Requires: perl-libwww BuildRequires: rpm-perlprov >= 4.1-13 +Requires: perl-libwww BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -59,13 +59,9 @@ %prep %setup -q -%build - %install rm -rf $RPM_BUILD_ROOT -for dir in %{_bindir} %{_mandir}/man1 %{_mandir}/de/man1; do - install -d $RPM_BUILD_ROOT${dir} -done +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_mandir}/de/man1} install program/whohas $RPM_BUILD_ROOT%{_bindir} install usr/share/man/man1/whohas.1 $RPM_BUILD_ROOT%{_mandir}/man1 install usr/share/man/de/man1/whohas.1 $RPM_BUILD_ROOT%{_mandir}/de/man1 @@ -75,11 +71,10 @@ %files %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/whohas -%{_mandir}/man1/whohas* -%lang(de) %{_mandir}/de/man1/whohas* %doc Changelog intro.html intro.txt html_assets - +%attr(755,root,root) %{_bindir}/whohas +%{_mandir}/man1/whohas.1* +%lang(de) %{_mandir}/de/man1/whohas.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -87,6 +82,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2010/02/13 18:31:57 pawelz +- unified, cosmetics + Revision 1.5 2010/02/13 18:29:56 pawelz - perlprov ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/whohas/whohas.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
