source: projects/specs/trunk/p/paman/paman-vl.spec @ 6489

Revision 6489, 2.6 KB checked in by kudoh, 12 years ago (diff)

paman-vl.spec

Line 
1Summary:        Management tool for PulseAudio
2Summary(ja):    PulseAudio 管理ツール
3Name:           paman
4Version:        0.9.4
5Release:        3%{?_dist_release}
6
7Group:          Applications/Multimedia
8License:        GPLv2+
9URL:            http://0pointer.de/lennart/projects/paman
10Source0:        http://0pointer.de/lennart/projects/paman/paman-%{version}.tar.gz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires:  pulseaudio-libs-devel
14BuildRequires:  gtkmm2-devel libglademm2-devel
15BuildRequires:  lynx
16BuildRequires:  desktop-file-utils
17
18%description
19PulseAudio Manager (paman) is a simple GTK frontend for the PulseAudio sound
20server. With paman you may browser most of PulseAudio's internals. There is
21support for changing volume of sinks and sink outputs. You're able to play
22samples from the sample cache.
23
24%prep
25%setup -q
26
27%build
28%configure
29make %{?_smp_mflags}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33make install DESTDIR=$RPM_BUILD_ROOT
34
35desktop-file-install \
36    --dir $RPM_BUILD_ROOT%{_datadir}/applications \
37    --delete-original \
38    --vendor="" \
39    $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(-,root,root,-)
46%doc LICENSE doc/README
47%{_bindir}/paman
48%dir %{_datadir}/paman
49%{_datadir}/paman/paman.glade
50%{_datadir}/applications/paman.desktop
51
52%changelog
53* Sat Jun 30 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.4-3
54- rebuilt with current einvironment
55- deleted --add-category in desktop-file-utils
56
57* Wed Apr 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.4-2
58- fixed release number
59
60* Wed Mar 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.4-1
61- new upstream release
62
63* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-3
64- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
65
66* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.4-2
67- Autorebuild for GCC 4.3
68
69* Wed Nov 28 2007 Julian Sikorski <belegdol[at]gmail[dot]com> 0.9.4-1
70- Update to 0.9.4
71- Adjust License tag
72
73* Thu Aug 16 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.4-0.1.svn20070816
74- Update from SVN snapshot
75
76* Sat Sep  9 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.3-2
77- Add BuildRequires for desktop-file-utils.
78
79* Fri Sep  8 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.3-1
80- Update to 0.9.3
81- Fix installation of desktop file.
82
83* Sun Jul  9 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.2-1
84- Update to 0.9.2
85
86* Thu Jun  8 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.1-1
87- Update to 0.9.1
88
89* Mon May 29 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.0-1
90- Initial package for Fedora Extras
Note: See TracBrowser for help on using the repository browser.