General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Primary buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

uni2ascii spec file : Dries RPM Repository

Back to the uni2ascii rpms

Current spec in pydar2:


# $Id: uni2ascii.spec 5721 2007-08-13 07:26:26Z dries $
# Authority: dries
# Upstream: Bill Poser 

Summary: Convert between UTF-8 Unicode and 7-bit ASCII equivalents
Name: uni2ascii
Version: 4.3.2
Release: 1
License: GPL
Group: Applications/Text
URL: http://www.billposer.org/Software/uni2ascii.html

Source: http://billposer.org/Software/Downloads/uni2ascii-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: python-devel

%description
uni2ascii and ascii2uni convert between UTF-8 Unicode and more than a
dozen 7-bit ASCII equivalents including: hexadecimal and decimal HTML
numeric character references, \u-escapes, standard hexadecimal, raw
hexadecimal, and RFC2396 URI format. Such ASCII equivalents are
encountered in a variety of circumstances, such as when Unicode text is
included in program source, when entering text into Web programs that can
handle the Unicode character set but are not 8-bit safe, and when debugging.

%prep
%setup

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
#%{__install} -d -m0755 %{buildroot}%{_bindir}
#%{__install} -d -m0755 %{buildroot}%{_mandir}/man1/
#%{__install} -d -m0755 %{buildroot}%{_datadir}/locale/
%{__make} install DESTDIR="%{buildroot}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING CREDITS INSTALL README
%doc %{_mandir}/man1/ascii2uni.1*
%doc %{_mandir}/man1/uni2ascii.1*
%{_bindir}/u2a
%{_bindir}/ascii2uni
%{_bindir}/uni2ascii

%changelog
* Mon Aug 13 2007 Dries Verachtert  - 4.3.2-1
- Updated to release 4.3.2.

* Mon Mar 12 2007 Dries Verachtert  - 4.3-1
- Updated to release 4.3.

* Sun Mar 04 2007 Dag Wieers  - 4.2-1
- Updated to release 4.2.

* Thu Mar 01 2007 Dag Wieers  - 4.1-1
- Updated to release 4.1.

* Sat Feb 24 2007 Dries Verachtert  - 4.0-1
- Updated to release 4.0.

* Sun Feb 11 2007 Dag Wieers  - 3.13-1
- Updated to release 3.13.

* Thu Jan 11 2007 Dag Wieers  - 3.12-1
- Updated to release 3.12.

* Thu Dec 21 2006 Dries Verachtert  - 3.11-1
- Updated to release 3.11.

* Tue Dec 05 2006 Dries Verachtert  - 3.10-1
- Updated to release 3.10.

* Sat Aug 12 2006 Dries Verachtert  - 3.9.5-1
- Updated to release 3.9.5.

* Fri Jun 09 2006 Dag Wieers  - 3.9.3-1
- Updated to release 3.9.3.

* Wed May 17 2006 Dag Wieers  - 3.9-1
- Updated to release 3.9.

* Sat May 06 2006 Dries Verachtert  - 3.8-1
- Updated to release 3.8.

* Sat Apr 29 2006 Dries Verachtert  - 3.7-1
- Updated to release 3.7.

* Fri Apr 21 2006 Dries Verachtert  - 3.6-1
- Updated to release 3.6.

* Sun Mar 26 2006 Dries Verachtert  - 3.5.2-1
- Updated to release 3.5.2.

* Sun Mar 12 2006 Dag Wieers  - 3.5-1
- Updated to release 3.5.

* Wed Mar 01 2006 Dries Verachtert  - 3.4-1
- Updated to release 3.4.

* Wed Jan 25 2006 Dries Verachtert  - 3.3-1
- Updated to release 3.3.

* Tue Jan 17 2006 Dag Wieers  - 3.2-1
- Updated to release 3.2.

* Thu Jan 12 2006 Dries Verachtert  - 3.1-1
- Updated to release 3.1.

* Fri Dec 16 2005 Dries Verachtert  - 3.0-1
- Updated to release 3.0.

* Sat Dec 10 2005 Dries Verachtert  - 2.8-1
- Updated to release 2.8.

* Tue Dec 06 2005 Dries Verachtert  - 2.7-1
- Updated to release 2.7.

* Fri Nov 11 2005 Dries Verachtert  - 2.6-2
- Fix files section.

* Wed Nov 09 2005 Dries Verachtert  - 2.6-1
- Updated to release 2.6.

* Mon Oct 10 2005 Dries Verachtert  - 2.5-1
- Initial package.