Author: witekfl Date: Wed Aug 10 18:52:52 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - new spec based on original spec - needs review by someone who uses 64bit machine
---- Files affected: SPECS: quilt.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/quilt.spec diff -u /dev/null SPECS/quilt.spec:1.1 --- /dev/null Wed Aug 10 20:52:52 2005 +++ SPECS/quilt.spec Wed Aug 10 20:52:46 2005 @@ -0,0 +1,82 @@ +# $Revision$, $Date$ +# +Summary: Scripts for working with series of patches +Summary(pl): Skrypty do pracy z zestawem łatek +Name: quilt +Version: 0.42 +Release: 0.1 +Epoch: 0 +License: GPL +Group: Applications/Text +Source0: http://savannah.nongnu.org/download/quilt/%{name}-%{version}.tar.gz +# Source0-md5: c07d43f24f4a473cab4519732647086b +URL: http://savannah.nongnu.org/projects/quilt +BuildRequires: gettext-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The scripts allow to manage a series of patches by keeping +track of 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/. + +Authors: +-------- + Andrew Morton <[EMAIL PROTECTED]> + Andreas Gruenbacher <[EMAIL PROTECTED]> + +%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} + +%description -n bash-completion-quilt +Bash completion for quilt. + +%description -n bash-completion-quilt -l pl +Dopełnienia basha dla quilt. + +%prep +%setup -q + +%build +./configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install prefix=/usr \ + BUILD_ROOT=$RPM_BUILD_ROOT +%{find_lang} %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS TODO quilt.changes doc/{quilt.pdf,README.MAIL,sample.quiltrc} +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/quilt.quiltrc +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} +%{_mandir}/man1/* +%dir %{_libdir}/%{name} +%attr(755,root,root) %{_libdir}/%{name}/* + +%files -n bash-completion-quilt +%defattr(644,root,root,755) +/etc/bash_completion.d/%{name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/08/10 18:52:46 witekfl +- new spec based on original spec +- needs review by someone who uses 64bit machine + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
