]> git.pld-linux.org Git - packages/asymptote.git/commitdiff
- fixed glob
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 30 Mar 2009 21:13:41 +0000 (21:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asymptote.spec -> 1.33

asymptote.spec

index dc6952eb10f44bf2debf60dd6ac0430e8bfd2b7c..b75aef75a0d3136b5f346cb21fd688de6cbfa312 100644 (file)
@@ -146,15 +146,15 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/asy
 %{_datadir}/%{name}
 %exclude %{_datadir}/%{name}/GUI
-%{_mandir}/man1/asy*
+%{_mandir}/man1/asy.1*
 
 %files gui
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/xasy
 %dir %{_datadir}/%{name}/GUI
 %attr(755,root,root) %{_datadir}/%{name}/GUI/xasy.py
-%{_datadir}/%{name}/GUI/[!xasy.py]*
-%{_mandir}/man1/xasy*
+%{_datadir}/%{name}/GUI/[!x]*.py
+%{_mandir}/man1/xasy.1*
 
 %files doc
 %defattr(644,root,root,755)
This page took 0.095615 seconds and 4 git commands to generate.