Author: wrobell Date: Tue Aug 1 14:02:13 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added perl-SVK subpackage - rel. 1
---- Files affected: SPECS: svk.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/svk.spec diff -u SPECS/svk.spec:1.14 SPECS/svk.spec:1.15 --- SPECS/svk.spec:1.14 Fri Jul 28 11:17:59 2006 +++ SPECS/svk.spec Tue Aug 1 16:02:08 2006 @@ -1,13 +1,12 @@ # $Revision$, $Date$ -# TODO: -# - split into svk and perl-svk package -# + %include /usr/lib/rpm/macros.perl + Summary: SVK - a decentralized version control system Summary(pl): SVK - zdecentralizowany system kontroli wersji Name: svk Version: 1.08 -Release: 0.1 +Release: 1 License: GPL v1+ or Artistic Group: Development/Version Control Source0: http://rt.openfoundry.org/Foundry/Project/Download/Attachment/68506/48158/SVK-%{version}.tar.gz @@ -62,6 +61,14 @@ którzy jeszcze nie zaczęli używać systemu kontroli wersji. Jest napisany w Perlu i używa systemu plików Subversion. +%package -n perl-SVK +Summary: SVK Perl modules +Group: Development/Languages/Perl + +%description -n perl-SVK +SVK Perl modules. + + %prep %setup -q -n SVK-%{version} @@ -82,9 +89,13 @@ %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* -%{_mandir}/man[13]/* +%{_mandir}/man1/* + +%files -n perl-SVK +%defattr(644,root,root,755) %{perl_vendorlib}/SVK %{perl_vendorlib}/SVK.pm +%{_mandir}/man3/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -92,6 +103,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2006/08/01 14:02:08 wrobell +- added perl-SVK subpackage +- rel. 1 + Revision 1.14 2006/07/28 09:17:59 wrobell - ver. 1.08 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/svk.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
