source: projects/specs/trunk/u/uget/uget-vl.spec @ 8294

Revision 8294, 3.9 KB checked in by kudoh, 10 years ago (diff)

rebuilt and new upstream release

RevLine 
[8294]1%define _version 1.10.4
[521]2Name:           uget
3Version:        %{_version}
[607]4Release:        1%{?_dist_release}
[6801]5Summary:        Uget is a download manager that using gtk and curl
[6867]6Summary(ja):    Uget - gtk と curl を用いたダウンロードマネージャー
[521]7
8Group:          Applications/Internet
9License:        LGPLv2+
10URL:            http://urlget.sourceforge.net/
[6867]11Source0:        http://downloads.sourceforge.net/urlget/%{name}-%{_version}.tar.gz
[521]12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14
[6801]15BuildRequires: desktop-file-utils gettext
16BuildRequires: glib2-devel => 2.32 openldap-devel
17BuildRequires: curl-devel => 7.19.1
18BuildRequires: perl-XML-Parser
19BuildRequires: gstreamer-devel libnotify-devel
20BuildRequires: gtk3-devel >= 3.4
[521]21
[6085]22
[521]23%description
[6801]24Uget is a download manager that using gtk+ and curl.
[521]25
26%description -l ja
[6867]27Uget は gtk と curl を用いたダウンロードマネージャーです。
[521]28
29%prep
[6259]30%setup -q -n %{name}-%{version}
[521]31
32%build
[4105]33%configure --disable-plugin-aria2 --enable-appindicator=no
[6085]34
[521]35make -k %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install \
40        DESTDIR=$RPM_BUILD_ROOT \
41        INSTALL="install -p"
42
43%find_lang %{name}
44
45desktop-file-install \
46        --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \
47        %{name}-gtk.desktop
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%post
53touch --no-create %{_datadir}/icons/hicolor || :
54%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
55update-desktop-database > /dev/null 2>&1 || :
56
57
58%postun
59touch --no-create %{_datadir}/icons/hicolor || :
60%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
61update-desktop-database > /dev/null 2>&1 || :
62
63%files -f %{name}.lang
64%defattr(-,root,root,-)
65%doc COPYING ChangeLog README
66%{_bindir}/%{name}-gtk
67%{_datadir}/applications/%{name}-gtk.desktop
68%{_datadir}/icons/*
[7447]69%{_datadir}/pixmaps/*
[521]70%{_datadir}/sounds/*
71
72%changelog
[8294]73* Sat Mar 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.10.4-1
74- new upstream release
75
[7447]76* Sat Feb 09 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.10.3-1
77- new upstream release
78
[7049]79* Sun Oct 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.10.2-1
80- new upstream release
81
[6867]82* Sat Sep 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.10.1-1
83- new upstream release
84
[6801]85* Sat Sep 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.10-1
86- new upstream release
87- changed BuildRequires: gtk3-devel to >= 3.4, glib2-devel => 2.22 to 2.32
88- disabled conditional branch
89  - because needed gtk3-3.4+
90- delted %%configure option --with-gtk3
91
[6259]92* Tue May 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.8.2-1
93- new upstream release
94
[6085]95* Sat Apr 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.8.1-1
96- new upstream release
97- set conditional branch for VineSeed and other
98
[4105]99* Thu Jun 09 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.8.0-1
100- new upstream release
101- added %%configure option --disable-plugin-aria2 --enable-appindicator=no
102
[3803]103* Thu May 5 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.4-1
104- new upstream release
105
[2366]106* Sun Dec 19 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.2a-1
107- new upstream release
108
[2158]109* Sat Oct 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.1-1
110- new upstream release
111
[1747]112* Thu Sep 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.0-1
113- new upstream release
114- dropt Pacth1
115- changed BuildRequires: gtk2-devel => 2.18, glib2-devel => 2.22, curl-devel => 7.19.1
116
[617]117* Sat Mar 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0.3-1
118- new upstream release
119
[607]120* Thu Mar 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0.2-1
121- new upstream release
122- applied new naming policy to spec
123
[7447]124* Sun Jan 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0.1-2
[521]125- added Patch1 from Fedora to fix segv when invalid uri is passed to the argument
126
127* Wed Dec 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0.1-1
128- new upstream release
129- added BuildRequires:  gstreamer-devel libnotify-devel
130
131* Thu Oct 8 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0-1
132- initial build for VineSeed
133
134* Sat May  2 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.4.7-1
135- Initial packaging
Note: See TracBrowser for help on using the repository browser.