]> git.pld-linux.org Git - packages/astrolog.git/blame - astrolog.spec
- initial version
[packages/astrolog.git] / astrolog.spec
CommitLineData
eab5c606
SZ
1Summary: astrology program
2Summary(pl): program do astrologii
3Name: astrolog
4Version: 5.40
5Release: 1
6License: Freeware
7Group: X11/Applications
8Source0: http://www.astrolog.org/ftp/ast54unx.shr
9# Source0-md5: 3d604e013d8a7e2134bc637f17bb2857
10Patch0: %{name}-libs.patch
11URL: http://www.astrolog.org/
12BuildRequires: XFree86-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%define _prefix /usr/X11R6
16
17%description
18Astrolog is a freeware astrology program.
19
20%description -l pl
21Astrolog jest darmowym programem do astrologii.
22
23%prep
24%setup -q -c -T
25/bin/sh %{SOURCE0}
26%patch0 -p1
27
28%build
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33# create directories if necessary
34install -d $RPM_BUILD_ROOT%{_bindir}
35install astrolog $RPM_BUILD_ROOT%{_bindir}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc *.540
43%attr(755,root,root) %{_bindir}/*
This page took 0.092531 seconds and 4 git commands to generate.