source: projects/specs/trunk/f/filezilla/filezilla-vl.spec @ 5136

Revision 5136, 10.4 KB checked in by kudoh, 13 years ago (diff)

Name: filezilla
Version: 3.5.2
Release: 1%{?_dist_release}
Summary: FileZilla? is a cross-platform graphical FTP, FTPS and SFTP client
Summary(ja): FileZilla? - クロスプラットフォームのグラフィカルな FTP/FTPS/SFTP クライアント

Group: Applications/Internet?
License: GPLv2+
URL:  http://filezilla-project.org/
Source0:  http://downloads.sourceforge.net/%{name}/FileZilla_%{version}_src.tar.bz2
Buildroot: %{_tmppath}/%{name}-%{version}-root

## Needed if autogen.sh is invoked
#BuildRequires?: automake, autoconf, libtool
##
## Needed if test program is build
BuildRequires?: cppunit-devel >= 1.10.2
##
BuildRequires?: dbus-devel
BuildRequires?: desktop-file-utils
BuildRequires?: gettext
BuildRequires?: gnutls-devel >= 2.8.3
BuildRequires?: libidn-devel
BuildRequires?: tinyxml-devel >= 2.5.3
BuildRequires?: wx-gtk2-devel >= 2.8.9
BuildRequires?: gtk2-devel
BuildRequires?: xdg-utils
BuildRequires?: sqlite3-devel >= 3.7

Requires: xdg-utils

%description
FileZilla? is a FTP, FTPS and SFTP client for Linux with a lot of features.

  • Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP)
  • Cross-platform
  • Available in many languages
  • Supports resume and transfer of large files >4GB
  • Easy to use Site Manager and transfer queue
  • Drag & drop support
  • Speed limits
  • Filename filters
  • Network configuration wizard

%description -l ja
FileZilla? は多くの機能を備えた Linux のための FTP/FTPS/SFTP クライアントです。

  • FTP, FTP over SSL/TLS (FTPS) と SSH File Transfer Protocol (SFTP) をサポート
  • クロスプラットフォーム
  • 多言語で利用可能
  • レジュームと4GB以上の巨大なファイルの転送をサポート
  • 使いやすいサイトマネージャと転送キュー
  • ドラッグ&ドロップをサポート
  • 速度制限
  • ファイルネームフィルタ
  • ネットワーク設定ウィザード

%prep
%setup -q -n %{name}-%{version}

#sed -i -e 's/2.0.4/1.6.3/' configure.in

# Run autotools if needed
# sh autoconf

%build
%configure \

--disable-static \
--enable-locales \
--disable-manualupdatecheck \
--with-tinyxml=system \
--disable-autoupdatecheck

## Do not use --enable-buildtype=official
## that option enables the "check for updates" dialog to download
## new binaries from the official website.

# Remove the timyxml internal static lib to configure will not fails
#rm -rf src/tinyxml/

make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"

for i in 16x16 32x32 48x48 ; do

mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}/apps
ln -sf ../../../../%{name}/resources/${i}/%{name}.png \

$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}/apps/%{name}.png

done

rm -rf $RPM_BUILD_ROOT%{_datadir}/pixmaps

desktop-file-install --vendor "vine" \

--delete-original \
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%check
make check

%clean
rm -rf $RPM_BUILD_ROOT

%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then

%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor

fi

:

%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then

%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor

fi

