Blob Blame History Raw
Summary: Volume control plugin for the Xfce 4 panel
Name: xfce4-mixer
Version: 4.2.2
Release: 1.fc4
License: BSD
URL: http://www.xfce.org/
Source0: http://www.us.xfce.org/archive/xfce-4.2.2/src/xfce4-mixer-4.2.2.tar.gz
Group: User Interface/Desktops
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: xfce4-panel >= 4.2.1
BuildRequires: xfce4-panel-devel >= 4.2.1
BuildRequires: libxfce4util-devel >= 4.2.1
BuildRequires: libxfcegui4-devel >= 4.2.1
BuildRequires: libxfce4mcs-devel >= 4.2.1
BuildRequires: xfce-mcs-manager-devel >= 4.2.1
BuildRequires: libxml2-devel >= 2.4.0
BuildRequires: startup-notification-devel
BuildRequires: gettext

%description
Volume control plugin for the Xfce 4 panel

%prep
%setup -q

%build
%configure

make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/*/*.la
%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc README TODO ChangeLog NOTES COPYING AUTHORS NEWS
%{_bindir}/xfce4-mixer
%{_libdir}/xfce4/*
%{_datadir}/applications/xfce-mixer-settings.desktop
%{_datadir}/icons/hicolor/48x48/apps/xfce4-mixer.png

%changelog
* Tue May 17 2005 Kevin Fenzi <kevin@tummy.com> - 4.2.2-1.fc4
- Update to 4.2.2

* Sun May  8 2005 Kevin Fenzi <kevin@tummy.com> - 4.2.1-5.fc4
- Fix libxml2 buildrequires to be libxml2-devel

* Fri Mar 25 2005 Kevin Fenzi <kevin@tummy.com> - 4.2.1-4.fc4
- lowercase Release

* Fri Mar 25 2005 Kevin Fenzi <kevin@tummy.com> - 4.2.1-3.FC4
- Removed unneeded la files

* Sun Mar 20 2005 Warren Togami <wtogami@redhat.com> - 4.2.1-2
- fix BuildReqs

* Tue Mar 15 2005 Kevin Fenzi <kevin@tummy.com> - 4.2.1-1
- Updated to 4.2.1 version

* Tue Mar  8 2005 Kevin Fenzi <kevin@tummy.com> - 4.2.0-2
- Fixed to use %find_lang
- Removed generic INSTALL from %doc

* Sun Mar  6 2005 Kevin Fenzi <kevin@tummy.com> - 4.2.0-1
- Inital Fedora Extras version