Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10328 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 8 years ago
parent
commit
b0433f3115

+ 12 - 5
a/audacity/audacity-vl.spec

@@ -1,14 +1,14 @@
 Summary:	A Free, Cross-Platform Digital Audio Editor
 Summary(ja): 	フリーでクロスプラットフォームなオーディオエディタ
 Name:		audacity
-Version:	2.0.5
-Release: 	3%{?_dist_release}
+Version:	2.1.2
+Release: 	1%{?_dist_release}
 Source0:	%{name}-minsrc-%{version}.tar.xz
 License:	GPL
 Group:		Applications/Multimedia
 URL:		http://audacity.sourceforge.net/
 
-BuildRequires: wxGTK-devel
+BuildRequires: wxGTK3-devel
 #BuildRequires:	libmad-devel
 BuildRequires: libsndfile-devel, libogg-devel
 BuildRequires: flac-devel, libid3tag-devel, expat-devel
@@ -44,11 +44,12 @@ Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティン
 
 
 %prep
-%setup -q -n %{name}-src-%{version}
+%setup -q -n %{name}-minsrc-%{version}
 
 
 %build
-%configure --without-libmad \
+%configure --with-wx-config=%{_bindir}/wx-config-3.0 \
+           --without-libmad \
            --without-ffmpeg
 %{__make} %{?_smp_mflags}
 
@@ -81,6 +82,7 @@ Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティン
 %{_datadir}/icons/hicolor/48x48/apps/audacity.png
 %{_datadir}/icons/hicolor/scalable/apps/audacity.svg
 %{_datadir}/mime/packages/audacity.xml
+%{_datadir}/appdata/audacity.appdata.xml
 %{_datadir}/pixmaps/audacity.xpm
 %{_datadir}/pixmaps/audacity16.xpm
 %{_datadir}/pixmaps/audacity32.xpm
@@ -88,6 +90,11 @@ Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティン
 %{_mandir}/man1/audacity.1*
 
 %changelog
+* Tue May 24 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.1.2-1
+- new usprtream release
+- changed BuildRequires: wxGTK-devel to wxGTK3-devel
+- fixed %%files
+
 * Thu May 05 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.5-3
 - rebuilt with soundtouch-1.9.2
 

+ 8 - 2
p/python-dulwich/python-dulwich-vl.spec

@@ -3,7 +3,7 @@
 %global srcname dulwich
 
 Name:           python-%{srcname}
-Version:        0.9.4
+Version:        0.13.0
 Release:        1%{?_dist_release}
 Summary:        A python implementation of the Git file formats and protocols
 Summary(ja):    Git ファイルフォーマットとプロトコルの python 実装
@@ -40,6 +40,8 @@ CFLAGS="%{optflags}" %{__python} setup.py build
 rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
 
+rm -rf %{buildroot}%{python_sitearch}/docs
+
 
 %clean
 rm -rf %{buildroot}
@@ -67,7 +69,7 @@ nosetests test_web.py
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING HACKING NEWS README docs/
+%doc AUTHORS COPYING NEWS docs/
 %{_bindir}/dul-*
 %{_bindir}/%{srcname}
 %{python_sitearch}/%{srcname}*
@@ -75,6 +77,10 @@ nosetests test_web.py
 
 
 %changelog
+* Tue May 24 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.13.0-1
+- new upstream release
+- fixed %%doc
+
 * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.4-1
 - new upstream release
 

+ 6 - 2
p/python-urwid/python-urwid-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name:          python-urwid
-Version:       1.1.1
+Version:       1.3.1
 Release:       1%{?_dist_release}
 Summary:       Console user interface library
 Summary(ja):   コンソールユーザーインターフェースライブラリ
@@ -49,11 +49,15 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG examples
+%doc COPYING README.rst examples
 %{python_sitearch}/urwid
 %{python_sitearch}/urwid-%{version}*.egg-info
 
 %changelog
+* Tue May 24 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.1-1
+- new upstream release
+- fixed %%doc
+
 * Fri Nov 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.1-1
 - new upstream release