Browse Source

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

kudoh 12 years ago
parent
commit
35e483b217
3 changed files with 23 additions and 8 deletions
  1. 4 1
      l/l3afpad/l3afpad-vl.spec
  2. 9 4
      t/transmission/transmission-vl.spec
  3. 10 3
      v/viewnior/viewnior-vl.spec

+ 4 - 1
l/l3afpad/l3afpad-vl.spec

@@ -1,7 +1,7 @@
 Summary: Simple text editor forked from Leafpad, supports GTK+ 3.x 
 Summary(ja): GTK+ 3.x をサポートした、leafpad からフォークしたシンプルなテキストエディタ
 Name: l3afpad
-Version: 0.8.18.1.7
+Version: 0.8.18.1.8
 Release: 1%{?_dist_release}
 License: GPLv2
 Source: %{name}-%{version}.tar.xz
@@ -97,6 +97,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 
 
 %changelog
+* Thu Feb 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.18.1.8-1
+- new upstream release
+
 * Sat Jan 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.18.1.7-1
 - new upstream release
 - dropt patch0 to merge upstream

+ 9 - 4
t/transmission/transmission-vl.spec

@@ -1,5 +1,5 @@
 Name:	        transmission
-Version:	2.42
+Version:	2.50
 Release:	1%{?_dist_release}
 Summary:	A lightweight BitTorrent client
 Summary(ja):	軽量な BitTorrent クライアント
@@ -149,7 +149,7 @@ sed -i "s/x-bittorrent;x-scheme-handler\/magnet;/x-bittorrent;/g" \
         gtk/transmission-gtk.desktop.in
 
 %build
-%configure --enable-gtk --disable-static --enable-daemon \
+%configure --disable-static --enable-daemon \
            --enable-utp --enable-nls --enable-cli
 make %{?_smp_mflags} CC=%{__cc}
 #make CFLAGS="$RPM_OPT_FLAGS"
@@ -186,14 +186,14 @@ Name[ja]=Qtransmission Bittorrent クライアント
 GenericName=BitTorrent Client
 GenericName[ja]=BitTorrent クライアント
 Comment=Download and share files over BitTorrent
-Comment[ja]=BitTorrentでファイルをダウンロード及び共有します
+Comment[ja]=BitTorrent でファイルをダウンロード及び共有します
 Exec=transmission-qt %F
 Icon=transmission
 Terminal=false
 Type=Application
 MimeType=application/x-bittorrent;
 Categories=Network;FileTransfer;P2P;Qt;
-NotShowIn=GNOME;XFCE;LXDE;
+NotShowIn=GNOME;MATE;XFCE;LXDE;
 EOF
 
 %clean
@@ -267,6 +267,11 @@ fi
 %{_mandir}/man1/transmission-qt.1*
 
 %changelog
+* Thu Feb 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.50-1
+- new upstream release
+- deleted unrecognized option: --enable-gtk 
+- fixed transmission-qt desktop entry a little
+
 * Wed Nov 09 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.42-1
 - new upstream release
 - aded BuildRequires: gtk3-devel >= 3.2.0

+ 10 - 3
v/viewnior/viewnior-vl.spec

@@ -2,11 +2,11 @@
 # If you would like to set the Gnome background image with Viewnior, rebuild 
 # the srpm with:
 #   rpmbuild --rebuild viewnior-*-src.rpm --with gnome 
-# or use bcond_without to change the defaul
+# or use bcond_without to change the default
 %bcond_with gnome
 
 Name:           viewnior
-Version:        1.1
+Version:        1.2
 Release:        1%{?_dist_release}
 Summary:        Elegant image viewer
 Summary(ja):    エレガントな画像ビューア
@@ -16,6 +16,7 @@ License:        GPLv3+
 URL:            http://xsisqox.github.com/Viewnior
 Source0:        http://cloud.github.com/downloads/xsisqox/Viewnior/%{name}-%{version}.tar.gz
 Patch0:         viewnior-0.7-dsofix.patch
+Patch1:         viewnior-1.2-fix_typo.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  gdk-pixbuf2-devel >= 2.4.0
@@ -48,12 +49,13 @@ its features are:
 %prep
 %setup -q
 %patch0 -p1 -b .dsofix
+%patch1 -p1 -b .orig
 # fix spurious executable perms
 chmod 0644 AUTHORS ChangeLog COPYING NEWS README TODO src/*
 
 
 %build
-%configure \
+%configure --enable-static=no \
 %if %{with gnome}
    --enable-wallpaper
 %endif
@@ -100,6 +102,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Feb 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2-1
+- new upstream release
+- added patch1 to fix typo
+- added configure option: --enable-static=no
+
 * Thu Dec 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1-1
 - initial build for VineSeed