Browse Source

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

kudoh 11 years ago
parent
commit
f6970a638b

+ 11 - 3
lib/libf/libfm/libfm-vl.spec

@@ -1,8 +1,8 @@
 Name: libfm
 Summary: A glib/gio-based lib used to develop file managers
 Summary(ja): ファイルマネージャー開発に用いられる glib/gio ベースのライブラリー
-Version: 1.0
-Release: 2%{?_dist_release}
+Version: 1.0.1
+Release: 1%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://sourceforge.net/projects/pcmanfm/
@@ -25,6 +25,7 @@ BuildRequires: pango-devel
 BuildRequires: perl-XML-Parser
 BuildRequires: pkgconfig
 BuildRequires: udisks-devel
+BuildRequires: vala
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -85,8 +86,10 @@ Group:          Development/Libraries
 This package containg development documentation files for %{name}.
 
 %prep
-%setup -qn libfm-1.0
+%setup -qn libfm-%{version}
 %patch0 -p1
+autoreconf --force --install
+intltoolize --force
 
 # treak rpath
 sed -i.libdir_syssearch -e \
@@ -192,6 +195,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Sat Sep 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.1-1
+- new upstream release
+- run autoreconf --force --install and intltoolize --force
+- aded BuildRequires: vala
+
 * Tue Aug 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-2
 - new upstream release
 - added BuildRequires: dbus-glib-devel

+ 19 - 7
m/midori/midori-vl.spec

@@ -1,7 +1,7 @@
 Summary:	A lightweight GTK+ web browser
 Summary(ja):	軽量な GTK+ ウェブブラウザ
 Name:		midori
-Version:	0.4.6
+Version:	0.4.7
 Release:        1%{?_dist_release}
 
 Group:		Applications/Internet
@@ -20,16 +20,23 @@ BuildRequires:	libsexy-devel
 BuildRequires:	libtool
 BuildRequires:	libxml2-devel >= 2.6
 BuildRequires:	perl-XML-Parser
-BuildRequires:	WebKit-gtk-devel >= 1.1.17
+
+#%if %{?_dist_release} == "vl6"
+#BuildRequires:	WebKit-gtk-devel >= 1.1.17
+#BuildRequires:  gtk2-devel >= 2.10.0
+## for Single instance
+#BuildRequires:  unique-devel >= 0.9
+
+BuildRequires: WebKit3-gtk-devel
+BuildRequires: gtk3-devel >= 3.0.0
+BuildRequires: unique3-devel >= 0.9
 
 ## for IDN support
 BuildRequires:  libidn-devel >= 1.0
-## for Single instance
-BuildRequires:  unique-devel >= 0.9
 ## for Persistent history
 BuildRequires:  sqlite3-devel >= 3.0
 BuildRequires:  glib2-devel >= 2.22.0
-BuildRequires:  gtk2-devel >= 2.10.0
+
 BuildRequires:  libsoup-devel >= 2.27.90
 ## for Icon optimizations: /usr/bin/rsvg-convert
 BuildRequires:  librsvg2
@@ -99,10 +106,9 @@ export CFLAGS="%{optflags}"
         --libdir=%{_libdir}                     \
 	--enable-apidocs			\
         configure \
-	    --disable-hildon
+	    --disable-hildon --enable-gtk3
 ./waf %{?_smp_mflags} build
 
-
 %install
 rm -rf %{buildroot}
 ./waf --destdir=%{buildroot} install
@@ -150,6 +156,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_includedir}/%{name}-0.4/
 
 %changelog
+* Sat Sep 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.7-1
+- new upstream release
+- refreshed patch0
+- used GTK3 toolkit temporary
+  - added BuildRequires: WebKit3-gtk-devel, gtk3-devel >= 3.0.0, unique3-devel >= 0.9
+
 * Tue May 15 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.6-1
 - new upstream release
 - changed URL

+ 4 - 1
o/optipng/optipng-vl.spec

@@ -1,5 +1,5 @@
 Name:          optipng
-Version:       0.7.2
+Version:       0.7.3
 Release:       1%{?_dist_release}
 Summary:       PNG optimizer and converter
 Summary(ja):   PNG オプティマイザ と コンバータ
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Sep 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.3-1
+- new upstream release
+
 * Wed Aug 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-1
 - new upstream release
 

+ 7 - 3
p/pcmanfm/pcmanfm-vl.spec

@@ -1,6 +1,6 @@
 Name:          pcmanfm
-Version:       1.0
-Release:       2%{?_dist_release}
+Version:       1.0.1
+Release:       1%{?_dist_release}
 Summary:	Extremly fast and lightweight file manager
 Summary(ja):	とても高速で軽量なファイルマネージャー
 
@@ -49,7 +49,7 @@ sed -i 's/MimeType=x-directory\/normal;inode\/directory/MimeType=inode\/director
     data/pcmanfm.desktop
 
 %build
-%configure --sysconfdir=/etc --disable-static
+%configure --sysconfdir=/etc
 %{__make} %{?_smp_mflag}
 
 %install
@@ -91,6 +91,10 @@ update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || :
 %{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Sat Sep 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.1-1
+- new upstream release
+- deleted unrecognized option: --disable-static 
+
 * Tue Aug 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-2
 - new upstream release
 

+ 4 - 1
p/python-distutils-extra/python-distutils-extra-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-distutils-extra
-Version:        2.36
+Version:        2.37
 Release:        1%{?_dist_release}
 Summary:        Integrate more support into Python's distutils
 
@@ -44,6 +44,9 @@ chmod a+x %{buildroot}%{python_sitelib}/DistUtilsExtra/command/build_extra.py
 
 
 %changelog
+* Sat Sep 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.37-1
+- new upstream release
+
 * Fri Sep 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.36-1
 - new upstream release