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