[libticonv] Initial import (#1186494).

Ben Rosser tc01 at fedoraproject.org
Tue Feb 17 18:41:14 UTC 2015


commit 2eb354961c2805afd7e945db22ac75de8160d82b
Author: Ben Rosser <rosser.bjr at gmail.com>
Date:   Tue Feb 17 13:41:01 2015 -0500

    Initial import (#1186494).

 .gitignore     |    1 +
 libticonv.spec |  106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 108 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b6e2bfa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/libticonv-1.1.4.tar.bz2
diff --git a/libticonv.spec b/libticonv.spec
new file mode 100644
index 0000000..88e5e96
--- /dev/null
+++ b/libticonv.spec
@@ -0,0 +1,106 @@
+%define tilp_version 1.17
+
+Name:           libticonv
+Version:        1.1.4
+Release:        3%{?dist}
+Summary:        Texas Instruments calculators charsets library
+
+Group:          Development/Libraries
+License:        GPLv2+
+URL:            https://sourceforge.net/projects/tilp/
+Source0:        http://sourceforge.net/projects/tilp/files/tilp2-linux/tilp2-%{tilp_version}/%{name}-%{version}.tar.bz2
+
+BuildRequires:  glib2-devel, pkgconfig, tfdocgen
+
+%package devel
+
+Group:          Development/Libraries
+Summary:        Development files for %{name}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%package doc
+
+Group:          Development/Libraries
+Summary:        HTML documentation for %{name}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description
+The ticonv library is a library capable of conversions between
+Texas Instruments character sets and UTF-8/UTF-16 character sets.
+
+%description devel
+Include files and libraries for linking and developing
+applications using libticonv.
+
+%description doc
+HTML documentation for linking and developing applications
+using libticonv.
+
+%prep
+%setup -q
+# Fix wrong EOF encodings.
+sed -i 's/\r$//' README
+sed -i 's/\r$//' ChangeLog
+sed -i 's/\r$//' AUTHORS
+sed -i 's/\r$//' docs/html/clean.bat
+sed -i 's/\r$//' docs/html/style.css
+
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
+rm -f %{buildroot}%{_libdir}/libticonv.la
+cd docs
+make install DESTDIR=%{buildroot}
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%{_libdir}/libticonv.so.*
+%doc README AUTHORS
+%license COPYING
+
+%files devel
+%{_libdir}/libticonv.so
+%{_libdir}/pkgconfig/ticonv.pc
+%{_includedir}/tilp2/
+
+%files doc
+%doc %{_docdir}/libticonv
+
+%changelog
+* Mon Feb 16 2015 'Ben Rosser' <rosser.bjr at gmail.com> 1.1.4-3
+- Added a doc subpackage for the HTML documentation.
+
+* Tue Feb 10 2015 'Ben Rosser' <rosser.bjr at gmail.com> 1.1.4-2
+- Added license tag for COPYING license text.
+
+* Mon Feb 2 2015 'Ben Rosser' <rosser.bjr at gmail.com> 1.1.4-1
+- Updated to latest upstream tilp version
+
+* Wed Jul 11 2012 'Ben Rosser' <rosser.bjr at gmail.com> 1.1.3-5
+- Added full documentation, built by tfdocgen
+
+* Wed Jun 20 2012 'Ben Rosser' <rosser.bjr at gmail.com> 1.1.3-4
+- Removed libtool archives from compilation
+- Added versioned Require for libticonv-devel
+
+* Tue Jun 19 2012 'Ben Rosser' <rosser.bjr at gmail.com> 1.1.3-3
+- devel subpackage now requires the parent package, as is proper
+
+* Tue Jun 19 2012 'Ben Rosser' <rosser.bjr at gmail.com> 1.1.3-2
+- Added libticonv-devel subpackage
+- Fixed description line's length
+
+* Tue Jun 19 2012 'Ben Rosser' <rosser.bjr at gmail.com> 1.1.3-1
+- libticonv will take ownership of /usr/include/tilp2
+
+* Tue Jun 19 2012 'Ben Rosser' <rosser.bjr at gmail.com> 1.1.3-0
+- Updated to 1.1.3, vastly improved specfile
+
+* Sat Jul 30 2011 'Ben Rosser' <rosser.bjr at gmail.com> 1.1.2-0
+- Initial version of the package
diff --git a/sources b/sources
index e69de29..e7cbac2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+60097a9f93044da7676d11285c782118  libticonv-1.1.4.tar.bz2


More information about the scm-commits mailing list