SHA256
1
0
forked from pool/dateutils

Accepting request 89076 from home:rudi_m

file section is using less globbing (according to Pascal's complaints)

OBS-URL: https://build.opensuse.org/request/show/89076
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=9
This commit is contained in:
Ruediger Meier 2011-10-23 14:20:56 +00:00 committed by Git OBS Bridge
parent 4146d73ae5
commit 6941791d8d

View File

@ -75,13 +75,25 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/*
%doc %{_infodir}/*.info*
%doc %{_mandir}/man1/*.1*
%{_bindir}/[dt]*add
%{_bindir}/[dt]*conv
%{_bindir}/[dt]*diff
%{_bindir}/[dt]*grep
%{_bindir}/[dt]*seq
%{_bindir}/[dt]*test
%{_bindir}/strptime
%doc %{_infodir}/%{name}.info*
%doc %{_mandir}/man1/[dt]*add.1*
%doc %{_mandir}/man1/[dt]*conv.1*
%doc %{_mandir}/man1/[dt]*diff.1*
%doc %{_mandir}/man1/[dt]*grep.1*
%doc %{_mandir}/man1/[dt]*seq.1*
%doc %{_mandir}/man1/[dt]*test.1*
%doc %{_mandir}/man1/strptime.1*
%files -n %{name}-devel
%defattr(-,root,root,-)
%{_includedir}/dateutils/
%{_libdir}/pkgconfig/libdu*.pc
%{_libdir}/pkgconfig/libdu[dt]*core.pc
%changelog