]> git.pld-linux.org Git - SPECS.git/blob - guile-www.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / guile-www.spec
1 Summary:        Guile WWW library
2 Summary(pl.UTF-8):      Biblioteka WWW do Guile
3 Name:           guile-www
4 Version:        1.1.1
5 Release:        2
6 License:        GPL
7 Group:          Development/Languages/Scheme
8 Source0:        ftp://ftp.gnu.org/pub/gnu/guile/%{name}-%{version}.tar.gz
9 # Source0-md5:  134cc208f7b6fd30aa03bae90ce2f152
10 URL:            http://www.gnu.org/software/guile/guile.html
11 BuildRequires:  guile-devel
12 Requires:       guile
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This is the Guile WWW library, a set of Guile Scheme modules to
17 facilitate HTTP, URL and CGI programming.
18
19 %description -l pl.UTF-8
20 To jest biblioteka WWW dla Guile, czyli zestaw modułów Guile Scheme
21 mających za zadanie ułatwić programowanie HTTP, URL i CGI.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %post   -p      /sbin/postshell
40 -/usr/sbin/fix-info-dir -c %{_infodir}
41
42 %postun -p      /sbin/postshell
43 -/usr/sbin/fix-info-dir -c %{_infodir}
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog NEWS README
48 %{_datadir}/guile/www
49 %{_infodir}/*.info*
This page took 0.144631 seconds and 3 git commands to generate.