View | Details | Raw Unified | Return to bug 4876
Collapse All | Expand All

(-)alternatives.spec.orig (-4 / +7 lines)
Lines 1-6 Link Here
1
Name: alternatives
1
Name: alternatives
2
Version: 0.1.0
2
Version: 0.1.0
3
Release: alt2
3
Release: alt3
4
4
5
Summary: alternatives support
5
Summary: alternatives support
6
License: GPL
6
License: GPL
Lines 15-22 Link Here
15
15
16
%def_without test
16
%def_without test
17
17
18
# Automatically added by buildreq on Wed Jun 25 2003
18
BuildRequires: alt-entities gcc-c++ docbook-dtds docbook-style-xsl doxygen graphviz libing-devel libxml2-devel libxslt xml-utils xsltproc
19
BuildRequires: XFree86-libs alt-entities docbook-dtds docbook-style-xsl doxygen freetype2 gcc-c++ graphviz libgd2 libing-devel libjpeg libstdc++-devel libxml2-devel libxslt xml-common xpm xsltproc
20
19
21
Provides: %_sysconfdir/%name/packages.d
20
Provides: %_sysconfdir/%name/packages.d
22
21
Lines 59-65 Link Here
59
%endif
58
%endif
60
59
61
%install
60
%install
62
%make_install PREFIX=/usr DESTDIR=$RPM_BUILD_ROOT install
61
%make_install PREFIX=/usr DESTDIR=$RPM_BUILD_ROOT LIBDIR=$RPM_BUILD_ROOT%_libdir install
63
62
64
install -d $RPM_BUILD_ROOT%_sysconfdir/rpm/macros.d
63
install -d $RPM_BUILD_ROOT%_sysconfdir/rpm/macros.d
65
cat >$RPM_BUILD_ROOT%_sysconfdir/rpm/macros.d/%name<<EOF
64
cat >$RPM_BUILD_ROOT%_sysconfdir/rpm/macros.d/%name<<EOF
Lines 122-127 Link Here
122
%_libdir/*.a
121
%_libdir/*.a
123
122
124
%changelog
123
%changelog
124
* Mon Jul 26 2004 Kachalov Anton <mouse@altlinux.ru> 0.1.0-alt3
125
- remove a lot of "trash" BuildRequires
126
- fix compiling on x86_64
127
125
* Wed Jun 16 2004 Stanislav Ievlev <inger@altlinux.org> 0.1.0-alt2
128
* Wed Jun 16 2004 Stanislav Ievlev <inger@altlinux.org> 0.1.0-alt2
126
- allow same candidates (specially for java)
129
- allow same candidates (specially for java)
127
130

Return to bug 4876