rpms/xfce4-volumed/F-11 xfce4-volumed.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Sat Dec 5 00:20:32 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-volumed/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12873/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	xfce4-volumed.spec 
Log Message:
initial build of xfce4-volumed for this branch


--- NEW FILE xfce4-volumed.spec ---
# https://bugzilla.redhat.com/show_bug.cgi?id=541154

Name:           xfce4-volumed
Version:        0.1.8
Release:        1%{?dist}
Summary:        Daemon to add additional functionality to the volume keys of the keyboard

Group:          User Interface/Desktops
License:        GPLv3+
URL:            https://launchpad.net/xfce4-volumed
Source0:        http://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  xfconf-devel
BuildRequires:  libnotify-devel
BuildRequires:  gstreamer-plugins-base-devel
BuildRequires:  xcb-util-devel >= 0.3.3
BuildRequires:  desktop-file-utils
Requires:       xfce4-mixer

%description
The xfce4-volumed adds additional functionality to the volume up/down and mute
keys of the keyboard. It makes the keys work without configuration and uses 
the XFCE 4 mixer's defined card and track for choosing which track to act on. 
The volume level is shown in a notification.

%prep
%setup -q
# fixes for the desktop file
sed -i 's|/usr/bin|%{_bindir}|g' data/%{name}.desktop
echo "Icon=multimedia-volume-control" >> data/%{name}.desktop


%build
%configure
make %{?_smp_mflags} CFLAGS='%{optflags}'


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install \
  --add-category="Utility" \
  --dir=$RPM_BUILD_ROOT/%{_datadir}/applications \
  $RPM_BUILD_ROOT/%{_sysconfdir}/xdg/autostart/%{name}.desktop
# one launcher is enough, we don't want to have a daemon in the menu
rm -rf $RPM_BUILD_ROOT/%{_datadir}/applications/


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README THANKS
%config %{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_bindir}/%{name}


%changelog
* Tue Nov 17 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.8-1
- Update to 0.1.8

* Sun Nov 01 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.7-1
- Update to 0.1.7

* Wed Oct 28 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.5-1
- Update to 0.1.5

* Sat Sep 05 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.4-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-volumed/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 Dec 2009 19:08:44 -0000	1.1
+++ .cvsignore	5 Dec 2009 00:20:31 -0000	1.2
@@ -0,0 +1 @@
+xfce4-volumed-0.1.8.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-volumed/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 Dec 2009 19:08:44 -0000	1.1
+++ sources	5 Dec 2009 00:20:31 -0000	1.2
@@ -0,0 +1 @@
+9f95a7e002c3c165733e19b70de22c6b  xfce4-volumed-0.1.8.tar.bz2




More information about the fedora-extras-commits mailing list