Browse Source

2015-02-04 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* freealut: rebuilt
	* gnome-compiz-manager: fixed spec encoding
	* iverilog: updated
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9327 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
4dc996c5f5

+ 11 - 6
f/freealut/freealut-vl.spec

@@ -2,7 +2,7 @@ Summary:      Open Audio Library Utility Toolkit
 Summary(ja):  オープンオーディオライブラリユーティリティツールキット
 Name:         freealut
 Version:      1.1.0
-Release:      4%{?_dist_release}
+Release:      5%{?_dist_release}
 
 License:      LGPL
 Group:        System Environment/Libraries
@@ -21,8 +21,9 @@ loading sounds in various formats and creating waveforms very easy.
 
 %package devel
 Summary:      Development files for the freealut library
-Requires:     freealut = %{version}
+Summary(ja):  freealut ライブラリの開発用ファイル
 Group:        Development/Libraries
+Requires:     %{name} = %{version}-%{release}
 
 %description devel
 freealut is a highly portable Open Source implementation of ALUT, a
@@ -33,12 +34,12 @@ loading sounds in various formats and creating waveforms very easy.
 %setup -q
 
 %build
-%configure
-%__make %{?_smp_mflags}
+%configure --disable-static
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%__make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT install
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/libalut.la
 
@@ -55,11 +56,15 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/alut.css doc/alut.html
 %{_bindir}/freealut-config
 %{_includedir}/AL/alut.h
-%{_libdir}/libalut.a
+#{_libdir}/libalut.a
 %{_libdir}/libalut.so
 %{_libdir}/pkgconfig/freealut.pc
 
 %changelog
+* Tue Feb  3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.0-5
+- rebuilt on current VineSeed
+- excluded static library
+
 * Wed Mar 16 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.1.0-4
 - rebuild with openal-soft-1.13
 

+ 36 - 32
g/gnome-compiz-manager/gnome-compiz-manager-vl.spec

@@ -1,15 +1,15 @@
 Name:           gnome-compiz-manager
 Version:        0.10.4
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Summary:        Compiz configuration utility
-Summary(ja):    Compiz ÀßÄê¥æ¡¼¥Æ¥£¥ê¥Æ¥£
+Summary(ja):    Compiz 設定ユーティリティ
 
 Group:          User Interface/Desktops
-License:        GPL
+License:        GPLv2 and LGPLv2
 URL:            http://gandalfn.wordpress.com/gnome-compiz-manager/
 Source0:        http://download.gna.org/gcm/gnome-compiz-manager/gnome-compiz-manager-%{version}.tar.gz
 Source1:	desktop.png
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:  intltool
 BuildRequires:  GConf2 
@@ -20,7 +20,7 @@ BuildRequires:  libgnomeui-devel
 BuildRequires:  libgnome-devel
 BuildRequires:  gnome-desktop-devel
 BuildRequires:  librsvg2-devel
-BuildRequires:  gob2
+BuildRequires:  gob2 >= 2.0.14
 BuildRequires:  gettext
 BuildRequires:  desktop-file-utils
 BuildRequires:	libSM-devel
@@ -42,11 +42,12 @@ The goal is not to expose all compiz options but allow a simple
 configuration of compiz.
 
 %package devel
-Summary:  Development files for gnome-compiz-manager
-Summary(ja):  gnome-compiz-manager ¤Î³«È¯¥Õ¥¡¥¤¥ë
-Group:    Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig
+Summary:     Development files for gnome-compiz-manager
+Summary(ja): gnome-compiz-manager �開発ファイル
+Group:       Development/Libraries
+Requires:    %{name} = %{version}-%{release}
+Requires:    pkgconfig
+
 %description devel
 Development files for gnome-compiz-manager
 
@@ -56,7 +57,7 @@ Development files for gnome-compiz-manager
 cp %{SOURCE1} data
 
 %build
-%configure --disable-rpath
+%configure --disable-rpath --disable-static
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
@@ -70,13 +71,12 @@ desktop-file-install --vendor="fedora"                          \
         --delete-original                                       \
         --dir=${RPM_BUILD_ROOT}%{_datadir}/applications         \
         $RPM_BUILD_ROOT%{_datadir}/applications/gnome-compiz-preferences.desktop
