source: projects/specs/trunk/s/soundconverter/soundconverter-vl.spec @ 1144

Revision 1144, 5.4 KB checked in by kazutaka, 14 years ago (diff)

add new package

Line 
1Name:           soundconverter
2Version:        1.5.0
3Release:        1%{?_dist_release}
4Summary:        A simple sound converter application for GNOME
5Summary(ja):   GNOME 向けのシンプルなオーディオファイルの変換ツール
6Group:          Applications/Multimedia
7License:        GPLv3
8URL:            http://soundconverter.berlios.de/
9Source0:        http://download.berlios.de/soundconverter/%{name}-%{version}.tar.gz
10Source1:        soundconverter-1.5.0-ja.po
11Patch0:         soundconverter-1.5.0-glade-label.patch
12BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13BuildArch:      noarch
14
15BuildRequires:  desktop-file-utils
16BuildRequires:  intltool gettext
17BuildRequires:  pygtk2
18BuildRequires:  gnome-python
19Requires:       pygtk2
20Requires:       gnome-python
21Requires:       gstreamer-python
22Requires:       gstreamer-plugins-base
23Requires:       gstreamer-plugins-good
24
25%description
26A simple sound converter application for the GNOME environment.
27It reads and writes anything the GStreamer library can.
28
29You should install self-build-gstreamer-plugins-plugins-bad
30or -ugly to handle some restricted format (ex. mp3, aac...).
31
32%description -l ja
33GNOME デスクトップ向けのシンプルなオーディオファイルの変換ツール
34です。Gstreamer ライブラリが扱うことのできるオーディオフォーマット
35であれば自由に変換できます。
36
37mp3 や aac 等のプロプラエタリなフォーマットを利用する時は、
38self-build-gstreamer-plugins-bad や -ugly を必要によりインス
39トールしてください。
40
41%prep
42%setup -q
43
44# make some menu items translatable
45%patch0 -p1 -b .label
46
47# install update ja.po
48%{__cp} %{SOURCE1} po/ja.po
49
50%build
51%configure
52make %{?_smp_mflags}
53
54
55%install
56rm -rf $RPM_BUILD_ROOT
57make install DESTDIR=${RPM_BUILD_ROOT}
58
59%find_lang %{name}
60
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65
66%post
67touch --no-create %{_datadir}/icons/hicolor || :
68if [ -x %{_bindir}/gtk-update-icon-cache ]; then
69  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
70fi
71update-desktop-database &> /dev/null ||:
72
73
74%postun
75touch --no-create %{_datadir}/icons/hicolor || :
76if [ -x %{_bindir}/gtk-update-icon-cache ]; then
77  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
78fi
79update-desktop-database &> /dev/null ||:
80
81
82%files -f %{name}.lang
83%defattr(-,root,root,-)
84%doc ChangeLog COPYING README TODO
85%{_mandir}/man1/%{name}*
86%{_bindir}/%{name}
87%{_datadir}/%{name}/
88%{_datadir}/applications/*%{name}.desktop
89%{_datadir}/icons/hicolor/48x48/apps/*.png
90%{_datadir}/icons/hicolor/scalable/apps/*.svg
91
92
93%changelog
94* Sat Jun 05 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.5.0-1
95- initial build for Vine Linux based on fedora development
96- souce update
97- add japanese description and summary
98- add patch0:  make some menu items translatable
99- add source1: updated japanese translation
100
101* Wed May 12 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.4.4-2
102- Update .desktop file patch.
103- Minor spec adjustments in explicit deps and files section.
104
105* Sat Jan 23 2010 Xavier Lamien <laxathom@fedoraproject.org> - 1.4.4-1
106- Update release.
107
108* Sun Sep 27 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.3.2-4
109- Update desktop file according to F-12 FedoraStudio feature
110
111* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-3
112- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
113
114* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
115- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
116
117* Mon Aug 25 2008 Denis Leroy <denis@poolshark.org> - 1.3.2-1
118- Update to upstream 1.3.2
119- Fixed gnome-python2 BR
120
121* Tue May 13 2008 Denis Leroy <denis@poolshark.org> - 1.2.0-1
122- Update to upstream 1.2.0
123
124* Fri Jan 11 2008 Denis Leroy <denis@poolshark.org> - 0.9.8-1
125- Update to upstream 0.9.8, bugfix release
126
127* Thu Aug 16 2007 Denis Leroy <denis@poolshark.org> - 0.9.7-1
128- Update to 0.9.7
129- Updated License tag
130- Added patch to fix desktop file
131
132* Sun Apr 29 2007 Denis Leroy <denis@poolshark.org> - 0.9.6-1
133- Update to 0.9.6
134- Removed some icon-related hacks, fixed upstream
135
136* Thu Mar  1 2007 Denis Leroy <denis@poolshark.org> - 0.9.4-1
137- Update to 0.9.4
138- Removed taglib patch, is upstream
139- Moved desktop icon into /usr/share/icons/
140
141* Wed Nov  8 2006 Denis Leroy <denis@poolshark.org> - 0.9.3-2
142- Added patch to detect missing id3v2mux gst plugin
143
144* Thu Oct 19 2006 Denis Leroy <denis@poolshark.org> - 0.9.3-1
145- Update to 0.9.3
146
147* Tue Oct 17 2006 Denis Leroy <denis@poolshark.org> - 0.9.2-1
148- Update to 0.9.2
149
150* Fri Sep  8 2006 Denis Leroy <denis@poolshark.org> - 0.9.1-3
151- Fixed desktop install
152
153* Fri Sep  8 2006 Denis Leroy <denis@poolshark.org> - 0.9.1-2
154- Added intltool BRs
155
156* Fri Sep  8 2006 Denis Leroy <denis@poolshark.org> - 0.9.1-1
157- Update to 0.9.1
158- Uses gstreamer 1.0
159- Some cleanup, use upstream configure and desktop
160
161* Mon Sep  4 2006 Denis Leroy <denis@poolshark.org> - 0.8.3-2
162- FE6 Rebuild
163
164* Sun Feb 12 2006 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.8.3-1
165- Upstream update
166- Updated to use gstreamer08
167
168* Tue Nov 15 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.8.1-2
169- Added gnome-python2-gconf to Requires (#173290)
170
171* Mon Nov 14 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.8.1-1
172- Upstream update
173
174* Sun Oct  2 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.8.0-1
175- Initial RPM release
Note: See TracBrowser for help on using the repository browser.