Browse Source

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

kudoh 11 years ago
parent
commit
78cdf22fca
4 changed files with 34 additions and 15 deletions
  1. 9 3
      a/audacity/audacity-vl.spec
  2. 10 4
      m/midori/midori-vl.spec
  3. 9 6
      p/parcellite/parcellite-vl.spec
  4. 6 2
      u/uget/uget-vl.spec

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

@@ -1,9 +1,9 @@
 Summary:	A Free, Cross-Platform Digital Audio Editor
 Summary(ja): 	フリーでクロスプラットフォームなオーディオエディタ
 Name:		audacity
-Version:	2.0.2
+Version:	2.0.3
 Release: 	1%{?_dist_release}
-Source0:	%{name}-minsrc-%{version}.tar.bz2
+Source0:	%{name}-minsrc-%{version}.tar.xz
 License:	GPL
 Group:		Applications/Multimedia
 URL:		http://audacity.sourceforge.net/
@@ -14,6 +14,7 @@ BuildRequires: libsndfile-devel, libogg-devel
 BuildRequires: flac-devel, libid3tag-devel, expat-devel
 BuildRequires: libsamplerate-devel, libvorbis-devel
 BuildRequires: soundtouch-devel
+BuildRequires: cmake
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 
@@ -69,7 +70,7 @@ Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティン
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc LICENSE.txt README.txt
+%doc %{_datadir}/doc/*
 %{_bindir}/audacity
 %{_datadir}/audacity
 %{_datadir}/applications/audacity.desktop
@@ -87,6 +88,11 @@ Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティン
 %{_mandir}/man1/audacity.1*
 
 %changelog
+* Sat Feb 09 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.3-1
+- new usprtream release
+- changed source archive type to xz
+- added BuildRequires: cmake
+
 * Sat Aug 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.2-1
 - new usprtream release
 

+ 10 - 4
m/midori/midori-vl.spec

@@ -1,7 +1,7 @@
 Summary:	A lightweight GTK+ web browser
 Summary(ja):	軽量な GTK+ ウェブブラウザ
 Name:		midori
-Version:	0.4.7
+Version:	0.4.8
 Release:        1%{?_dist_release}
 
 Group:		Applications/Internet
@@ -105,8 +105,8 @@ export CFLAGS="%{optflags}"
         --docdir=%{_docdir}/%{name}-%{version}  \
         --libdir=%{_libdir}                     \
 	--enable-apidocs			\
-        configure \
-	    --disable-hildon --enable-gtk3
+	--disable-zeitgeist                     \
+        configure --enable-gtk3
 ./waf %{?_smp_mflags} build
 
 %install
@@ -156,10 +156,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_includedir}/%{name}-0.4/
 
 %changelog
+* Sun Feb 10 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.8-1
+- new upstream release
+- fixed %%configure option
+  - deleted --disable-hildon
+  - added --disable-zeitgeist
+
 * Sat Sep 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.7-1
 - new upstream release
 - refreshed patch0
-- used GTK3 toolkit temporary
+- used GTK3 toolkit
   - added BuildRequires: WebKit3-gtk-devel, gtk3-devel >= 3.0.0, unique3-devel >= 0.9
 
 * Tue May 15 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.6-1

+ 9 - 6
p/parcellite/parcellite-vl.spec

@@ -1,13 +1,13 @@
 Name:           parcellite
-Version:        1.0.2
-Release:        1.rc5%{?_dist_release}
+Version:        1.1.4
+Release:        1%{?_dist_release}
 Summary:        A lightweight GTK+ clipboard manager
 Summary(ja):    軽量な GTK+ クリップボードマネージャ
 
 Group:          Applications/Accessories
 License:        GPLv3+
 URL:            http://%{name}.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}rc5.tar.gz
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 	
 Patch1:         parcellite-0.9.2-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
@@ -34,7 +34,7 @@ Parcellite はシンプルさを好む人々のための使用メモリ量が小
  パネルをインストールしなければなりません。
 
 %prep
-%setup -q -n %{name}-1.0.2rc5
+%setup -q -n %{name}-%{version}
 %patch1 -p1 -b .dsofix
 
 %build
@@ -73,7 +73,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sat Mar 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2rc5-1
+* Sat Feb 09 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.4-1
+- new upstream release
+
+* Sun Mar 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2rc5-1
 - new upstream release
 
 * Sat Sep 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2rc4-1
@@ -82,7 +85,7 @@ rm -rf $RPM_BUILD_ROOT
 * Tue Jun 21 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2rc2-1
 - new upstream release
 
-* Tue Dec 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.3-1
+* Wed Dec 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.3-1
 - new upstream release
 - deleted wrong comment in 0.9.2-2
 

+ 6 - 2
u/uget/uget-vl.spec

@@ -1,4 +1,4 @@
-%define _version 1.10.2
+%define _version 1.10.3
 Name:		uget
 Version:	%{_version}
 Release:	1%{?_dist_release}
@@ -66,9 +66,13 @@ update-desktop-database > /dev/null 2>&1 || :
 %{_bindir}/%{name}-gtk
 %{_datadir}/applications/%{name}-gtk.desktop
 %{_datadir}/icons/*
+%{_datadir}/pixmaps/*
 %{_datadir}/sounds/*
 
 %changelog
+* Sat Feb 09 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.10.3-1
+- new upstream release
+
 * Sun Oct 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.10.2-1
 - new upstream release
 
@@ -114,7 +118,7 @@ update-desktop-database > /dev/null 2>&1 || :
 - new upstream release
 - applied new naming policy to spec
 
-* Wed Jan 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0.1-2
+* Sun Jan 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0.1-2
 - added Patch1 from Fedora to fix segv when invalid uri is passed to the argument
 
 * Wed Dec 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0.1-1