]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- sanitized main file list
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Jun 2007 12:12:47 +0000 (12:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    git-core.spec -> 1.72

git-core.spec

index fb83f59b83d65c63421dac031182550717ae699e..9a7ec7f6138cd7a98a3b1e711957e5ba61a49be6 100644 (file)
@@ -216,14 +216,15 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README Documentation/{[!g]*,g[!i]*,git,git[!k]*}.html Documentation/howto Documentation/technical
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man*/*
+%attr(755,root,root) %{_bindir}/git
+%attr(755,root,root) %{_bindir}/git-*
+%{_mandir}/man1/git-*.1*
+%{_mandir}/man5/gitattributes.5*
+%{_mandir}/man5/gitignore.5*
+%{_mandir}/man7/git.7*
 %{_datadir}/%{name}
 %{_datadir}/git-gui
 %{_sharedstatedir}/git
-%exclude %{_bindir}/gitk
-%exclude %{_mandir}/man1/gitk.1*
-%exclude %{_mandir}/man3/*
 
 %files devel
 %defattr(644,root,root,755)
@@ -248,4 +249,4 @@ rm -rf $RPM_BUILD_ROOT
 %files -n perl-Git
 %defattr(644,root,root,755)
 %{perl_vendorlib}/Git.pm
-%{_mandir}/man3/*
+%{_mandir}/man3/Git.3pm*
This page took 0.035858 seconds and 4 git commands to generate.