]> git.pld-linux.org Git - packages/anaconda.git/blob - anaconda.spec
- pl, some cleanups
[packages/anaconda.git] / anaconda.spec
1 Summary:        Graphical system installer
2 Summary(pl):    Graficzny instalator systemu
3 Name:           anaconda
4 Version:        10.2.0.52
5 Release:        0.1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        %{name}-%{version}.tar.bz2
9 # Source0-md5:  13169f43223abc68649394b51009c89e
10 Source1:        %{name}-mk-images
11 Source2:        %{name}-upd-instroot
12 Source3:        %{name}-mk-images.i386
13 Patch0:         %{name}-pld.patch
14 URL:            http://fedora.redhat.com/projects/anaconda-installer/
15 BuildRequires:  X11-devel
16 BuildRequires:  beecrypt-devel
17 BuildRequires:  bogl-bterm >= 0:0.1.9-17
18 BuildRequires:  bogl-devel >= 0:0.1.9-17
19 BuildRequires:  bzip2-devel
20 BuildRequires:  e2fsprogs-devel
21 BuildRequires:  elfutils-devel
22 BuildRequires:  gettext >= 0.11
23 BuildRequires:  glibc-static
24 BuildRequires:  gtk+2-devel
25 BuildRequires:  intltool >= 0.31.2-3
26 BuildRequires:  kudzu-devel >= 1.1
27 BuildRequires:  libselinux-devel >= 1.6
28 BuildRequires:  newt-devel
29 BuildRequires:  newt-static
30 BuildRequires:  pciutils-devel
31 BuildRequires:  popt-static
32 BuildRequires:  pump-devel >= 0.8.20
33 BuildRequires:  python-booty
34 BuildRequires:  python-devel
35 BuildRequires:  python-libxml2
36 BuildRequires:  python-rhpl
37 BuildRequires:  python-rpm >= 4.2-0.61
38 BuildRequires:  python-urlgrabber
39 BuildRequires:  rpm-devel
40 BuildRequires:  slang-static
41 BuildRequires:  zlib-devel
42 BuildRequires:  zlib-static
43 Requires:       anaconda-help
44 Requires:       kudzu
45 Requires:       parted >= 1.6.3-7
46 Requires:       python-booty
47 Requires:       python-libxml2
48 Requires:       python-parted
49 Requires:       python-rhpl > 0.63
50 Requires:       python-rpm >= 4.2-0.61
51 Requires:       python-urlgrabber
52 Requires:       system-logos
53 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
54
55 %description
56 The anaconda package contains the program which can be used to install
57 system. These files are of little use on an already installed system.
58
59 %description -l pl
60 Pakiet anaconda zawiera program, którego mo¿na u¿yæ do zainstalowania
61 systemu. Pliki te maj± niewiele zastosowañ na ju¿ zainstalowanym
62 systemie.
63
64 %package runtime
65 Summary:        Graphical system installer portions needed only for fresh installs
66 Summary(pl):    Elementy graficznego instalatora systemu potrzebne tylko przy nowych instalacjach
67 Group:          Applications/System
68 AutoReqProv:    false
69 Requires:       python
70 Requires:       python-libxml2
71 Requires:       python-rpm >= 4.2-0.61
72
73 %description runtime
74 The anaconda-runtime package contains parts of the installation system
75 which are needed for installing new systems. These files are used to
76 build media sets, but are not meant for use on already installed
77 systems.
78
79 %description runtime -l pl
80 Pakiet anaconda-runtime zawiera elementy instalatora potrzebne tylko
81 do instalowania nowych systemów. Pliki te s³u¿± do tworzenia zestawu
82 no¶ników, nie s± przewidziane do u¿ywania na ju¿ zainstalowanych
83 systemach.
84
85 %prep
86 %setup -q
87 %patch0 -p1
88
89 %build
90 mv Makefile Makefile.old
91 sed 's/$(PYTHON) scripts/python scripts/' Makefile.old > Makefile
92 rm Makefile.old
93 cp %{SOURCE1} scripts/mk-images
94 cp %{SOURCE2} scripts/upd-instroot
95 cp %{SOURCE3} scripts/mk-images.i386
96 %{__make} depend
97 %{__make} \
98         RPM_OPT_FLAGS="%{rpmcflags}"
99
100 %install
101 rm -rf $RPM_BUILD_ROOT
102
103 %{__make} install \
104         DESTDIR=$RPM_BUILD_ROOT
105
106 %clean
107 rm -rf $RPM_BUILD_ROOT
108
109 %files
110 %defattr(644,root,root,755)
111 %doc COPYING
112 %doc docs/command-line.txt
113 %doc docs/install-methods.txt
114 %doc docs/kickstart-docs.txt
115 %doc docs/mediacheck.txt
116 %doc docs/anaconda-release-notes.txt
117 %attr(755,root,root) %{_bindir}/mini-wm
118 %attr(755,root,root) %{_sbindir}/anaconda
119 %{_datadir}/anaconda
120 %attr(644,root,root) %{_datadir}/locale/*/*/*
121 %{_libdir}/anaconda
122
123 %files runtime
124 %defattr(-,root,root,755)
125 %{_libdir}/anaconda-runtime
126
127 %changelog
128 * %{date} PLD Team <feedback@pld-linux.org>
129 All persons listed below can be reached at <cvs_login>@pld-linux.org
130
131 $Log: anaconda.spec,v $
132 Revision 1.3  2005-04-29 16:22:41  qboosh
133 - pl, some cleanups
134
135 Revision 1.2  2005/04/28 22:45:31  patrys
136 - moved from DEVEL
137
138 Revision 1.1.2.7  2005/04/23 23:35:46  patrys
139 - fixed deps
140
141 Revision 1.1.2.6  2005/04/23 22:51:30  patrys
142 - fixed deps
143
144 Revision 1.1.2.5  2005/04/23 21:35:57  patrys
145 - fixed deps
146
147 Revision 1.1.2.4  2005/04/23 18:14:22  patrys
148 - working version codenamed "hangover"
149
150 Revision 1.1.2.3  2005/04/23 17:59:29  patrys
151 - more fixes, builds now
152
153 Revision 1.1.2.2  2005/04/23 17:20:19  patrys
154 - add static requirements for glibc and zlib
155
156 Revision 1.1.2.1  2005/04/23 16:49:50  patrys
157 - Initial PLD release
158 - missing deps
159 - something wrong with glibc dependency (ld is unable to find -lresolv)
This page took 0.072789 seconds and 4 git commands to generate.