Browse Source

rebuilt

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1992 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 13 years ago
parent
commit
5a70644e02
4 changed files with 66 additions and 47 deletions
  1. 6 2
      f/fftw3/fftw3-vl.spec
  2. 47 42
      lib/libb/libbtctl/libbtctl-vl.spec
  3. 9 2
      lib/libo/libofx/libofx-vl.spec
  4. 4 1
      p/paps/paps-vl.spec

+ 6 - 2
f/fftw3/fftw3-vl.spec

@@ -1,6 +1,6 @@
 %define name fftw3
 %define version 3.2.2
-%define release 1%{?_dist_release}
+%define release 2%{?_dist_release}
 
 Name: %{name}
 Summary:   C subroutines for computing the Discrete Fourier Transform.
@@ -79,7 +79,8 @@ rm -rf fftw-%{version}
 export F77=gfortran
 
 %ifarch x86_64
-CONFIG_FLAGS="--enable-sse --enable-sse2 --enable-shared --disable-dependency-tracking --enable-threads"
+#CONFIG_FLAGS="--enable-sse --enable-sse2 --enable-shared --disable-dependency-tracking --enable-threads"
+CONFIG_FLAGS="--enable-shared --disable-dependency-tracking --enable-threads"
 %else
 CONFIG_FLAGS="--enable-shared --disable-dependency-tracking --enable-threads"
 %endif
@@ -158,6 +159,9 @@ fi
 %{_libdir}/libfftw3*.a
 
 %changelog
+* Mon Oct 04 2010 Shu KONNO <owa@bg.wakwak.com> 3.2.2-2
+- dropt "--enable-sse --enable-sse2" in configure (on x86_64)
+
 * Sun Oct 03 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.2.2-1
 - updated to 3.2.2
 - added long double precision support

+ 47 - 42
lib/libb/libbtctl/libbtctl-vl.spec

@@ -7,43 +7,41 @@
 ExcludeArch: s390 s390x
 
 Summary: Library for the GNOME Bluetooth Subsystem
-Summary(ja): GNOME Bluetooth 扔皮扑旦氾丞迕仿奶皮仿伉
+Summary(ja): GNOME Bluetooth �萸��瑯�����具��扎��押�
 Name: libbtctl
-Version: 0.10.0
-Release: 6%{?_dist_release}
+Version: 0.11.1
+Release: 1%{?_dist_release}
 License: GPL+
 Group: System Environment/Libraries
 URL: http://live.gnome.org/GnomeBluetooth 
-Source: http://ftp.gnome.org/pub/gnome/sources/libbtctl/0.10/%{name}-%{version}.tar.bz2
-
-#----------------------------------------------------------------------------
-
+Source: http://ftp.gnome.org/pub/gnome/sources/libbtctl/0.11/%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-
-#----------------------------------------------------------------------------
-BuildRequires: autoconf >= 0:2.57, bluez-libs-devel, glib2-devel, gtk-doc
-BuildRequires: openobex-devel >= 0:1.1, pygtk2-devel, gtk2-devel
+#BuildRequires: autoconf >= 0:2.57
+BuildRequires: bluez-libs-devel, glib2-devel, gtk-doc
+BuildRequires: openobex-devel >= 0:1.1
+BuildRequires: pygtk2-devel, gtk2-devel
 BuildRequires: python, python-devel, gettext, automake, libtool, intltool
+Packager: babasaki
 
 %if %{with_mono}
 %{expand BuildRequires: mono-devel gtk-sharp-gapi gtk-sharp}
 %endif
 
 Patch1: libbtctl-bluez4.patch
-Patch2: libbtctl-0.4.1-pydir.patch
-## Patch4: libbtctl-0.6.0-print.patch
+#Patch2: libbtctl-0.4.1-pydir.patch
+#Patch4: libbtctl-0.6.0-print.patch
+Patch5: libbtctl-0.11.1-lib64.patch
 
-#----------------------------------------------------------------------------
 %description
 Library for the GNOME Bluetooth Subsystem
 
 %description -l ja
-GNOME Bluetooth 扔皮扑旦氾丞迕仿奶皮仿伉
+GNOME Bluetooth �萸��瑯�����具��扎��押�
+
 
-#----------------------------------------------------------------------------
 %package devel
 Summary: Development files for libbtctl.
-Summary(ja): libbtctl 釩�及凶戶及DEVEL由永弗□斥
+Summary(ja): libbtctl �讠惣�柴����DEVEL�㻫��晞���
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: glib2-devel
@@ -53,42 +51,44 @@ This package contains the files needed for developing applications,
 which use libbtctl.
 
 %description devel -l ja
-libbtctl 毛銀迕允月失皿伉弗□扑亦件釩�及凶戶卞优邰卅
-目永母□挀及由永弗□斥
+libbtctl �雴蝙�具��卝��𨰜��晞��瑯��喲��箝��麄��怠�閬��
+�塩����潮��柴�����潦�
+
 
