Author: sparky Date: Tue Nov 24 02:22:52 2009 GMT Module: packages Tag: HEAD ---- Log message: - many %files fixes - rel 3; STBR
---- Files affected: packages/stfl: stfl.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: packages/stfl/stfl.spec diff -u packages/stfl/stfl.spec:1.20 packages/stfl/stfl.spec:1.21 --- packages/stfl/stfl.spec:1.20 Tue Nov 24 02:51:29 2009 +++ packages/stfl/stfl.spec Tue Nov 24 03:22:47 2009 @@ -5,7 +5,7 @@ Summary(pl.UTF-8): Implementacja opartego na ncurses zestawu widgetów dla terminali tekstowych Name: stfl Version: 0.21 -Release: 2 +Release: 3 License: LGPL v3 Group: Libraries Source0: http://www.clifford.at/stfl/%{name}-%{version}.tar.gz @@ -150,10 +150,11 @@ %files %defattr(644,root,root,755) %doc README -%attr(755,root,root) %{_libdir}/libstfl.so* +%attr(755,root,root) %{_libdir}/libstfl.so.*.* %files devel %defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libstfl.so %{_includedir}/stfl.h %{_pkgconfigdir}/stfl.pc %dir %{_examplesdir}/%{name}-%{version} @@ -166,22 +167,21 @@ %files perl %defattr(644,root,root,755) +%doc perl5/example.pl +%{perl_vendorarch}/stfl.pm %dir %{perl_vendorarch}/auto/stfl -%{perl_vendorarch}/*.pm -%{perl_archlib}/perllocal.pod -%{perl_vendorarch}/auto/stfl/* -%{perl_vendorarch}/example.pl -%{perl_vendorarch}/auto/stfl/.packlist +%{perl_vendorarch}/auto/stfl/stfl.bs +%attr(755,root,root) %{perl_vendorarch}/auto/stfl/stfl.so %files python %defattr(644,root,root,755) -%{py_libdir}/site-packages/lib-dynload/_stfl.so +%attr(755,root,root) %{py_libdir}/site-packages/lib-dynload/_stfl.so %{py_libdir}/site-packages/stfl.pyc %files ruby %defattr(644,root,root,755) %doc ruby/example.rb -%{ruby_archdir}/stfl.so +%attr(755,root,root) %{ruby_archdir}/stfl.so %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -189,6 +189,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2009/11/24 02:22:47 sparky +- many %files fixes +- rel 3; STBR + Revision 1.20 2009/11/24 01:51:29 sparky - BR: rpm-perlprov, rpm-pythonprov and activate - trick to make it build on 32bits ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/stfl/stfl.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
