]> git.pld-linux.org Git - packages/wmSun.git/blame - wmSun.spec
- dropped pre-cvs changelog
[packages/wmSun.git] / wmSun.spec
CommitLineData
53bd77e5 1Summary: wmSun displays the current day's Sun Rise and Set Times
b08bdffe 2Summary(pl.UTF-8): wmSun wyświetla aktualny czas wschodu i zachodu Słońca
53bd77e5 3Name: wmSun
4Version: 1.03
5a8278ef 5Release: 8
684dd031 6License: GPL v2
73ae84bb 7Group: X11/Window Managers/Tools
c2821cc3 8Source0: http://nis-www.lanl.gov/~mgh/WindowMaker/%{name}-%{version}.tar.gz
9b82c4e0 9# Source0-md5: defc6747ebdb64b5d3afe91f916d3acc
73ae84bb 10Source1: %{name}.desktop
c2821cc3 11URL: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
684dd031
MB
12BuildRequires: xorg-lib-libXext-devel
13BuildRequires: xorg-lib-libXpm-devel
6f062ec0 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
e60d70b6
AF
15
16%description
73ae84bb
JB
17wmSun displays the current day's Sun Rise and Set Times. You must
18enter your LAtitude and Longitude correctly for it to work.
e60d70b6 19
09817110
JR
20%description -l pl.UTF-8
21wmSun wyświetla aktualne godziny wschodu i zachodu Słońca. Aby program
22działał poprawnie trzeba podać długość i szerokość geograficzną dla
23miejsca, w którym przebywamy.
53bd77e5 24
e60d70b6 25%prep
53bd77e5 26%setup -q
e60d70b6
AF
27
28%build
2ceb613a 29%{__make} -C %{name} clean
30%{__make} -C %{name} \
684dd031
MB
31 CC="%{__cc}" \
32 CFLAGS="%{rpmcflags} -Wall"
e60d70b6
AF
33
34%install
35rm -rf $RPM_BUILD_ROOT
c50e14af 36install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_desktopdir}/docklets}
53bd77e5 37
73ae84bb 38install %{name}/%{name} $RPM_BUILD_ROOT%{_bindir}
2732d6d1 39install %{name}/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
53bd77e5 40
c50e14af 41install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/docklets
53bd77e5 42
98773427 43%clean
44rm -rf $RPM_BUILD_ROOT
45
e60d70b6 46%files
53bd77e5 47%defattr(644,root,root,755)
a670fa4f 48%doc BUGS TODO
2732d6d1 49%attr(755,root,root) %{_bindir}/%{name}
3ef5298e 50%{_mandir}/man1/%{name}.1*
c50e14af 51%{_desktopdir}/docklets/wmSun.desktop
This page took 0.093308 seconds and 4 git commands to generate.