Compare commits
20 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cab3e088e0 | ||
|
|
edd5c3fbd3 | ||
|
|
2d31265fad | ||
|
|
cbc1289dc8 | ||
|
|
176f444735 | ||
|
|
2038c0a3bb | ||
|
|
b536afb285 | ||
|
|
37e05f641c | ||
|
|
de81e56fe2 | ||
|
|
9b596d21ba | ||
|
|
90090e9893 | ||
| c023871219 | |||
|
2da32bdab4 |
|||
|
|
5e4f5745ff | ||
|
|
d4d087a70e | ||
|
|
39d3cfb5bb | ||
|
|
c0c178da6d | ||
|
|
bc74f84b21 | ||
|
|
91b562604a | ||
|
|
61a903e4c8 |
4 changed files with 1 additions and 67 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/wmMatrix-0.2-g97216606.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
6ee31be23af60a468411021d9e9b65e1 wmMatrix-0.2-g97216606.tar.gz
|
||||
|
|
@ -1,65 +0,0 @@
|
|||
%global snapdate 20120814
|
||||
%global treeish 97216606
|
||||
|
||||
Name: wmMatrix
|
||||
Version: 0.2
|
||||
Release: 5.%{snapdate}git%{treeish}%{?dist}
|
||||
Summary: DockApp version of Jamie Zawinski's xmatrix screensaver hack
|
||||
|
||||
Group: User Interface/X
|
||||
# The entire source code is GPLv2+ except for matrix.* and yarandom.* which is BSD
|
||||
License: GPLv2+ and BSD
|
||||
|
||||
# wmMatrix 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:/wmMatrix
|
||||
# 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: libXext-devel libXpm-devel
|
||||
|
||||
%description
|
||||
wmMatrix displays The Matrix (from the film of the same name) in
|
||||
a Window Maker dock application. Based on the xscreensaver module
|
||||
created by Jamie Zawinski.
|
||||
|
||||
Although it works best with Window Maker, wmMatrix also works fine
|
||||
with other window managers.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
cd dockapps
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man1}
|
||||
install -p -m755 dockapps/wmMatrix %{buildroot}%{_bindir}/wmMatrix
|
||||
install -p -m644 dockapps/wmMatrix.1 %{buildroot}%{_mandir}/man1/wmMatrix.1
|
||||
|
||||
%files
|
||||
%doc dockapps/COPYING dockapps/COPYING.BSD
|
||||
%{_bindir}/wmMatrix
|
||||
%{_mandir}/man1/wmMatrix.1*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-5.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-4.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-3.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-2.20120814git97216606
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Tue Aug 14 2012 Alexey I. Froloff <raorn@raorn.name> - 0.2-1.20120814git97216606
|
||||
- Initial build for Fedora
|
||||
Loading…
Add table
Add a link
Reference in a new issue