]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- moved from DEVEL
authorPatryk Zawadzki <patrys@room-303.com>
Thu, 28 Apr 2005 22:45:31 +0000 (22:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda.spec -> 1.2

anaconda.spec [new file with mode: 0644]

diff --git a/anaconda.spec b/anaconda.spec
new file mode 100644 (file)
index 0000000..b16de46
--- /dev/null
@@ -0,0 +1,140 @@
+Summary:       Graphical system installer
+Name:          anaconda
+Version:       10.2.0.52
+Release:       0.1
+License:       GPL
+Group:         Applications/System
+Source0:       %{name}-%{version}.tar.bz2
+# Source0-md5: 13169f43223abc68649394b51009c89e
+Source1:       %{name}-mk-images
+Source2:       %{name}-upd-instroot
+Source3:       %{name}-mk-images.i386
+Patch0:                %{name}-pld.patch
+URL:           http://fedora.redhat.com/projects/anaconda-installer/
+BuildRequires: X11-devel
+BuildRequires: beecrypt-devel
+BuildRequires: bogl-bterm >= 0:0.1.9-17
+BuildRequires: bogl-devel >= 0:0.1.9-17
+BuildRequires: bzip2-devel
+BuildRequires: e2fsprogs-devel
+BuildRequires: elfutils-devel
+BuildRequires: gettext >= 0.11
+BuildRequires: glibc-static
+BuildRequires: gtk+2-devel
+BuildRequires: intltool >= 0.31.2-3
+BuildRequires: kudzu-devel >= 1.1
+BuildRequires: libselinux-devel >= 1.6
+BuildRequires: newt-devel
+BuildRequires: newt-static
+BuildRequires: pciutils-devel
+BuildRequires: popt-static
+BuildRequires: pump-devel >= 0.8.20
+BuildRequires: python-booty
+BuildRequires: python-devel
+BuildRequires: python-libxml2
+BuildRequires: python-rhpl
+BuildRequires: python-rpm >= 4.2-0.61
+BuildRequires: python-urlgrabber
+BuildRequires: rpm-devel
+BuildRequires: slang-static
+BuildRequires: zlib-devel
+BuildRequires: zlib-static
+Requires:      anaconda-help
+Requires:      kudzu
+Requires:      parted >= 1.6.3-7
+Requires:      python-booty
+Requires:      python-libxml2
+Requires:      python-parted
+Requires:      python-rhpl > 0.63
+Requires:      python-rpm >= 4.2-0.61
+Requires:      python-urlgrabber
+Requires:      system-logos
+BuildRoot: %{tmpdir}/%{name}-%{version}
+
+%description
+The anaconda package contains the program which was used to install your 
+system.  These files are of little use on an already installed system.
+
+%package runtime
+Summary:       Graphical system installer portions needed only for fresh installs.
+Group:         Applications/System
+AutoReqProv:   false
+Requires:      python-libxml2
+Requires:      python
+Requires:      python-rpm >= 4.2-0.61
+
+%description runtime
+The anaconda-runtime package contains parts of the installation system which 
+are needed for installing new systems.  These files are used to build media 
+sets, but are not meant for use on already installed systems.
+
+%prep
+
+%setup -q
+%patch0 -p1
+
+%build
+mv Makefile Makefile.old
+sed 's/$(PYTHON) scripts/python scripts/' Makefile.old > Makefile
+rm Makefile.old
+cp %{SOURCE1} scripts/mk-images
+cp %{SOURCE2} scripts/upd-instroot
+cp %{SOURCE3} scripts/mk-images.i386
+make depend
+make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING
+%doc docs/command-line.txt
+%doc docs/install-methods.txt
+%doc docs/kickstart-docs.txt
+%doc docs/mediacheck.txt
+%doc docs/anaconda-release-notes.txt
+%attr(755,root,root) %{_bindir}/mini-wm
+%attr(755,root,root) %{_sbindir}/anaconda
+%{_datadir}/anaconda
+%attr(644,root,root) %{_datadir}/locale/*/*/*
+%{_libdir}/anaconda
+
+%files runtime
+%defattr(-,root,root,755)
+%{_libdir}/anaconda-runtime
+
+%changelog
+* %{date} PLD Team <feedback@pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log: anaconda.spec,v $
+Revision 1.2  2005-04-28 22:45:31  patrys
+- moved from DEVEL
+
+Revision 1.1.2.7  2005/04/23 23:35:46  patrys
+- fixed deps
+
+Revision 1.1.2.6  2005/04/23 22:51:30  patrys
+- fixed deps
+
+Revision 1.1.2.5  2005/04/23 21:35:57  patrys
+- fixed deps
+
+Revision 1.1.2.4  2005/04/23 18:14:22  patrys
+- working version codenamed "hangover"
+
+Revision 1.1.2.3  2005/04/23 17:59:29  patrys
+- more fixes, builds now
+
+Revision 1.1.2.2  2005/04/23 17:20:19  patrys
+- add static requirements for glibc and zlib
+
+Revision 1.1.2.1  2005/04/23 16:49:50  patrys
+- Initial PLD release
+- missing deps
+- something wrong with glibc dependency (ld is unable to find -lresolv)
This page took 0.087224 seconds and 4 git commands to generate.