]> git.pld-linux.org Git - packages/anaconda.git/blob - anaconda.spec
- locales cleanup
[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-devel >= 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 rm -f po/no.po
90 mv -f po/{eu_ES,eu}.po
91 mv -f po/{sr,sr@Latn}.po
92
93 %build
94 mv Makefile Makefile.old
95 sed 's/$(PYTHON) scripts/python scripts/' Makefile.old > Makefile
96 rm Makefile.old
97 cp %{SOURCE1} scripts/mk-images
98 cp %{SOURCE2} scripts/upd-instroot
99 cp %{SOURCE3} scripts/mk-images.i386
100 %{__make} depend
101 %{__make} \
102         RPM_OPT_FLAGS="%{rpmcflags}"
103
104 %install
105 rm -rf $RPM_BUILD_ROOT
106
107 %{__make} install \
108         DESTDIR=$RPM_BUILD_ROOT
109
110 %find_lang %{name}
111
112 %clean
113 rm -rf $RPM_BUILD_ROOT
114
115 %files -f %{name}.lang
116 %defattr(644,root,root,755)
117 %doc docs/command-line.txt
118 %doc docs/install-methods.txt
119 %doc docs/kickstart-docs.txt
120 %doc docs/mediacheck.txt
121 %doc docs/anaconda-release-notes.txt
122 %attr(755,root,root) %{_bindir}/mini-wm
123 %attr(755,root,root) %{_sbindir}/anaconda
124 %{_datadir}/anaconda
125 %{_libdir}/anaconda
126
127 %files runtime
128 %defattr(-,root,root,755)
129 %{_libdir}/anaconda-runtime
130
131 %changelog
132 * %{date} PLD Team <feedback@pld-linux.org>
133 All persons listed below can be reached at <cvs_login>@pld-linux.org
134
135 $Log: anaconda.spec,v $
136 Revision 1.4  2005-04-29 16:38:04  qboosh
137 - locales cleanup
138
139 Revision 1.3  2005/04/29 16:22:41  qboosh
140 - pl, some cleanups
141
142 Revision 1.2  2005/04/28 22:45:31  patrys
143 - moved from DEVEL
144
145 Revision 1.1.2.7  2005/04/23 23:35:46  patrys
146 - fixed deps
147
148 Revision 1.1.2.6  2005/04/23 22:51:30  patrys
149 - fixed deps
150
151 Revision 1.1.2.5  2005/04/23 21:35:57  patrys
152 - fixed deps
153
154 Revision 1.1.2.4  2005/04/23 18:14:22  patrys
155 - working version codenamed "hangover"
156
157 Revision 1.1.2.3  2005/04/23 17:59:29  patrys
158 - more fixes, builds now
159
160 Revision 1.1.2.2  2005/04/23 17:20:19  patrys
161 - add static requirements for glibc and zlib
162
163 Revision 1.1.2.1  2005/04/23 16:49:50  patrys
164 - Initial PLD release
165 - missing deps
166 - something wrong with glibc dependency (ld is unable to find -lresolv)
This page took 0.1054 seconds and 4 git commands to generate.