Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1401 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 14 years ago
parent
commit
f8973af7f8

+ 48 - 37
a/abiword/abiword-vl.spec

@@ -1,17 +1,17 @@
-%define desktop_file_utils_version 0.9
-%define abiver 2.6
+%define desktop_file_utils_version 0.16
+%define abiver 2.8
 
 Summary: The AbiWord word processor
 Summary(ja): AbiWord ワードプロセッサ
 Name: abiword
-Version: 2.6.8
-Release: 2%{?_dist_release}
+Version: 2.8.6
+Release: 1%{?_dist_release}
 Epoch: 1
 Group: Applications/Productivity
 License: GPLv2+
 Source0: http://abisource.com/downloads/abiword/%{version}/source/abiword-%{version}.tar.gz
-Source1: http://abisource.com/downloads/abiword/%{version}/source/abiword-plugins-%{version}.tar.gz
-Source2: http://abisource.com/downloads/abiword/%{version}/source/abiword-extras-%{version}.tar.gz
+## Source1: http://abisource.com/downloads/abiword/%{version}/source/abiword-plugins-%{version}.tar.gz
+## Source2: http://abisource.com/downloads/abiword/%{version}/source/abiword-extras-%{version}.tar.gz
 Source3: http://abisource.com/downloads/abiword/%{version}/source/abiword-docs-%{version}.tar.gz
 Source11: abiword.mime
 
@@ -53,7 +53,7 @@ BuildRequires: libbonobo-devel
 BuildRequires: libbonoboui-devel
 BuildRequires: libgnomeui-devel
 
-PreReq: desktop-file-utils >= %{desktop_file_utils_version}
+Requires(pre): desktop-file-utils >= %{desktop_file_utils_version}
 Obsoletes: abiword-fonts abiword-plugins
 
 URL: http://www.abisource.com/
@@ -96,15 +96,15 @@ libabiword で開発するためのインクルードファイル及び定義フ
 
 %prep
 %setup -q 
-%patch1 -p1 -b .desktop
+## %patch1 -p1 -b .desktop
 %patch2 -p1 -b .boolean
 
 # setup abiword-plugins
-%setup -q -T -b 1 -n abiword-plugins-%{version}
-%patch3 -p1 -b .boolean
+## %setup -q -T -b 1 -n abiword-plugins-%{version}
+## %patch3 -p1 -b .boolean
 
 # setup abiword extras
-%setup -q -T -b 2 -n abiword-extras-%{version}
+## %setup -q -T -b 2 -n abiword-extras-%{version}
 
 # setup abiword documentation
 %setup -q -T -b 3 -n abiword-docs-%{version}
@@ -113,29 +113,29 @@ libabiword で開発するためのインクルードファイル及び定義フ
 %build
 # build libabiword and abiword
 cd $RPM_BUILD_DIR/abiword-%{version}
-%configure --enable-libabiword
+%configure --enable-libabiword -enable-static=no
 make %{?_smp_mflags}
 
 # build abiword-plugins
-cd $RPM_BUILD_DIR/abiword-plugins-%{version}
-export PKG_CONFIG_PATH="$RPM_BUILD_DIR/%{name}-%{version}"
-CXXFLAGS="-L$RPM_BUILD_DIR/%{name}-%{version}/src/wp/main/unix/" %configure --disable-gda --enable-libabiword --with-abiword=$RPM_BUILD_DIR/%{name}-%{version}
-# Remove libtool predep_objects and postdep_objects wonkiness so that
-# building without -nostdlib doesn't include them twice.  Because we
-# already link with g++, weird stuff happens if you don't let the
-# compiler handle this.
-sed 's/^predep_objects=.*/predep_objects=\"\"/' < libtool > libtool.foo
-sed 's/^postdep_objects=.*/postdep_objects=\"\"/' < libtool.foo > libtool.foobar
-sed 's/-shared -nostdlib/-shared/' < libtool.foobar > libtool
-make %{?_smp_mflags}
+## cd $RPM_BUILD_DIR/abiword-plugins-%{version}
+## export PKG_CONFIG_PATH="$RPM_BUILD_DIR/%{name}-%{version}"
+## CXXFLAGS="-L$RPM_BUILD_DIR/%{name}-%{version}/src/wp/main/unix/" %configure --disable-gda --enable-libabiword --with-abiword=$RPM_BUILD_DIR/%{name}-%{version}
+## # Remove libtool predep_objects and postdep_objects wonkiness so that
+## # building without -nostdlib doesn't include them twice.  Because we
+## # already link with g++, weird stuff happens if you don't let the
+## # compiler handle this.
+## sed 's/^predep_objects=.*/predep_objects=\"\"/' < libtool > libtool.foo
+## sed 's/^postdep_objects=.*/postdep_objects=\"\"/' < libtool.foo > libtool.foobar
+## sed 's/-shared -nostdlib/-shared/' < libtool.foobar > libtool
+## make %{?_smp_mflags}
 
 # build abiword-extras
