]> git.pld-linux.org Git - packages/git-core.git/commitdiff
move Git::SVN manpages to proper package
authorElan Ruusamäe <glen@delfi.ee>
Sun, 29 May 2016 20:22:08 +0000 (23:22 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 29 May 2016 20:22:08 +0000 (23:22 +0300)
git-core.spec

index 17b9e321d30d597f32344a18d6d0f7e763bba35d..d578024b4caeacc49ab98a4a64d97aa93b55137a 100644 (file)
@@ -857,6 +857,12 @@ fi
 %if %{with doc}
 %{_mandir}/man1/git-svn.1*
 %endif
+%{_mandir}/man3/Git::SVN::Editor.3pm*
+%{_mandir}/man3/Git::SVN::Fetcher.3pm*
+%{_mandir}/man3/Git::SVN::Memoize::YAML.3pm*
+%{_mandir}/man3/Git::SVN::Prompt.3pm*
+%{_mandir}/man3/Git::SVN::Ra.3pm*
+%{_mandir}/man3/Git::SVN::Utils.3pm*
 
 %files email
 %defattr(644,root,root,755)
@@ -877,7 +883,8 @@ fi
 %dir %{perl_vendorlib}/Git
 %{perl_vendorlib}/Git/I18N.pm
 %{perl_vendorlib}/Git/IndexInfo.pm
-%{_mandir}/man3/Git*.3pm*
+%{_mandir}/man3/Git.3pm*
+%{_mandir}/man3/Git::I18N.3pm*
 
 %if %{with gnome_keyring}
 %files -n gnome-keyring-git-core
This page took 0.160128 seconds and 4 git commands to generate.