Compare commits

..

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

4 changed files with 68 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/wmpager-1.2-g88ece7e5.tar.gz

View file

@ -1 +0,0 @@
Orphaned for 6+ weeks

1
sources Normal file
View file

@ -0,0 +1 @@
4819dac51546e09dd1d416d066d193ce wmpager-1.2-g88ece7e5.tar.gz

66
wmpager.spec Normal file
View file

@ -0,0 +1,66 @@
%global snapdate 20130401
%global treeish 88ece7e5
Name: wmpager
Version: 1.2
Release: 5.%{snapdate}git%{treeish}%{?dist}
Summary: Simple pager docklet for the Window Maker
Group: User Interface/X
License: BSD
# wmpager is long since abandoned by its' original author and now
# maintained by wmaker-dev@lists.windowmaker.org subscribers.
URL: http://repo.or.cz/w/dockapps.git
# "snapshot" link from http://repo.or.cz/w/dockapps.git/tree/HEAD:/wmpager
# Tree-ish hash reduced to 8 chars, name and version parts are correctly
# parsed by gitweb. However, you will get different results each time you
# try to download this file, because git-archive(1) stamps each file with
# current time. This is how git-archive(1) works...
Source: %{url}/snapshot/%{name}-%{version}-g%{treeish}.tar.gz
BuildRequires: autoconf automake libXext-devel libXpm-devel
%description
wmpager offers the following features:
- allows workspace switching for up to nine workspaces
- automatically configures according to the number of workspaces
- automagically adjusts to the current workspace
- configurable look and feel
%prep
%setup -q -c
%build
cd dockapps
autoreconf -fisv
%configure
make %{?_smp_mflags}
%install
cd dockapps
%{make_install}
%files
# README contains license
%doc dockapps/README
%{_bindir}/wmpager
%{_mandir}/man1/wmpager.1*
%{_datadir}/wmpager
%changelog
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-5.20130401git88ece7e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-4.20130401git88ece7e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3.20130401git88ece7e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2.20130401git88ece7e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Mon Apr 01 2013 Alexey I. Froloff <raorn@raorn.name> - 1.2-1.20130401git88ece7e5
- Initial build