From 381cadbb41f34d3cd15ac99551d35a2e3d27a7aa Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 04:48:28 +0000 Subject: [PATCH] auto-import changelog data from libuninameslist-0.0-0.fdr.2.040707.rh80.src.rpm 0.0-0.fdr.2.040707 - Updated to 040707. 0.0-0.fdr.2.040701 - Updated to 040701. 0.0-0.fdr.2.030713 - Enable static libs, add -devel subpackage. 0.0-0.fdr.1.030713 - Initial RPM release. --- .cvsignore | 1 + libuninameslist.spec | 74 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 76 insertions(+) create mode 100644 libuninameslist.spec diff --git a/.cvsignore b/.cvsignore index e69de29..2e5c891 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libuninameslist_src-040707.tgz diff --git a/libuninameslist.spec b/libuninameslist.spec new file mode 100644 index 0000000..4df101b --- /dev/null +++ b/libuninameslist.spec @@ -0,0 +1,74 @@ +Name: libuninameslist +Version: 0.0 +Release: 0.fdr.2.040707.rh80 +Epoch: 0 +Summary: Library that provides Unicode names and annotations + +Group: System Environment/Libraries +License: BSD +URL: http://libuninameslist.sourceforge.net +Source0: http://dl.sf.net/libuninameslist/libuninameslist_src-040707.tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +libuninameslist provides applications with access to Unicode name and +annotation data from the official Unicode databases. The information +is current as of Unicode 4.0. + +%package devel +Summary: Header files and static libraries for %{name} +Group: Development/Libraries +Requires: %{name} = %{epoch}:%{version}-%{release} + +%description devel +This package contains header files and static libraries for %{name}. + + +%prep +%setup -q -n libuninameslist + + +%build +%configure --enable-static +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall incdir=$RPM_BUILD_ROOT%{_includedir} +find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files +%defattr(-,root,root,-) +%doc COPYING LICENSE +%{_libdir}/*.so.* + +%files devel +%defattr(-,root,root,-) +%{_libdir}/*.a +%{_libdir}/*.so +%{_includedir}/* + + +%changelog +* Sat Jul 17 2004 Marius L. Jøhndal - 0:0.0-0.fdr.2.040707 +- Updated to 040707. + +* Fri Jul 2 2004 Marius L. Jøhndal - 0:0.0-0.fdr.2.040701 +- Updated to 040701. + +* Mon Oct 13 2003 Ville Skyttä - 0:0.0-0.fdr.2.030713 +- Enable static libs, add -devel subpackage. + +* Mon Oct 13 2003 Marius L. Jøhndal - 0:0.0-0.fdr.1.030713 +- Initial RPM release. diff --git a/sources b/sources index e69de29..f4dcc8f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +2f81df367b03c8bfda361c47d643e166 libuninameslist_src-040707.tgz