rpms/xpdf/devel xpdf.spec,1.79,1.80

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 9 08:12:52 UTC 2006


Author: than

Update of /cvs/dist/rpms/xpdf/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27302

Modified Files:
	xpdf.spec 
Log Message:
fix #200608, install icon in the wrong dir



Index: xpdf.spec
===================================================================
RCS file: /cvs/dist/rpms/xpdf/devel/xpdf.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- xpdf.spec	14 Jul 2006 08:58:39 -0000	1.79
+++ xpdf.spec	9 Aug 2006 08:12:49 -0000	1.80
@@ -1,7 +1,7 @@
 Summary: A PDF file viewer for the X Window System.
 Name: xpdf
 Version: 3.01
-Release: 15
+Release: 16
 License: GPL
 Epoch: 1
 Url: http://www.foolabs.com/xpdf/
@@ -108,13 +108,13 @@
          $RPM_BUILD_ROOT%{_datadir}/xpdf/chinese-traditional \
          $RPM_BUILD_ROOT%{_datadir}/xpdf/japanese \
          $RPM_BUILD_ROOT%{_datadir}/xpdf/korean \
-         $RPM_BUILD_ROOT%{_datadir}/icons
+         $RPM_BUILD_ROOT%{_datadir}/pixmaps
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
 install -m 0644 %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/applications/net-xpdf.desktop
-install -m 0644 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/icons/xpdf.png
+install -m 0644 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/pixmaps/xpdf.png
 
 cp -rf xpdf-chinese-simplified/* $RPM_BUILD_ROOT%{_datadir}/xpdf/chinese-simplified/
 cp -rf xpdf-chinese-traditional/* $RPM_BUILD_ROOT%{_datadir}/xpdf/chinese-traditional/
@@ -146,7 +146,7 @@
 %{_bindir}/xpdf
 %{_mandir}/man?/xpdf*
 %config(noreplace) %verify(not md5 size mtime) /etc/xpdfrc
-%{_datadir}/icons/xpdf.png
+%{_datadir}/pixmaps/xpdf.png
 %dir %{_datadir}/xpdf
 %{_datadir}/applications/*
 %lang(zh_CN) %{_datadir}/xpdf/chinese-simplified
@@ -160,6 +160,9 @@
 %{_mandir}/man?/pdf*
 
 %changelog
+* Wed Aug 09 2006 Than Ngo <than at redhat.com> 1:3.01-16
+- fix #200608, install icon in the wrong dir
+
 * Fri Jul 14 2006 Than Ngo <than at redhat.com> 1:3.01-15
 - fix build problem with new freetype
 




More information about the fedora-cvs-commits mailing list