Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1584 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 13 years ago
parent
commit
f2d48b9400

+ 7 - 3
f/filezilla/filezilla-vl.spec

@@ -1,5 +1,5 @@
 Name:           filezilla
-Version:        3.3.3
+Version:        3.3.4
 Release:        1%{?_dist_release}
 Summary:        FileZilla is a cross-platform graphical FTP, FTPS and SFTP client
 Summary(ja):    FileZilla -クロスプラットフォームのグラフィカルな FTP/FTPS/SFTP クライアント
@@ -68,8 +68,8 @@ FileZilla は多くの機能を備えた Linux のための FTP/FTPS/SFTP クラ
   --disable-static \
   --enable-locales \
   --disable-manualupdatecheck \
-  --with-tinyxml=system \
-  --disable-autoupdatecheck 
+  --with-tinyxml=builtin \
+  --disable-autoupdatecheck
 
 ## Do not use --enable-buildtype=official 
 ## that option enables the "check for updates" dialog to download
@@ -134,6 +134,10 @@ fi || :
 
 
 %changelog
+* Sun Aug 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.4-1
+- Update to 3.3.4
+- changed --with-tinyxml=system to --with-tinyxml=builtin
+
 * Tue Jun 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.3-1
 - Update to 3.3.3
 

+ 15 - 10
n/nautilus-pyextensions/nautilus-pyextensions-vl.spec

@@ -1,5 +1,5 @@
 %define	name	nautilus-pyextensions
-%define	version	1.2
+%define	version	1.2.1
 
 Summary:        Handler of the Nautilus Python Extensions
 Summary(ja):    Nautilus Python Extensions のハンドラ
@@ -10,8 +10,8 @@ Group:          Applications/Accessories
 License:        GPLv2+
 URL:            http://www.giuspen.com/nautilus-pyextensions/
 Source:         http://www.giuspen.com/software/nautilus-pyextensions/%{name}-%{version}.tar.gz
-Source1:        nautilus-pyextensions_ja.po
-Patch0:         apply_environment.patch
+#Source1:        nautilus-pyextensions_ja.po
+#Patch0:         apply_environment.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -37,14 +37,14 @@ Python Extensions のグラフィカルハンドラ。
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
-%{__cp} -f %{SOURCE1} locale/ja.po
+#%patch0 -p1
+#%{__cp} -f %{SOURCE1} locale/ja.po
 
-pushd .
-cd locale/
-chmod +x i18n_po_to_mo.py
-./i18n_po_to_mo.py
-popd
+#pushd .
+#cd locale/
+#chmod +x i18n_po_to_mo.py
+#./i18n_po_to_mo.py
+#popd
 
 %build
 %{__python} setup.py build
@@ -90,6 +90,11 @@ update-desktop-database > /dev/null 2>&1 || :
 %{_libdir}/python2.?/site-packages/
 
 %changelog
+* Sun Aug 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.1-1
+- new upstream release
+- dropt source1 to merge upstream
+- dropt patch1
+
 * Thu Jul 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2-1
 - new upstream release
 - updated patch1 and source1

+ 6 - 1
t/tinyxml/tinyxml-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           tinyxml
 Version:        2.6.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        A simple, small, C++ XML parser
 Summary(ja):    シンプルで小さな C++ XML パーサー
 Group:          System Environment/Libraries
@@ -10,6 +10,7 @@ License:        zlib
 URL:            http://www.grinninglizard.com/tinyxml/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}_%{underscore_version}.tar.gz
 Patch0:         tinyxml-2.5.3-stl.patch
+Patch1:         entity.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 %description
@@ -34,6 +35,7 @@ developing applications that use %{name}.
 %prep
 %setup -q -n %{name}
 %patch0 -p1 -b .stl
+%patch1
 touch -r tinyxml.h.stl tinyxml.h
 
 
@@ -79,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.6.1-2
+- added patch1 to fix incorrect entity encoding from upstream BTS
+
 * Tue Mar 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.6.1-1
 - new upstream release