SPECS: perl-RPM4.spec - add missing directory to files, and fix ex...
agaran
agaran at pld-linux.org
Wed Dec 26 18:23:23 CET 2007
Author: agaran Date: Wed Dec 26 17:23:23 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add missing directory to files, and fix examples location, rel:=0.2
---- Files affected:
SPECS:
perl-RPM4.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/perl-RPM4.spec
diff -u SPECS/perl-RPM4.spec:1.4 SPECS/perl-RPM4.spec:1.5
--- SPECS/perl-RPM4.spec:1.4 Tue Dec 25 17:40:45 2007
+++ SPECS/perl-RPM4.spec Wed Dec 26 18:23:18 2007
@@ -10,7 +10,7 @@
Summary(pl.UTF-8): Moduł języka Perl manipulacji i dostępu do plików RPM
Name: perl-RPM4
Version: 0.23
-Release: 0.1
+Release: 0.2
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
@@ -58,7 +58,7 @@
DESTDIR=$RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/
%clean
rm -rf $RPM_BUILD_ROOT
@@ -83,6 +83,7 @@
%{perl_vendorarch}/RPM4/Transaction.pm
%dir %{perl_vendorarch}/RPM4/Transaction
%{perl_vendorarch}/RPM4/Transaction/Problems.pm
+%dir %{perl_vendorarch}/auto/RPM4
%{perl_vendorarch}/auto/RPM4/RPM4.bs
%attr(755,root,root) %{perl_vendorarch}/auto/RPM4/RPM4.so
%{_mandir}/man1/*
@@ -95,6 +96,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2007-12-26 17:23:18 agaran
+- add missing directory to files, and fix examples location, rel:=0.2
+
Revision 1.4 2007-12-25 16:40:45 agaran
- updated to 0.23, builds and works here
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-RPM4.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list