-cd $RPM_BUILD_DIR/abiword-extras-%{version}
-# abiword-extras looks at the abiword-%{version}.pc pkg-config file to get its location info 
-# however, that file is not installed yet, so just point to it in the abiword source tree 
-export PKG_CONFIG_PATH="$RPM_BUILD_DIR/%{name}-%{version}"
-%configure
-make
+## cd $RPM_BUILD_DIR/abiword-extras-%{version}
+## # abiword-extras looks at the abiword-%{version}.pc pkg-config file to get its location info 
+## # however, that file is not installed yet, so just point to it in the abiword source tree 
+## export PKG_CONFIG_PATH="$RPM_BUILD_DIR/%{name}-%{version}"
+## %configure
+## make
 
 # build the documentation
 cd $RPM_BUILD_DIR/abiword-docs-%{version}
@@ -148,18 +148,18 @@ rm -rf $RPM_BUILD_ROOT
 cd $RPM_BUILD_DIR/abiword-%{version}
 make install DESTDIR=$RPM_BUILD_ROOT
 # overwrite the static binary with the dynamic one
-mv -f $RPM_BUILD_DIR/abiword-%{version}/src/wp/main/unix/abiword-dynamic $RPM_BUILD_ROOT%{_bindir}/abiword
+## mv -f $RPM_BUILD_DIR/abiword-%{version}/src/wp/main/unix/abiword-dynamic $RPM_BUILD_ROOT%{_bindir}/abiword
 
 # Fix script permission
 #chmod +x $RPM_BUILD_ROOT%{_datadir}/%{name}-%{abiver}/scripts/abw2html.pl
 
 # install abiword-plugins
-cd $RPM_BUILD_DIR/abiword-plugins-%{version}
-make install DESTDIR=$RPM_BUILD_ROOT
+## cd $RPM_BUILD_DIR/abiword-plugins-%{version}
+## make install DESTDIR=$RPM_BUILD_ROOT
 
 # install the extras
-cd $RPM_BUILD_DIR/abiword-extras-%{version}
-make install DESTDIR=$RPM_BUILD_ROOT
+## cd $RPM_BUILD_DIR/abiword-extras-%{version}
+## make install DESTDIR=$RPM_BUILD_ROOT
 
 # install the documentation
 cd $RPM_BUILD_DIR/abiword-docs-%{version}
