packages: psiconv/psiconv.spec - moved psiconv-config and its man page to -...

sparky sparky at pld-linux.org
Mon Jan 18 21:33:41 CET 2010


Author: sparky                       Date: Mon Jan 18 20:33:41 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- moved psiconv-config and its man page to -devel
- package lib correctly
- BR: gcc-c++ (because configure is broken and undefining __cxx does not work)

---- Files affected:
packages/psiconv:
   psiconv.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: packages/psiconv/psiconv.spec
diff -u packages/psiconv/psiconv.spec:1.26 packages/psiconv/psiconv.spec:1.27
--- packages/psiconv/psiconv.spec:1.26	Mon Jan 18 08:43:38 2010
+++ packages/psiconv/psiconv.spec	Mon Jan 18 21:33:35 2010
@@ -13,6 +13,7 @@
 BuildRequires:	ImageMagick-devel
 BuildRequires:	automake
 BuildRequires:	bc
+BuildRequires:	gcc-c++
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -85,21 +86,24 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/libpsiconv.so.*.*
+%attr(755,root,root) %{_bindir}/psiconv
+%attr(755,root,root) %{_libdir}/libpsiconv.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libpsiconv.so.?
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/psion
 %{_datadir}/%{name}/xhtml
-%{_mandir}/man1/*.1*
+%{_mandir}/man1/psiconv.1*
 
 %files devel
 %defattr(644,root,root,755)
 %doc formats/xhtml/*
+%attr(755,root,root) %{_bindir}/psiconv-config
 %attr(755,root,root) %{_libdir}/libpsiconv.so
 %{_libdir}/libpsiconv.la
 %{_includedir}/psiconv
+%{_mandir}/man1/psiconv-config.1*
 
 %files static
 %defattr(644,root,root,755)
@@ -111,6 +115,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2010/01/18 20:33:35  sparky
+- moved psiconv-config and its man page to -devel
+- package lib correctly
+- BR: gcc-c++ (because configure is broken and undefining __cxx does not work)
+
 Revision 1.26  2010/01/18 07:43:38  amateja
 - release 6
 
@@ -202,14 +211,14 @@
 - new version 0.8.3 (unable to regeneration ac/am too)
 
 Revision 1.5  2002/07/23 20:22:18  marcus
-- use new %%doc
+- use new %doc
 
 Revision 1.4  2002/02/22 23:29:38  kloczek
 - removed all Group fields translations (oure rpm now can handle translating
   Group field using gettext).
 
 Revision 1.3  2002/01/18 02:14:42  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.2  2001/10/30 03:55:22  kloczek
 - added missing %post/%posttun with run /sbin/ldconfig.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/psiconv/psiconv.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list