Changeset 50 for spec/trunk/SPECS
- Timestamp:
- Oct 14, 2010, 9:26:48 PM (15 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/cpio.spec
r39 r50 15 15 #Requires(preun): /sbin/install-info 16 16 #BuildRequires: texinfo, autoconf, gettext, rmt 17 BuildRequires: gettext 17 18 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 19 Requires: gettext-libs 18 20 19 21 %description … … 40 42 export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -pedantic -fno-strict-aliasing -Wall" ; \ 41 43 export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" ; \ 42 export LIBS="-l urpo" ; \44 export LIBS="-lintl -lurpo" ; \ 43 45 %configure --with-rmt="%{_sysconfdir}/rmt" \ 44 46 "--cache-file=%{_topdir}/cache/%{name}.cache" -
spec/trunk/SPECS/python.spec
r38 r50 75 75 Requires: %{name}-libs = %{version}-%{release} 76 76 Requires: pthread 77 Requires: gettext-libs 77 78 78 79 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -
spec/trunk/SPECS/rpm.spec
r49 r50 72 72 BuildRequires: popt-devel%{_isa} >= 1.10.2 73 73 BuildRequires: file-devel%{_isa} 74 #BuildRequires: gettext-devel%{_isa}74 BuildRequires: gettext-devel%{_isa} 75 75 #BuildRequires: libselinux-devel%{_isa} 76 76 BuildRequires: ncurses-devel%{_isa} -
spec/trunk/SPECS/tar.spec
r37 r50 13 13 #Requires: info 14 14 #BuildRequires: autoconf automake gzip texinfo gettext libacl-devel gawk rsh 15 BuildRequires: gettext 15 16 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 16 17 #Requires(post): /sbin/install-info 17 18 #Requires(preun): /sbin/install-info 19 20 Requires: gettext-libs 18 21 19 22 %description … … 37 40 %build 38 41 export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" 39 export LIBS="-l urpo"42 export LIBS="-lintl -lurpo" 40 43 %configure \ 41 44 "--cache-file=%{_topdir}/cache/%{name}.cache" -
spec/trunk/SPECS/yum.spec
r22 r50 18 18 BuildArch: noarch 19 19 BuildRequires: python 20 #BuildRequires: gettext20 BuildRequires: gettext 21 21 #BuildRequires: intltool 22 22
Note:
See TracChangeset
for help on using the changeset viewer.
