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.
This commit is contained in:
parent
054ad140e1
commit
381cadbb41
@ -0,0 +1 @@
|
|||||||
|
libuninameslist_src-040707.tgz
|
74
libuninameslist.spec
Normal file
74
libuninameslist.spec
Normal file
@ -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 <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.2.040707
|
||||||
|
- Updated to 040707.
|
||||||
|
|
||||||
|
* Fri Jul 2 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.2.040701
|
||||||
|
- Updated to 040701.
|
||||||
|
|
||||||
|
* Mon Oct 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.0-0.fdr.2.030713
|
||||||
|
- Enable static libs, add -devel subpackage.
|
||||||
|
|
||||||
|
* Mon Oct 13 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.1.030713
|
||||||
|
- Initial RPM release.
|
Loading…
Reference in New Issue
Block a user