Browse Source

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

kudoh 11 years ago
parent
commit
3d17f965d8
2 changed files with 15 additions and 9 deletions
  1. 9 6
      a/audacity/audacity-vl.spec
  2. 6 3
      x/xmlcopyeditor/xmlcopyeditor-vl.spec

+ 9 - 6
a/audacity/audacity-vl.spec

@@ -2,18 +2,18 @@ Summary:	A Free, Cross-Platform Digital Audio Editor
 Summary(ja): 	フリーでクロスプラットフォームなオーディオエディタ
 Name:		audacity
 Version:	2.0.0
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 Source0:	%{name}-minsrc-%{version}.tar.bz2
 License:	GPL
 Group:		Applications/Multimedia
 URL:		http://audacity.sourceforge.net/
 
-BuildRequires:	wx-gtk2-devel
+BuildRequires: wxGTK-devel
 #BuildRequires:	libmad-devel
-BuildRequires:	libsndfile-devel, libogg-devel
-BuildRequires:	flac-devel, libid3tag-devel, expat-devel
-BuildRequires:	libsamplerate-devel, libvorbis-devel
-BuildRequires:  soundtouch-devel
+BuildRequires: libsndfile-devel, libogg-devel
+BuildRequires: flac-devel, libid3tag-devel, expat-devel
+BuildRequires: libsamplerate-devel, libvorbis-devel
+BuildRequires: soundtouch-devel
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 
@@ -87,6 +87,9 @@ Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティン
 %{_mandir}/man1/audacity.1*
 
 %changelog
+* Wed Jul 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.0-2
+- changed BuildRequires: wx-gtk2-devel to wxGTK-devel
+
 * Fri Jun 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.0-1
 - new usprtream release
 - added BuildRequires: soundtouch-devel

+ 6 - 3
x/xmlcopyeditor/xmlcopyeditor-vl.spec

@@ -1,10 +1,10 @@
 %define _ver 1.2.0.6
 %define _rel 2
 Summary: Fast, free, validating XML editor
-Summary(ja): 高速なXML検証エディタ
+Summary(ja): 高速な XM L検証エディタ
 Name: xmlcopyeditor
 Version: %{_ver}.%{_rel}
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 URL: http://xml-copy-editor.sourceforge.net/
 Source0: xmlcopyeditor-%{_ver}-%{_rel}.tar.gz
@@ -17,7 +17,7 @@ BuildRequires: xerces-c xerces-c-devel
 BuildRequires: libxml-devel
 BuildRequires: libxslt-devel
 BuildRequires: expat-devel
-BuildRequires: wx-gtk2-devel >= 2.8
+BuildRequires: wxGTK-devel >= 2.8
 
 %description
 XML Copy Editor is an XML editor focusing on editing document markup languages like
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}
 
 %changelog
+* Wed Jul 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.0.6.2-2
+- changed Buildrequires: wx-gtk2-devel >= 2.8 to wxGTK-devel >= 2.8
+
 * Tue Feb 23 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.0.6.2-1
 - initial build for vine seed