-#----------------------------------------------------------------------------
 %prep
 %setup -q
-%patch1 -p0 -b .bluez4
-%patch2 -p1 -b .pydir
-## %patch4 -p1 -b .print
+#%patch1 -p0 -b .bluez4
+#%patch2 -p1 -b .pydir
+#%patch4 -p1 -b .print
+%ifarch x86_64
+%patch5 -p0 -b .lib64
+%endif
 
-aclocal
-automake -a
-intltoolize -c -f
-autoconf
+#aclocal
+#automake -a
+#intltoolize -c -f
+#autoconf
 
 %build
-%configure \
 %if %{with_mono}
-	;
+%configure
 %else
-	--disable-mono
+%configure --disable-mono
 %endif
 
 # %%{?_smp_mflags} does not work
 make 
 
-#----------------------------------------------------------------------------
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
 # we do not want .la files
+rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
-rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/*.a
-rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/*.la
-
+rm -f $RPM_BUILD_ROOT/%{python_sitearch}/*.a
+rm -f $RPM_BUILD_ROOT/%{python_sitearch}/*.la
 %find_lang %name
 
 
@@ -99,12 +99,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %postun -p /sbin/ldconfig
 
-#----------------------------------------------------------------------------
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog NEWS README 
 %{_libdir}/lib*.so.*
-%{_libdir}/python?.?/site-packages/*btctl*
+%{python_sitearch}/*btctl*
 %if %{with_mono}
 %{_libdir}/mono/gac/btctl/*/btctl.dll
 %{_libdir}/mono/libbtctl/btctl.dll
@@ -114,7 +113,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-, root, root)
 %{_libdir}/lib*.so
-%{_libdir}/lib*.a
+#%{_libdir}/lib*.a
 %{_libdir}/pkgconfig/libbtctl.pc
 %{_includedir}/libbtctl
 %{_datadir}/gtk-doc/html/libbtctl
@@ -122,11 +121,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libbtctl-sharp.pc
 %endif
 
-#----------------------------------------------------------------------------
-# Maintainers: babasaki@mindgear.org
-#
-#----------------------------------------------------------------------------
+
 %changelog
+* Mon Oct 04 2010 Shu KONNO <owa@bg.wakwak.com> 0.11.1-1
+- updated libbtctl to 0.11.1
+- dropt Patch2: libbtctl-0.4.1-pydir.patch
+- added Patch5: libbtctl-0.11.1-lib64.patch (on x86_64)
+- uninstall *.a
+- move "Maintainers:" to "packager:"
+- spec in utf-8 (too)
+- changed spec file name as vine style
+- rebuilt with new environment and rpm-4.8.1
+
 * Fri Oct 24  2008 Seiichirou Babasaki 0.10.0-6
 - Update to 0.10.0 (VineSeed)
 - added "# Maintainers: " comments.
@@ -147,7 +153,6 @@ rm -rf $RPM_BUILD_ROOT
 - fixed wrong Source URL 
 - Updated specfile
 
-#----------------------------------------------------------------------------
 * Tue Sep 18 2007 - Ondrej Vasik <ovasik@redhat.com> - 0.9.0-3
 - fixed wrong Source URL 
 

+ 9 - 2
lib/libo/libofx/libofx-vl.spec

@@ -1,8 +1,9 @@
 Summary: A library for supporting Open Financial Exchange (OFX)
 Name: libofx
 Version: 0.9.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Source: http://download.sourceforge.net/libofx/%{name}-%{version}.tar.gz
+Patch0: libofx-0.9.0-glibc-headers.patch
 Group:	System Environment/Libraries
 License: GPL
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -28,10 +29,12 @@ for building applications that use libofx.
 
 %prep
 %setup -q
+%patch0 -p0 -b .glibc-headers
 
 %build
 %configure --with-opensp-libs=%{_libdir}
-make %{?_smp_mflags}
+#make %{?_smp_mflags}
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -62,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Mon Oct 04 2010 Shu KONNO <owa@bg.wakwak.com> 0.9.0-2
+- rebuilt with rpm-4.8.1 for pkg-config
+- added libofx-0.9.0-glibc-headers.patch
+
 * Thu Sep 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.0-1
 - new upstream release
 

+ 4 - 1
p/paps/paps-vl.spec

@@ -3,7 +3,7 @@ Summary(ja):	プレインテキストから Postscript へのコンバータ
 
 Name:		paps
 Version:	0.6.8
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 Group:		Applications/Publishing
 License:	LGPLv2+
@@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libpaps.so
 
 %changelog
+* Mon Oct 04 2010 Shu KONNO <owa@bg.wakwak.com> 0.6.8-2
+- changed spec name as vine style, and rebuilt
+
 * Thu Jun 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 	0.6.8-1
 - initial build for Vine Linux