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

Revision 8073, 3.4 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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