Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b47d42a9c | ||
|
|
822923df43 |
4 changed files with 64 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
wmfrog-0.2.1.tgz
|
||||
/wmfrog-0.2.2.tgz
|
||||
|
|
@ -1 +0,0 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
5732ea81317451462143bfd5ddba2b16 wmfrog-0.2.2.tgz
|
||||
61
wmfrog.spec
Normal file
61
wmfrog.spec
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
Name: wmfrog
|
||||
Version: 0.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A weather application, it shows the weather in a graphical way
|
||||
|
||||
Group: Amusements/Graphics
|
||||
License: GPLv2+
|
||||
URL: http://wiki.colar.net/wmfrog_dockapp
|
||||
Source0: http://bitbucket.org/tcolar/%{name}/downloads/%{name}-%{version}.tgz
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
BuildRequires: libX11-devel, libXext-devel, libXpm-devel
|
||||
Requires: wget
|
||||
|
||||
%description
|
||||
This is a weather application, it shows the weather in a graphical way. The
|
||||
artwork looks like a kiddo did it, but that's part of the charm… Ok, I did it
|
||||
when I was 25, I'm a programmer not a designer :)
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
sed -i -e 's|/lib/wmfrog|/libexec/wmfrog|' Src/Makefile
|
||||
sed -i 's|/usr/lib/|%{_libexecdir}/|' Src/wmFrog.c
|
||||
|
||||
|
||||
%build
|
||||
cd Src
|
||||
make CFLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
cd Src
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/%{name}
|
||||
%{_libexecdir}/%{name}
|
||||
%doc CHANGES COPYING HINTS
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 01 2010 Petr Pisar <ppisar@redhat.com> - 0.2.2-1
|
||||
- 0.2.2 bump
|
||||
|
||||
* Mon Aug 09 2010 Petr Pisar <ppisar@redhat.com> - 0.2.1-2
|
||||
- Change RPM group to Amusements/Graphics
|
||||
|
||||
* Thu Aug 05 2010 Petr Pisar <ppisar@redhat.com> - 0.2.1-1
|
||||
- 0.2.1 bump
|
||||
- Fix METAR parser
|
||||
|
||||
* Tue Aug 03 2010 Petr Pisar <ppisar@redhat.com> - 0.2.0-1
|
||||
- 0.2.0 import
|
||||
Loading…
Add table
Add a link
Reference in a new issue