@@ -169,8 +169,8 @@ cp -rp help/* $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{abiver}/AbiWord/help/
 find $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{abiver}/AbiWord/help/ -type d -exec chmod -c o+rx {} \;
 
 # finish up
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/
-cp $RPM_BUILD_DIR/abiword-extras-%{version}/icons/abiword_48.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/abiword_48.png
+## mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/
+## cp $RPM_BUILD_DIR/abiword-extras-%{version}/icons/abiword_48.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/abiword_48.png
 
 cd $RPM_BUILD_DIR/abiword-%{version}
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
@@ -187,9 +187,13 @@ install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/mime-info
 
 # nuke .la files
 rm -f $RPM_BUILD_ROOT/%{_libdir}/%{name}-%{abiver}/plugins/*.la
+rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
+# nuke .a files
+rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
 # nuke custom dictionary files
 rm -f $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{abiver}/dictionary/ispell_dictionary_list.xml
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -204,8 +208,9 @@ update-desktop-database %{_datadir}/applications
 %{_bindir}/abiword
 %{_datadir}/applications/*
 %{_datadir}/mime-info/*
-%{_datadir}/pixmaps/*png
+## %{_datadir}/pixmaps/*png
 %{_datadir}/icons/*png
+%{_mandir}/man1/abiword.1.gz
 
 %files -n libabiword
 %doc $RPM_BUILD_DIR/%{name}-%{version}/docs $RPM_BUILD_DIR/%{name}-%{version}/COPYING $RPM_BUILD_DIR/%{name}-%{version}/COPYRIGHT.TXT $RPM_BUILD_DIR/%{name}-%{version}/README.TXT
@@ -218,6 +223,12 @@ update-desktop-database %{_datadir}/applications
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.8.6-1
+- new upstream release
+- drop Source1, Source2
+- drop Patch1, Patch3
+- fix %setup, %build, %install and %files
+
 * Thu Jul 29 2009 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 1:2.6.8-2
 - add Japanese Summary and description
 - add BuildRequires: libSM-devel

+ 5 - 2
b/bluez/bluez-vl.spec

@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities
 Summary(ja): Bluetooth ユーティリティ 
 Name: bluez
-Version: 4.66
+Version: 4.69
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: Applications/System
@@ -266,7 +266,7 @@ exit 0
 %defattr(-, root, root)
 %{_libdir}/libbluetooth.so.*
 %doc AUTHORS COPYING INSTALL ChangeLog NEWS README trusts.txt
-%doc */*.txt  doc/bluez-docs.xmlo
+%doc */*.txt
 
 %files libs-devel
 %defattr(-, root, root)
@@ -289,6 +289,9 @@ exit 0
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.69-1
+- new upstream release
+
 * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.66-1
 - new upstream release
 

+ 4 - 1
c/clutter/clutter-vl.spec

@@ -1,4 +1,4 @@
-%define         clutter_version 1.2.10
+%define         clutter_version 1.2.12
 %define         clutter_release 1%{?_dist_release}
 
 Name:           clutter
@@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.12-1
+- new upstream release
+
 * Sat Jul 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.10-1
 - new upstream release
 

+ 5 - 2
g/gimp/gimp-vl.spec

@@ -5,8 +5,8 @@
 Summary: 	The GNU Image Manipulation Program
 Summary(ja):    GNU 画像加工プログラム
 Name: 		gimp
-Version: 	2.6.8
-Release:        2%{?_dist_release}
+Version: 	2.6.10
+Release:        1%{?_dist_release}
 License: 	GPL, LGPL
 Group: 		Applications/Graphics
 URL: 		http://www.gimp.org/
@@ -225,6 +225,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.10-1
+- new upstream release
+
 * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.8-2
 - rebuild with gegl-0.1.2
 

+ 5 - 2
g/gnumeric/gnumeric-vl.spec

@@ -1,10 +1,10 @@
 %define gnumeric_version %{version}-bonobo
-%define goffice_version  0.8.6
+%define goffice_version  0.8.7
 
 Summary:     A spreadsheet program for GNOME.
 Summary(ja): GNOME スプレッドシート
 Name: 	     gnumeric
-Version:     1.10.6
+Version:     1.10.7
 Release:     1%{?_dist_release}
 License:     GPLv2
 Group: 	     Applications/Productivity
@@ -189,6 +189,9 @@ fi
 
 
 %changelog
+* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.7-1
+- new upstream release
+
 * Wed Jun 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.6-1
 - new upstream release
 - fix %post and %postun

+ 4 - 1
g/goffice/goffice-vl.spec

@@ -1,6 +1,6 @@
 Summary: Set of document centric objects and utilities for glib/gtk
 Name: goffice
-Version: 0.8.6
+Version: 0.8.7
 Release: 1%{?_dist_release}
 Source0: http://ftp.gnome.org/pub/GNOME/sources/goffice/0.6/%{name}-%{version}.tar.bz2
 Patch0: goffice-0.6.6-pcre_path.patch
@@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/goffice-0.8
 
 %changelog
+* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.7-1
+- new upstream release
+
 * Wed Jun 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.6-1
 - new upstream release
 

+ 13 - 6
m/minicom/minicom-vl.spec

@@ -1,15 +1,17 @@
 Name: minicom
-Version: 2.3
+Version: 2.4
 Release: 1%{?_dist_release}
 Vendor: Project Vine
 Distribution: Vine Linux
 License: GPL
 Group: Applications/Communications
 URL: http://alioth.debian.org/projects/minicom/
-Source0: http://alioth.debian.org/download.php/123/%{name}-%{version}.tar.gz
+Source0: http://alioth.debian.org/frm/download.php/3195/%{name}-%{version}.tar.gz
 Patch0: minicom-drop-privs.patch
 BuildRoot: %{_tmppath}/%{name}-root
-BuildPreReq: gettext
+
+BuildRequires: gettext
+BuildRequires: ncurses-devel
 Summary: friendly menu driven serial communication program
 
 %description
@@ -30,12 +32,14 @@ VT102 terminals. It has a dialing directory and auto zmodem download.
 
 %__install -d %{buildroot}%{_sysconfdir}
 touch %{buildroot}%{_sysconfdir}/minirc.dfl
-%__install -m 644 doc/minicom.users %{buildroot}%{_sysconfdir}
+##%__install -m 644 doc/minicom.users %{buildroot}%{_sysconfdir}
+
+%find_lang %{name}
 
 %clean
 %__rm -rf %{buildroot}
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root)
 %doc ABOUT-NLS AUTHORS COPYING ChangeLog FILE_ID.DIZ INSTALL NEWS README TODO
 %doc doc extras
@@ -45,9 +49,12 @@ touch %{buildroot}%{_sysconfdir}/minirc.dfl
 %{_bindir}/xminicom
 %{_bindir}/ascii-xfr
 %{_mandir}/man?/*
-%{_datadir}/locale/*/LC_MESSAGES/*
 
 %changelog
+* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4-1
+- new upstream release
+- add BuildRequires: ncurses-devel
+
 * Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 2.3-1vl5
 - updated minicom to 2.3
 - dropt minicom-drop-privs.patch

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

@@ -1,5 +1,5 @@
 Name:		obexd
-Version:	0.28
+Version:	0.29
 Release:	1%{?_dist_release}
 Summary:	D-Bus service for Obex Client access
 Summary(ja):    Obex クライアントアクセスのための D-Bus サービス
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.29-1
+- new upstream release
+
 * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28-1
 - new upstream release
 - add BuildRequires: libical-devel