Author: charles Date: Tue Feb 14 23:45:28 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - adapterized, unified
---- Files affected: SPECS: quilt.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/quilt.spec diff -u SPECS/quilt.spec:1.7 SPECS/quilt.spec:1.8 --- SPECS/quilt.spec:1.7 Wed Feb 15 00:24:35 2006 +++ SPECS/quilt.spec Wed Feb 15 00:45:21 2006 @@ -19,8 +19,8 @@ the changes each patch makes. Patches can be applied, un-applied, refreshed, etc. -The scripts are heavily based on Andrew Morton's patch scripts -found at <http://www.zip.com.au/~akpm/linux/patches/>. +The scripts are heavily based on Andrew Morton's patch scripts found +at <http://www.zip.com.au/~akpm/linux/patches/>. %description -l pl Te skrypty pozwalają na zarządzanie zestawem łatek poprzez śledzenie @@ -32,11 +32,11 @@ <http://www.zip.com.au/~akpm/linux/patches/>. %package -n bash-completion-quilt -Summary: bash completion for quilt -Summary(pl): Dopełnienia basha dla quilt -Group: Applications/Shells -Requires: bash-completion -Requires: %{name} = %{version}-%{release} +Summary: bash completion for quilt +Summary(pl): Dopełnienia basha dla quilt +Group: Applications/Shells +Requires: %{name} = %{version}-%{release} +Requires: bash-completion %description -n bash-completion-quilt Bash completion for quilt. @@ -54,8 +54,8 @@ %install rm -rf $RPM_BUILD_ROOT -%makeinstall \ - docdir=$RPM_BUILD_ROOT%{_docdir} +%{__make} install \ + BUILD_ROOT=$RPM_BUILD_ROOT %find_lang %{name} @@ -74,7 +74,7 @@ %files -n bash-completion-quilt %defattr(644,root,root,755) -/etc/bash_completion.d/%{name} +%{_sysconfdir}/bash_completion.d/%{name} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -82,6 +82,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2006/02/14 23:45:21 charles +- adapterized, unified + Revision 1.7 2006/02/14 23:24:35 charles - updated to 0.43 - BR: perl-tools-pod ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/quilt.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
