Changeset 534 for spec/trunk/SPECS/gettext.spec
- Timestamp:
- Feb 13, 2015, 10:03:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/gettext.spec
r509 r534 1 1 #define svn_url F:/rd/ports/gettext/trunk 2 2 %define svn_url http://svn.netlabs.org/repos/ports/gettext/trunk 3 %define svn_rev 9823 %define svn_rev 1005 4 4 5 5 %bcond_with jar … … 10 10 Summary: GNU libraries and utilities for producing multi-lingual messages 11 11 Name: gettext 12 Version: 0.18. 1.113 Release: 7%{?dist}12 Version: 0.18.3.2 13 Release: 1%{?dist} 14 14 License: GPLv3+ and LGPLv2+ 15 15 Group: Development/Tools … … 33 33 %endif 34 34 # need expat for xgettext on glade 35 #Buildrequires: expat-devel35 Buildrequires: expat-devel 36 36 # for po-mode.el 37 37 #BuildRequires: emacs … … 68 68 # for autopoint 69 69 #Requires: git 70 Obsoletes: gettext-autopoint < 0.18. 1.1-370 Obsoletes: gettext-autopoint < 0.18.3.2-1 71 71 Provides: gettext-autopoint = %{version}-%{release} 72 72 … … 151 151 %configure \ 152 152 --without-included-gettext --enable-nls \ 153 --with out-included-libxml\153 --with-libxml2-prefix=/@unixroot/usr/include/libxml2 \ 154 154 --disable-csharp \ 155 155 --disable-java --disable-native-java\ … … 172 172 aclocaldir=%{_datadir}/aclocal EXAMPLESFILES="" 173 173 174 rm -f ${RPM_BUILD_ROOT}%{_datadir}/gettext/archive.git.tar.gz174 #rm -f ${RPM_BUILD_ROOT}%{_datadir}/gettext/archive.git.tar.gz 175 175 176 176 # OS/2 specific files … … 292 292 %doc gettext-runtime/intl/COPYING* 293 293 #/bin/* 294 #%exclude %{_bindir}/autopoint294 %exclude %{_bindir}/autopoint 295 295 %{_bindir}/* 296 296 %{_infodir}/gettext* … … 311 311 %defattr(-,root,root,-) 312 312 #%doc gettext-runtime/man/*.3.html ChangeLog 313 #%{_bindir}/autopoint314 #%{_datadir}/%{name}/archive.*.tar.gz313 %{_bindir}/autopoint 314 %{_datadir}/%{name}/archive.*.tar.xz 315 315 %{_datadir}/%{name}/projects/ 316 316 %{_datadir}/%{name}/config.rpath … … 357 357 358 358 %changelog 359 * Fri Feb 13 2015 yd <yd@os2power.com> 0.18.3.2-1 360 - r1005 and others, updated source code to 0.18.3.2. 361 359 362 * Mon Feb 02 2015 yd <yd@os2power.com> 0.18.1.1-7 360 363 - rebuilt with gcc 4.9.2.
Note:
See TracChangeset
for help on using the changeset viewer.