-rm $RPM_BUILD_ROOT/%{_libdir}/*.la
-rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/*.la
-# kill static libs
-rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/*.a
-rm $RPM_BUILD_ROOT/%{_libdir}/*.a
-# empty
-rm $RPM_BUILD_ROOT/%{_docdir}/%{name}/README
+
+rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT/%{_libdir}/%{name}/*.la
+
+# documents will be gathered manually at %files section
+rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}
 
 %find_lang %{name}
 
@@ -85,35 +85,35 @@ rm -rf $RPM_BUILD_ROOT
 
 %pre
 if [ "$1" -gt 1 ]; then
-export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-uninstall-rule \
-  %{_sysconfdir}/gconf/schemas/gnome-compiz-preferences.schemas >/dev/null || :
-# If the schema file has ever been renamed::
-#gconftool-2 --makefile-uninstall-rule \
-#  %{_sysconfdir}/gconf/schemas/[OLDNAME].schemas > /dev/null || :
-killall -HUP gconfd-2 &> /dev/null || :
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+    gconftool-2 --makefile-uninstall-rule \
+		%{_sysconfdir}/gconf/schemas/gnome-compiz-preferences.schemas >/dev/null || :
+    # If the schema file has ever been renamed::
+    #gconftool-2 --makefile-uninstall-rule \
+    #  %{_sysconfdir}/gconf/schemas/[OLDNAME].schemas > /dev/null || :
+    killall -HUP gconfd-2 &> /dev/null || :
 fi
 
 %post 
 /sbin/ldconfig
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule \
-  %{_sysconfdir}/gconf/schemas/gnome-compiz-preferences.schemas > /dev/null || :
-  killall -HUP gconfd-2 &> /dev/null || :
+    %{_sysconfdir}/gconf/schemas/gnome-compiz-preferences.schemas > /dev/null || :
+killall -HUP gconfd-2 &> /dev/null || :
   
 %preun
 if [ "$1" -eq 0 ]; then
-export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-uninstall-rule \
-%{_sysconfdir}/gconf/schemas/gnome-compiz-preferences.schemas > /dev/null || :
-killall -HUP gconfd-2 &> /dev/null || :
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+    gconftool-2 --makefile-uninstall-rule \
+		%{_sysconfdir}/gconf/schemas/gnome-compiz-preferences.schemas > /dev/null || :
+    killall -HUP gconfd-2 &> /dev/null || :
 fi
 
 %postun -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc %{_docdir}/*
+%doc AUTHORS COPYING* ChangeLog INSTALL NEWS
 %{_bindir}/*
 %{_mandir}/*/*
 %{_sysconfdir}/gconf/schemas/*
@@ -131,6 +131,10 @@ fi
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Feb  3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.10.4-3
+- rebuilt on current VineSeed
+- fixed spec encoding to UTF-8 (BTS #2784)
+				
 * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-2
 - rebuild with rpm-4.8.1 for pkg-config file
 - add BuildRequires: libSM-devel

+ 13 - 13
i/iverilog/iverilog-vl.spec

@@ -14,13 +14,13 @@
 %define      snapshot 20091230
 
 Name:        iverilog
-Version:     0.9.5
+Version:     0.9.7
 Release:     1%{?_dist_release}
-Summary:     Icarus Verilog is a verilog compiler and simulator
+Summary:     A Verilog simulation and synthesis tool
 
 Group:       Applications/Engineering
 License:     GPLv2
-URL:         http://www.icarus.com/eda/verilog/index.html
+URL:         http://iverilog.icarus.com/
 
 # Development Snapshot Download :
 # git clone git://icarus.com/~steve-icarus/verilog
@@ -31,14 +31,14 @@ URL:         http://www.icarus.com/eda/verilog/index.html
 Source0:       ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-%{version}.tar.gz
 
 BuildRoot:   %{_tmppath}/%{name}-%{version}-root
-
-BuildRequires: zlib-devel
-BuildRequires: bzip2-devel
+BuildRequires: autoconf
 BuildRequires: bison
+BuildRequires: bzip2-devel
 BuildRequires: flex
 BuildRequires: gperf
-BuildRequires: autoconf
-
+BuildRequires: ncurses-devel
+BuildRequires: readline-devel
+BuildRequires: zlib-devel
 
 %description
 Icarus Verilog is a Verilog compiler that generates a variety of
@@ -81,9 +81,7 @@ make         prefix=%{buildroot}%{_prefix} \
              mandir=%{buildroot}%{_mandir}  \
              vpidir=%{buildroot}%{_libdir}/ivl/ \
              INSTALL="install -p" \
-install
-
-
+	     install
 
 %check
 make check
@@ -110,8 +108,10 @@ rm -rf %{buildroot}
 
 
 %changelog
-* Mon Feb 06 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 0.9.5-1
-- new upstream release
+* Sun Feb  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.9.7-1
+- updated to 0.9.7
+- built on current VineSeed
+- added BR: ncurses-devel, readline-devel
 
 * Sun Jun 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.9.2-1
 - Initial build for Vine Linux