source: projects/specs/trunk/x/xfce4-volumed/xfce4-volumed-vl.spec @ 7070

Revision 7070, 3.3 KB checked in by daisuke, 12 years ago (diff)

xfce4-volumed: new package

Line 
1Name:           xfce4-volumed
2Version:        0.1.13
3Release:        1%{?_dist_release}
4Summary:        Daemon to add additional functionality to the volume keys of the keyboard
5
6Group:          User Interface/Desktops
7License:        GPLv3+
8URL:            https://launchpad.net/xfce4-volumed
9Source0:        http://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11
12BuildRequires:  xfconf-devel
13BuildRequires:  keybinder-devel
14BuildRequires:  libnotify-devel
15BuildRequires:  gstreamer-plugins-base-devel
16BuildRequires:  desktop-file-utils
17Requires:       xfce4-mixer
18
19%description
20The xfce4-volumed adds additional functionality to the volume up/down and mute
21keys of the keyboard. It makes the keys work without configuration and uses
22the XFCE 4 mixer's defined card and track for choosing which track to act on.
23The volume level is shown in a notification.
24
25%prep
26%setup -q
27echo "Icon=multimedia-volume-control" >> data/%{name}.desktop
28
29
30%build
31%configure
32make %{?_smp_mflags}
33
34
35%install
36rm -rf $RPM_BUILD_ROOT
37make install DESTDIR=$RPM_BUILD_ROOT
38desktop-file-install \
39  --add-category="Utility" \
40  --dir=$RPM_BUILD_ROOT/%{_datadir}/applications \
41  $RPM_BUILD_ROOT/%{_sysconfdir}/xdg/autostart/%{name}.desktop
42# one launcher is enough, we don't want to have a daemon in the menu
43rm -rf $RPM_BUILD_ROOT/%{_datadir}/applications/
44
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49
50%files
51%defattr(-,root,root,-)
52%doc AUTHORS ChangeLog COPYING README THANKS
53%config %{_sysconfdir}/xdg/autostart/%{name}.desktop
54%{_bindir}/%{name}
55
56
57%changelog
58* Sun Nov 04 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.13-1
59- initial build for Vine Linux
60
61* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.13-4
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
63
64* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.13-3
65- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
66
67* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.1.13-2
68- Rebuild for new libpng
69
70* Fri May 27 2011 Orion Poplawski <orion@cora.nwra.com> - 0.1.13-1
71- Update to 0.1.13
72- Drop libnotify patch fixed upstream
73- Upstream now accepts CFLAGS environment variable in configure
74
75* Sun Mar 06 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.12-1
76- Update to 0.1.12 (fixes #680111)
77
78* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.11-2
79- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
80
81* Sat Nov 27 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.11-1
82- Update to 0.1.11
83
84* Sat Nov 06 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.10-2
85- Fix for libnotify 0.7.0
86
87* Wed Nov 03 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.10-1
88- Update to 0.1.10 (#631199)
89- Build requirements change: Require keybinder-devel instead of xcb-util-devel
90
91* Tue Nov 17 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.8-1
92- Update to 0.1.8
93
94* Sun Nov 01 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.7-1
95- Update to 0.1.7
96
97* Wed Oct 28 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.5-1
98- Update to 0.1.5
99
100* Sat Sep 05 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.4-1
101- Initial Fedora package
Note: See TracBrowser for help on using the repository browser.