rpms/libytnef/F-8 libytnef.spec,NONE,1.1

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Dec 21 08:19:38 UTC 2007


Author: awjb

Update of /cvs/pkgs/rpms/libytnef/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27894/F-8

Added Files:
	libytnef.spec 
Log Message:
- add specs



--- NEW FILE libytnef.spec ---
Name:           libytnef
Version:        1.5
Release:        2%{?dist}
Summary:        TNEF Stream Parser Library

Group:          System Environment/Libraries
License:        GPL+
URL:            http://ytnef.sf.net
Source0:        http://dl.sf.net/ytnef/libytnef-1.5.tar.bz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
TNEF Stream Parser Library, used by "ytnef" to decode TNEF (winmail.dat)
streams generated by Microsoft Outlook.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT includedir=%{_includedir}/%{name}
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}/
%{_libdir}/*.so


%changelog
* Thu Dec 20 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.5-2
- fix license
- move includes to own subfolder

* Mon Dec 17 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.5-1
- initial version




More information about the fedora-extras-commits mailing list