Browse Source

updated sigil-vl.spec, calibre-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2540 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 13 years ago
parent
commit
74cdda7bb1
2 changed files with 10 additions and 3 deletions
  1. 6 2
      c/calibre/calibre-vl.spec
  2. 4 1
      s/sigil/sigil-vl.spec

+ 6 - 2
c/calibre/calibre-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           calibre
-Version:        0.7.35
+Version:        0.7.40
 Release:        1%{?_dist_release}
 Summary:        E-book converter and library management
 Group:          Applications/Multimedia
@@ -99,6 +99,7 @@ RTF, TXT, PDF and LRS.
 %{__sed} -i -e '/^#!\//, 1d' src/calibre/*/*/*.py
 %{__sed} -i -e '/^#![ ]*\//, 1d' src/calibre/*/*.py
 %{__sed} -i -e '/^#!\//, 1d' src/calibre/*.py
+%{__sed} -i -e '/^#!\//, 1d' src/templite/*.py
 %{__sed} -i -e '/^#!\//, 1d' resources/recipes/*
 %{__sed} -i -e '/^#!\//, 1d' resources/default_tweaks.py
 
@@ -275,7 +276,7 @@ fi
 %{_libdir}/%{name}
 %{_datadir}/%{name}
 %{_datadir}/pixmaps/*
-%{_datadir}/applications/*
+%{_datadir}/applications/*.desktop
 %{_datadir}/mime/packages/*
 %{_datadir}/icons/hicolor/scalable/mimetypes/*
 %{_datadir}/icons/hicolor/scalable/apps/*
@@ -283,6 +284,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Fri Jan 21 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.7.40-1
+- new upstream release
+
 * Mon Dec 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.7.35-1
 - new upstream release
 

+ 4 - 1
s/sigil/sigil-vl.spec

@@ -4,7 +4,7 @@
 
 Name:		sigil
 Version:	0.2.4
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	A WYSIWYG ebook editor
 Summary(ja):	WYSIWYG 電子書籍エディタ
 License:	GPLv3
@@ -115,5 +115,8 @@ update-desktop-database &> /dev/null || :
 %{_datadir}/icons/hicolor/*/apps/*.png
 
 %changelog
+* Fri Jan 21 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.2.4-2
+- rebuilt with current libboost
+
 * Sat Aug 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.2.4-1
 - initial build