:

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog? COPYING NEWS
#%doc %{_datadir}/%{name}/docs/*
%{_bindir}/*
%{_datadir}/filezilla/*
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_mandir}/man1/*
%{_mandir}/man5/*

%changelog

  • Fri Nov 11 2011 Toshiharu Kudoh <toshi.kd2@…> - 3.5.2-1
  • Update to 3.5.2
  • Wed Sep 06 2011 Toshiharu Kudoh <toshi.kd2@…> - 3.5.1-1
  • Update to 3.5.1
  • Wed May 25 2011 Toshiharu Kudoh <toshi.kd2@…> - 3.5.0-1
  • Update to 3.5.0
  • added BuildRequires?: sqlite3-devel >= 3.7
  • Sat Apr 30 2011 Toshiharu Kudoh <toshi.kd2@…> - 3.4.0-1
  • Update to 3.4.0
  • Mon Nov 22 2010 Toshiharu Kudoh <toshi.kd2@…> - 3.3.5.1-1
  • Update to 3.3.5.1
  • Mon Nov 15 2010 Toshiharu Kudoh <toshi.kd2@…> - 3.3.5-1
  • Update to 3.3.5
  • Mon Aug 16 2010 Toshiharu Kudoh <toshi.kd2@…> - 3.3.4.1-1
  • Update to 3.3.4.1
  • reverted --with-tinyxml=system
  • Sun Aug 15 2010 Toshiharu Kudoh <toshi.kd2@…> - 3.3.4-1
  • Update to 3.3.4
  • changed --with-tinyxml=system to --with-tinyxml=builtin
  • Tue Jun 15 2010 Toshiharu Kudoh <toshi.kd2@…> - 3.3.3-1
  • Update to 3.3.3
  • Tue Mar 23 2010 Toshiharu Kudoh <toshi.kd2@…> - 3.3.2.1-1
  • Update to 3.3.2.1
  • Sat Feb 27 2010 Toshiharu Kudoh <toshi.kd2@…> - 3.3.2-3
  • fixed release number
  • Fri Feb 26 2010 Toshiharu Kudoh <toshi.kd2@…> - 3.3.2-2
  • added BuildRequires?: gtk2-devel
  • Mon Feb 22 2010 Toshiharu Kudoh <toshi.kd2@…> - 3.3.2-1
  • Update to 3.3.2
  • Mon Feb 1 2010 Toshiharu Kudoh <toshi.kd2@…> - 3.3.1-3
  • added BuildRequires?: xdg-utils (see [VineSeed:19904])
  • added Requires: xdg-utils
  • Sun Jan 24 2010 Toshiharu Kudoh <toshi.kd2@…> - 3.3.1-2
  • added BuildRequires?: dbus-devel (see [BTS:VineLinux:0898])
  • changed Summary(ja) and description -l ja a little
  • Tue Jan 5 2010 Toshiharu Kudoh <toshi.kd2@…> - 3.3.1-1
  • Update to 3.3.1
  • Tue Nov 17 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.3.0.1-1
  • Update to 3.3.0.1
  • Tue Nov 11 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.3.0-1
  • Update to 3.3.0
  • Sun Oct 11 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.2.8.1-1
  • Update to 3.2.8.1
  • Sun Oct 4 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.2.8-1
  • Update to 3.2.8
  • Tue Sep 1 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.2.7.1-1
  • Update to 3.2.7.1
  • changed BuildRequires?: gnutls-devel >= 2.8.3
  • Thu Jul 2 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.2.6.1-1vl5
  • Update to 3.2.6.1
  • Mon Jun 29 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.2.6-1vl5
  • Update to 3.2.6
  • Tue Jun 16 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.2.5-1vl5
  • Update to 3.2.5
  • changed summary, summary(ja)
  • Wed Apr 29 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.2.4.1-1vl5
  • Update to 3.2.4.1
  • Wed Apr 22 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.2.4-1vl5
  • Update to 3.2.4
  • Fri Mar 27 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.2.3.1-1vl5
  • Update to 3.2.3.1
  • Sun Mar 23 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.2.3-1vl5
  • Update to 3.2.3
  • fixed .desktop name
  • Mon Feb 23 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.2.2.1-1vl5
  • Update to 3.2.2.1
  • added description -l ja, Summary(ja)
  • Sat Feb 21 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.2.2-1vl5
  • Update to 3.2.2
  • Sat Feb 7 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.2.1-1vl5
  • Update to 3.2.1
  • fixed %files
  • Wed Jan 21 2009 Toshiharu Kudoh <toshi.kd2@…> - 3.2.0-1vl5
  • initial build for VineSeed
  • modified Buildroot
  • modified BuildRequires?: wx-gtk2-devel (wxGTK's Vine package)
  • modified %install (--vendor "Vine")
  • Fri Oct 24 2008 kwizart < kwizart at gmail.com > - 3.1.5-1
  • Update to 3.1.5
  • Fri Oct 17 2008 kwizart < kwizart at gmail.com > - 3.1.4.1-1
  • Update to 3.1.4.1
  • Sat Oct 11 2008 kwizart < kwizart at gmail.com > - 3.1.4-0.1.rc1
  • Update to 3.1.4-rc1
  • Mon Sep 29 2008 kwizart < kwizart at gmail.com > - 3.1.3.1-1
  • Update to 3.1.3.1
  • Tue Sep 23 2008 kwizart < kwizart at gmail.com > - 3.1.3-1
  • Update to 3.1.3
  • Mon Sep 1 2008 kwizart < kwizart at gmail.com > - 3.1.2-1
  • Update to 3.1.2
  • Thu Aug 14 2008 kwizart < kwizart at gmail.com > - 3.1.1.1-1
  • Update to 3.1.1.1
  • Mon Aug 11 2008 kwizart < kwizart at gmail.com > - 3.1.1-1
  • Update to 3.1.1
  • Fri Jul 25 2008 kwizart < kwizart at gmail.com > - 3.1.0.1-1
  • Update to 3.1.0.1 - Security update
  • Mon Jul 14 2008 kwizart < kwizart at gmail.com > - 3.1.0-0.1.beta2
  • Update to 3.1.0-beta2
  • Tue Jul 8 2008 kwizart < kwizart at gmail.com > - 3.0.11.1-1
  • Update to 3.0.11.1
  • Mon Jun 16 2008 kwizart < kwizart at gmail.com > - 3.0.11-1
  • Update to 3.0.11
  • Create patch for a shared tinyxml.
  • Add support for hicolor icons.
  • Wed May 21 2008 kwizart < kwizart at gmail.com > - 3.0.10-1
  • Update to 3.0.10
  • Wed May 7 2008 kwizart < kwizart at gmail.com > - 3.0.9.3-1
  • Update to 3.0.9.3
  • Sat Apr 19 2008 kwizart < kwizart at gmail.com > - 3.0.9.2-1
  • Update to 3.0.9.2
  • Mon Apr 7 2008 kwizart < kwizart at gmail.com > - 3.0.9.1-1
  • Update to 3.0.9.1
  • Mon Apr 7 2008 kwizart < kwizart at gmail.com > - 3.0.9-1
  • Update to 3.0.9
  • Mon Mar 31 2008 kwizart < kwizart at gmail.com > - 3.0.9-0.1.rc1
  • Update to 3.0.9-rc1
  • Tue Mar 18 2008 kwizart < kwizart at gmail.com > - 3.0.8.1-1
  • Update to 3.0.8.1
  • Add patch for make check
  • Fri Mar 14 2008 kwizart < kwizart at gmail.com > - 3.0.8-1
  • Update to 3.0.8
  • Fri Mar 7 2008 kwizart < kwizart at gmail.com > - 3.0.8-0.1.rc1
  • Update to 3.0.8-rc1
  • Thu Feb 20 2008 kwizart < kwizart at gmail.com > - 3.0.7.1-1
  • Update to 3.0.7.1
  • Thu Jan 31 2008 kwizart < kwizart at gmail.com > - 3.0.6-1
  • Update to 3.0.6
  • Thu Jan 17 2008 kwizart < kwizart at gmail.com > - 3.0.5.2-1
  • Update to 3.0.5.2
  • Drop update desktop file in post and postun
  • Thu Jan 10 2008 kwizart < kwizart at gmail.com > - 3.0.4-1
  • Update to 3.0.4
  • Wed Nov 7 2007 kwizart < kwizart at gmail.com > - 3.0.3-1
  • Update to 3.0.3
  • Fri Oct 19 2007 kwizart < kwizart at gmail.com > - 3.0.2.1-1
  • Update to 3.0.2.1
  • Sat Sep 22 2007 kwizart < kwizart at gmail.com > - 3.0.1-1
  • Update to 3.0.1
  • Sun Sep 9 2007 kwizart < kwizart at gmail.com > - 3.0.0-1
  • Update to 3.0.0 (final)
  • Add vendor field for .desktop
  • Mon Sep 3 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.3.rc3
  • Update to 3.0.0rc3
  • Add BR gawk
  • Improve description/summary
  • Removed dual listed doc file
  • Mon Aug 27 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.2.rc2
  • Update to 3.0.0-rc2
  • Upstream now install their own desktop file and pixmap
  • Mon Aug 13 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.2.rc1
  • Update to 3.0.0-rc1
  • Enable make check
  • Fri Jul 27 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.1.beta11
  • Update to beta11
  • Wed Jun 5 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.1.beta10
  • Update to beta10
  • Sat May 26 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.1.beta8
  • Update to beta8
  • Tue Mar 13 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.1.beta7
  • Update to beta7
  • Tue Mar 13 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.1.beta6
  • Initial package.
Line 
1Name:           filezilla
2Version:        3.5.2
3Release:        1%{?_dist_release}
4Summary:        FileZilla is a cross-platform graphical FTP, FTPS and SFTP client
5Summary(ja):    FileZilla - クロスプラットフォームのグラフィカルな FTP/FTPS/SFTP クライアント
6
7Group:          Applications/Internet
8License:        GPLv2+
9URL:            http://filezilla-project.org/
10Source0:        http://downloads.sourceforge.net/%{name}/FileZilla_%{version}_src.tar.bz2
11Buildroot:      %{_tmppath}/%{name}-%{version}-root
12
13## Needed if autogen.sh is invoked
14#BuildRequires:  automake, autoconf, libtool
15##
16## Needed if test program is build
17BuildRequires:  cppunit-devel >= 1.10.2
18##
19BuildRequires:  dbus-devel
20BuildRequires:  desktop-file-utils
21BuildRequires:  gettext
22BuildRequires:  gnutls-devel >= 2.8.3
23BuildRequires:  libidn-devel
24BuildRequires:  tinyxml-devel >= 2.5.3
25BuildRequires:  wx-gtk2-devel >= 2.8.9
26BuildRequires:  gtk2-devel
27BuildRequires:  xdg-utils
28BuildRequires:  sqlite3-devel >= 3.7
29
30Requires:  xdg-utils
31
32
33%description
34FileZilla is a FTP, FTPS and SFTP client for Linux with a lot of features.
35- Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP)
36- Cross-platform
37- Available in many languages
38- Supports resume and transfer of large files >4GB
39- Easy to use Site Manager and transfer queue
40- Drag & drop support
41- Speed limits
42- Filename filters
43- Network configuration wizard
44
45%description -l ja
46FileZilla は多くの機能を備えた Linux のための FTP/FTPS/SFTP クライアントです。
47
48- FTP, FTP over SSL/TLS (FTPS) と SSH File Transfer Protocol (SFTP) をサポート
49- クロスプラットフォーム
50- 多言語で利用可能
51- レジュームと4GB以上の巨大なファイルの転送をサポート
52- 使いやすいサイトマネージャと転送キュー
53- ドラッグ&ドロップをサポート
54- 速度制限
55- ファイルネームフィルタ
56- ネットワーク設定ウィザード
57
58%prep
59%setup -q -n %{name}-%{version}
60
61#sed -i -e 's/2.0.4/1.6.3/' configure.in
62
63# Run autotools if needed
64# sh autoconf
65
66
67%build
68%configure \
69  --disable-static \
70  --enable-locales \
71  --disable-manualupdatecheck \
72  --with-tinyxml=system \
73  --disable-autoupdatecheck
74
75## Do not use --enable-buildtype=official
76## that option enables the "check for updates" dialog to download
77## new binaries from the official website.
78
79# Remove the timyxml internal static lib to configure will not fails
80#rm -rf src/tinyxml/
81
82make %{?_smp_mflags}
83
84
85%install
86rm -rf $RPM_BUILD_ROOT
87make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
88
89for i in 16x16 32x32 48x48 ; do
90  mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}/apps
91  ln -sf ../../../../%{name}/resources/${i}/%{name}.png \
92    $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}/apps/%{name}.png
93done
94
95rm -rf $RPM_BUILD_ROOT%{_datadir}/pixmaps
96
97desktop-file-install --vendor "vine" \
98  --delete-original \
99  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
100  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
101
102
103%find_lang %{name}
104
105%check
106make check
107
108%clean
109rm -rf $RPM_BUILD_ROOT
110
111
112%post
113touch --no-create %{_datadir}/icons/hicolor
114if [ -x %{_bindir}/gtk-update-icon-cache ]; then
115  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
116fi || :
117
118%postun
119touch --no-create %{_datadir}/icons/hicolor
120if [ -x %{_bindir}/gtk-update-icon-cache ]; then
121  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
122fi || :
123
124
125%files -f %{name}.lang
126%defattr(-,root,root,-)
127%doc AUTHORS ChangeLog COPYING NEWS
128#%doc %{_datadir}/%{name}/docs/*
129%{_bindir}/*
130%{_datadir}/filezilla/*
131%{_datadir}/applications/*%{name}.desktop
132%{_datadir}/icons/hicolor/*/apps/%{name}.png
133%{_mandir}/man1/*
134%{_mandir}/man5/*
135
136
137%changelog
138* Fri Nov 11 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.5.2-1
139- Update to 3.5.2
140
141* Wed Sep 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.5.1-1
142- Update to 3.5.1
143
144* Wed May 25 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.5.0-1
145- Update to 3.5.0
146- added BuildRequires: sqlite3-devel >= 3.7
147
148* Sat Apr 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.0-1
149- Update to 3.4.0
150
151* Mon Nov 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.5.1-1
152- Update to 3.3.5.1
153
154* Mon Nov 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.5-1
155- Update to 3.3.5
156
157* Mon Aug 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.4.1-1
158- Update to 3.3.4.1
159- reverted --with-tinyxml=system
160
161* Sun Aug 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.4-1
162- Update to 3.3.4
163- changed --with-tinyxml=system to --with-tinyxml=builtin
164
165* Tue Jun 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.3-1
166- Update to 3.3.3
167
168* Tue Mar 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.2.1-1
169- Update to 3.3.2.1
170
171* Sat Feb 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.2-3
172- fixed release number
173
174* Fri Feb 26 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.2-2
175- added BuildRequires:  gtk2-devel
176
177* Mon Feb 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.2-1
178- Update to 3.3.2
179
180* Mon Feb 1 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.1-3
181- added BuildRequires: xdg-utils (see [VineSeed:19904])
182- added Requires:  xdg-utils
183
184* Sun Jan 24 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.1-2
185- added BuildRequires: dbus-devel (see [BTS:VineLinux:0898])
186- changed Summary(ja) and description -l ja a little
187
188* Tue Jan 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.1-1
189- Update to 3.3.1
190
191* Tue Nov 17 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.0.1-1
192- Update to 3.3.0.1
193
194* Tue Nov 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.0-1
195- Update to 3.3.0
196
197* Sun Oct 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.8.1-1
198- Update to 3.2.8.1
199
200* Sun Oct 4 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.8-1
201- Update to 3.2.8
202
203* Tue Sep 1 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.7.1-1
204- Update to 3.2.7.1
205- changed BuildRequires:  gnutls-devel >= 2.8.3
206
207* Thu Jul 2 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.6.1-1vl5
208- Update to 3.2.6.1
209
210* Mon Jun 29 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.6-1vl5
211- Update to 3.2.6
212
213* Tue Jun 16 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.5-1vl5
214- Update to 3.2.5
215- changed summary, summary(ja)
216
217* Wed Apr 29 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.4.1-1vl5
218- Update to 3.2.4.1
219
220* Wed Apr 22 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.4-1vl5
221- Update to 3.2.4
222
223* Fri Mar 27 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.3.1-1vl5
224- Update to 3.2.3.1
225
226* Sun Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.3-1vl5
227- Update to 3.2.3
228- fixed .desktop name
229
230* Mon Feb 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.2.1-1vl5
231- Update to 3.2.2.1
232- added description -l ja, Summary(ja)
233
234* Sat Feb 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.2-1vl5
235- Update to 3.2.2
236
237* Sat Feb 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.1-1vl5
238- Update to 3.2.1
239- fixed %files
240
241* Wed Jan 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.0-1vl5
242- initial build for VineSeed
243- modified Buildroot
244- modified BuildRequires:  wx-gtk2-devel (wxGTK's Vine package)
245- modified %install (--vendor "Vine")
246
247* Fri Oct 24 2008 kwizart < kwizart at gmail.com > - 3.1.5-1
248- Update to 3.1.5
249
250* Fri Oct 17 2008 kwizart < kwizart at gmail.com > - 3.1.4.1-1
251- Update to 3.1.4.1
252
253* Sat Oct 11 2008 kwizart < kwizart at gmail.com > - 3.1.4-0.1.rc1
254- Update to 3.1.4-rc1
255
256* Mon Sep 29 2008 kwizart < kwizart at gmail.com > - 3.1.3.1-1
257- Update to 3.1.3.1
258
259* Tue Sep 23 2008 kwizart < kwizart at gmail.com > - 3.1.3-1
260- Update to 3.1.3
261
262* Mon Sep  1 2008 kwizart < kwizart at gmail.com > - 3.1.2-1
263- Update to 3.1.2
264
265* Thu Aug 14 2008 kwizart < kwizart at gmail.com > - 3.1.1.1-1
266- Update to 3.1.1.1
267
268* Mon Aug 11 2008 kwizart < kwizart at gmail.com > - 3.1.1-1
269- Update to 3.1.1
270
271* Fri Jul 25 2008 kwizart < kwizart at gmail.com > - 3.1.0.1-1
272- Update to 3.1.0.1 - Security update
273
274* Mon Jul 14 2008 kwizart < kwizart at gmail.com > - 3.1.0-0.1.beta2
275- Update to 3.1.0-beta2
276
277* Tue Jul  8 2008 kwizart < kwizart at gmail.com > - 3.0.11.1-1
278- Update to 3.0.11.1
279
280* Mon Jun 16 2008 kwizart < kwizart at gmail.com > - 3.0.11-1
281- Update to 3.0.11
282- Create patch for a shared tinyxml.
283- Add support for hicolor icons.
284
285* Wed May 21 2008 kwizart < kwizart at gmail.com > - 3.0.10-1
286- Update to 3.0.10
287
288* Wed May  7 2008 kwizart < kwizart at gmail.com > - 3.0.9.3-1
289- Update to 3.0.9.3
290
291* Sat Apr 19 2008 kwizart < kwizart at gmail.com > - 3.0.9.2-1
292- Update to 3.0.9.2
293
294* Mon Apr  7 2008 kwizart < kwizart at gmail.com > - 3.0.9.1-1
295- Update to 3.0.9.1
296
297* Mon Apr  7 2008 kwizart < kwizart at gmail.com > - 3.0.9-1
298- Update to 3.0.9
299
300* Mon Mar 31 2008 kwizart < kwizart at gmail.com > - 3.0.9-0.1.rc1
301- Update to 3.0.9-rc1
302
303* Tue Mar 18 2008 kwizart < kwizart at gmail.com > - 3.0.8.1-1
304- Update to 3.0.8.1
305- Add patch for make check
306
307* Fri Mar 14 2008 kwizart < kwizart at gmail.com > - 3.0.8-1
308- Update to 3.0.8
309
310* Fri Mar  7 2008 kwizart < kwizart at gmail.com > - 3.0.8-0.1.rc1
311- Update to 3.0.8-rc1
312
313* Thu Feb 20 2008 kwizart < kwizart at gmail.com > - 3.0.7.1-1
314- Update to 3.0.7.1
315
316* Thu Jan 31 2008 kwizart < kwizart at gmail.com > - 3.0.6-1
317- Update to 3.0.6
318
319* Thu Jan 17 2008 kwizart < kwizart at gmail.com > - 3.0.5.2-1
320- Update to 3.0.5.2
321- Drop update desktop file in post and postun
322
323* Thu Jan 10 2008 kwizart < kwizart at gmail.com > - 3.0.4-1
324- Update to 3.0.4
325
326* Wed Nov  7 2007 kwizart < kwizart at gmail.com > - 3.0.3-1
327- Update to 3.0.3
328
329* Fri Oct 19 2007 kwizart < kwizart at gmail.com > - 3.0.2.1-1
330- Update to 3.0.2.1
331
332* Sat Sep 22 2007 kwizart < kwizart at gmail.com > - 3.0.1-1
333- Update to 3.0.1
334
335* Sun Sep  9 2007 kwizart < kwizart at gmail.com > - 3.0.0-1
336- Update to 3.0.0 (final)
337- Add vendor field for .desktop
338
339* Mon Sep  3 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.3.rc3
340- Update to 3.0.0rc3
341- Add BR gawk
342- Improve description/summary
343- Removed dual listed doc file
344
345* Mon Aug 27 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.2.rc2
346- Update to 3.0.0-rc2
347- Upstream now install their own desktop file and pixmap
348
349* Mon Aug 13 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.2.rc1
350- Update to 3.0.0-rc1
351- Enable make check
352
353* Fri Jul 27 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.1.beta11
354- Update to beta11
355
356* Wed Jun  5 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.1.beta10
357- Update to beta10
358
359* Sat May 26 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.1.beta8
360- Update to beta8
361
362* Tue Mar 13 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.1.beta7
363- Update to beta7
364
365* Tue Mar 13 2007 kwizart < kwizart at gmail.com > - 3.0.0-0.1.beta6
366- Initial package.
Note: See TracBrowser for help on using the repository browser.