]> git.pld-linux.org Git - SPECS.git/blob - lg-latest.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / lg-latest.spec
1 Summary:        LinuxGazette - latest issues
2 Summary(pl.UTF-8):      LinuxGazette - najnowsze wydania
3 Name:           lg-latest
4 Version:        157
5 Release:        1
6 License:        distributable
7 Group:          Documentation
8 Source0:        http://linuxgazette.net/ftpfiles/lg-151.tar.gz
9 # Source0-md5:  323a599056403da8d01a271067100036
10 Source1:        http://linuxgazette.net/ftpfiles/lg-152.tar.gz
11 # Source1-md5:  9f0fb42dcb73771c962a3db1261b4390
12 Source2:        http://linuxgazette.net/ftpfiles/lg-153.tar.gz
13 # Source2-md5:  7f6f3bb001e37b5ddd7112bf17b32185
14 Source3:        http://linuxgazette.net/ftpfiles/lg-154.tar.gz
15 # Source3-md5:  64d363501a9b60bcc9d4980e770d0651
16 Source4:        http://linuxgazette.net/ftpfiles/lg-155.tar.gz
17 # Source4-md5:  76f040a035dc498e4784eb3be72b42df
18 Source5:        http://linuxgazette.net/ftpfiles/lg-156.tar.gz
19 # Source5-md5:  605e847f98293d88df83e3870e50dd72
20 Source6:        http://linuxgazette.net/ftpfiles/lg-157.tar.gz
21 # Source6-md5:  af2636e98fd5ef41c8ac7f0cfb5eacec
22 URL:            http://www.linuxgazette.net/
23 Requires:       lg-base >= %{version}
24 Conflicts:      lg-issue151to160
25 BuildArch:      noarch
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 This package contains latest issues of LinuxGazette.
30
31 %description -l pl.UTF-8
32 Ten pakiet zawiera najnowsze wydania LinuxGazette.
33
34 %prep
35 %setup -q -n lg -b1 -b2 -b3 -b4 -b5 -b6
36 for i in 1*; do mv $i issue$i; done
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_docdir}/LinuxGazette
41 cp -a * $RPM_BUILD_ROOT%{_docdir}/LinuxGazette
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %{_docdir}/LinuxGazette/*
This page took 0.15347 seconds and 3 git commands to generate.