Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 151926 Details for
Bug 229154
Review Request: konwert - Converter of character encodings
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
-11 spec file (some fixes added)
konwert.spec (text/plain), 4.40 KB, created by
Mamoru TASAKA
on 2007-04-08 05:35:50 UTC
(
hide
)
Description:
-11 spec file (some fixes added)
Filename:
MIME Type:
Creator:
Mamoru TASAKA
Created:
2007-04-08 05:35:50 UTC
Size:
4.40 KB
patch
obsolete
>Name: konwert >Version: 1.8 >Release: 11%{?dist} >Summary: Charset conversion for files or terminal I/O > >Group: Applications/Text >License: GPL >URL: http://qrnik.knm.org.pl/~qrczak/tmp/konwert/ >Source0: http://qrnik.knm.org.pl/~qrczak/tmp/konwert/%{name}-%{version}.tar.gz >Patch0: http://qrnik.knm.org.pl/~qrczak/tmp/konwert/%{name}-forbids_data_member.patch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >%description >Konwert is a charset converter similar to iconv. Available features >include one-to-many conversions, context-dependent conversions, >approximations of some unavailable characters. 'filterm' applies >filter conversion to a terminal's I/O, to get on-the-fly charset >conversion, and customized input methods. > >%package devel >Summary: Development of Konwert's filters >Group: Development/Tools >Requires: %{name} = %{version}-%{release} > >%description devel >The package contains scripts and data files useful for development of >new filters for konwert. > >%prep >%setup -q >%patch0 -p1 ># reoganizing documentation >mv ./doc/pl/BLEDY ./doc/pl/BUGS.pl >mv ./doc/pl/CZYTAJTO ./doc/pl/README.pl >mv ./doc/pl/filterm ./doc/pl/filterm.pl >mv ./doc/pl/filtry ./doc/pl/filters.pl >mv ./doc/pl/konwert ./doc/pl/konwert.pl >mv ./doc/pl/podziekowania ./doc/pl/thanks.pl >mv ./doc/pl/trs ./doc/pl/trs.pl >mv ./doc/pl/tworzenie ./doc/pl/devel.pl ># converting man pages to Unicode >find ./man -name "*.1" -exec iconv -f iso8859-2 -t utf8 {} -o {}utf \; >rename utf '' ./man/man1/* >rename utf '' ./man/pl/man1/* ># fix of broken symlinks >rm -rf ./install/share/filters/512bold >rm -rf ./install/share/filters/512bold1 >BASELIB=`basename %{_libdir}` >ln -s ../../../$BASELIB/konwert/aux/512bold ./install/share/filters/512bold >ln -s ../../../$BASELIB/konwert/aux/512bold1 ./install/share/filters/512bold1 ># remove -s flag from the Makefile >sed -i.bak -e 's|-m755 -s|-m755|g' -e 's|cp -d|cp -dp|' Makefile > >%build >OPTFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions -fno-implicit-templates" >make %{?_smp_mflags} \ > CXXFLAGS="$OPTFLAGS" \ > prefix=%{_prefix} \ > libdir=%{_libdir} \ > perl=%{_bindir}/perl > >%install >rm -rf $RPM_BUILD_ROOT > ># fixing man.config is not necessary anymore >make install \ > prefix=$RPM_BUILD_ROOT%{_prefix} \ > mandir=$RPM_BUILD_ROOT%{_mandir} \ > mydocdir=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} \ > sharedir=$RPM_BUILD_ROOT%{_datadir} \ > libdir=$RPM_BUILD_ROOT%{_libdir} \ > perl=%{_bindir}/perl \ > dontfixmanconfig=1 > >%clean >rm -rf $RPM_BUILD_ROOT > >%files >%defattr(-,root,root,-) >%doc doc/en/BUGS doc/en/CHANGES doc/en/COPYING doc/en/README >%doc doc/en/TODO doc/en/filterm doc/en/filters doc/en/konwert >%doc doc/en/thanks doc/en/trs >%lang(pl) %doc doc/pl/BUGS.pl doc/pl/README.pl doc/pl/filterm.pl doc/pl/filters.pl >%lang(pl) %doc doc/pl/konwert.pl doc/pl/thanks.pl doc/pl/trs.pl >%{_bindir}/filterm >%{_bindir}/konwert >%{_bindir}/trs >%{_datadir}/konwert >%exclude %{_datadir}/konwert/devel >%{_libdir}/konwert >%exclude %{_libdir}/konwert/devel >%{_mandir}/man1/* >%lang(pl) %{_mandir}/pl/man1/* > >%files devel >%defattr(-,root,root,-) >%doc doc/en/devel >%lang(pl) %doc doc/pl/devel.pl >%{_datadir}/konwert/devel >%{_libdir}/konwert/devel > >%changelog >* Sun Apr 08 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.8-11 >- Remove non-working 'INSTALL' method and keep timestamp correctly >- Mark Polish documentation as %%lang(pl) > >* Wed Apr 04 2007 Daniil Ivanov <daniil.ivanov@gmail.com> - 1.8-10 >- "-m755 -s" replaced with "-m755" in Makefile > >* Thu Feb 22 2007 Daniil Ivanov <daniil.ivanov@gmail.com> - 1.8-9 >- Added {_libdir}/konwert/devel to files of devel package > >* Wed Feb 21 2007 Daniil Ivanov <daniil.ivanov@gmail.com> - 1.8-8 >- perl dependency removed >- devel package Requires improved >- Descriptions and Group changed >- -fomit-frame-pointer removed from OPTFLAGS >- make is used instead of macros >- Documentation reorganized >- man pages converted to Unicode >- Files section is completely rewritten >- symlinks fixed >- sharedir added to make install > >* Sun Feb 18 2007 Daniil Ivanov <daniil.ivanov@gmail.com> - 1.8-7 >- Initial Fedora Core package > >* Thu Sep 09 1998 Marcin 'Qrczak' Kowalczyk <qrczak@knm.org.pl> - 1.8-2 >- Revised attr's >- Added CXXFLAGS="$RPM_OPT_FLAGS" >- Added Polish descriptions > >* Sun Jul 19 1998 Marcin 'Qrczak' Kowalczyk <qrczak@knm.org.pl> - 1.8-2 >- Split into konwert and konwert-devel packages > >* Sat Jul 04 1998 Marcin 'Qrczak' Kowalczyk <qrczak@knm.org.pl> - 1.8-2 >- First release in RPM (thanks to Ziemek Borowski > <ziembor@FAQ-bot.Ziembor.waw.pl>)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 229154
:
148349
|
148464
| 151926