Compare commits

..

No commits in common. "rawhide" and "f21" have entirely different histories.

4 changed files with 53 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/wmvolman-2.0.1.tar.gz

View file

@ -1 +0,0 @@
Retired: Fails to install

1
sources Normal file
View file

@ -0,0 +1 @@
0b13978df06a874372d3fd0b68c16199 wmvolman-2.0.1.tar.gz

51
wmvolman.spec Normal file
View file

@ -0,0 +1,51 @@
Name: wmvolman
Version: 2.0.1
Release: 4%{?dist}
Summary: Window Maker Volume Manager
License: GPLv2+
Group: User Interface/X
Url: http://github.com/raorn/%{name}
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: autoconf automake glib2-devel libudisks2-devel libdockapp-devel libX11-devel
%description
wmVolMan is a small volume manager for Window Maker. For now
it only displays and allows mounting and unmounting removable
media and hotpluggable devices that are added to or removed
from the system.
%prep
%setup -q
%build
autoreconf -fisv
%configure
make %{?_smp_mflags}
%install
%{make_install}
%files
%doc AUTHORS COPYING NEWS README
%{_bindir}/wmvolman
%{_datadir}/wmvolman
%changelog
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Tue Apr 02 2013 Alexey I. Froloff <raorn@raorn.name> - 2.0.1-1
- Fixed FTBFS with glib2 >= 2.36
* Fri Mar 29 2013 Alexey I. Froloff <raorn@raorn.name> - 2.0-1
- Initial build