Compare commits

..

6 commits

Author SHA1 Message Date
Christoph Wickert
05cf851ce4 Mark package as dead 2011-05-26 00:25:09 +02:00
Christoph Wickert
ee555d25e4 Patch for exo >= 0.5.0
Update translations from Xfce Transifex
2011-03-06 02:56:04 +01:00
Dennis Gilmore
1b1285e897 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 22:12:46 -06:00
Fedora Release Engineering
e72f122a2f dist-git conversion 2010-07-29 15:43:10 +00:00
cdf50eefb1 - Rebuilt for libcdio-0.82 2010-01-22 11:33:54 +00:00
Bill Nottingham
ea867532ba Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:56 +00:00
3 changed files with 2 additions and 58 deletions

2
dead.package Normal file
View file

@ -0,0 +1,2 @@
Package is dead upstream, in fact it was never really alive (version 0.0.1).
With the removal of HAL, it has to die die die!

View file

@ -1 +0,0 @@
ccb2727a1e78ecb4f375a2eecae39e1d xfce4-cddrive-plugin-0.0.1.tar.bz2

View file

@ -1,57 +0,0 @@
# Review at https://bugzilla.redhat.com/show_bug.cgi?id=499279
Name: xfce4-cddrive-plugin
Version: 0.0.1
Release: 2%{?dist}
Summary: Xfce panel plugin to open or close a CD-ROM drive tray
Group: User Interface/Desktops
License: GPLv2+
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: xfce4-panel-devel >= 4.3.99.2, exo-devel >= 0.3.2
BuildRequires: dbus-glib-devel >= 0.71 hal-devel >= 0.5.8.1
BuildRequires: libcdio-devel >= 0.76, libcddb-devel >= 1.2.1
BuildRequires: gettext, perl(XML::Parser)
Requires: xfce4-panel >= 4.4.0, hal
%description
This plugin puts a button in the Xfce panel to open or close a CD-ROM drive
tray. Additionally, the button icon reports the content of the drive. The icon
indicates if there is a disc in the drive, if it is mounted, and the type of
the disc (regular CD-ROM, audio, DVD...). You can also mount or unmount the
disc via the plugin menu.
%prep
%setup -q
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%{_libexecdir}/xfce4/panel-plugins/%{name}
%{_datadir}/xfce4/panel-plugins/*.desktop
%changelog
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Fri Jul 11 2008 Christoph Wickert <fedora christoph-wickert de> - 0.0.1-1
- Initial Fedora package