rpms/wv2/devel wv2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Jul 1 22:40:31 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/wv2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31868/devel

Modified Files:
	.cvsignore sources 
Added Files:
	wv2.spec 
Log Message:
auto-import wv2-0.2.2-4 on branch devel from wv2-0.2.2-4.src.rpm


--- NEW FILE wv2.spec ---
Name:           wv2
Version:        0.2.2
Release:        4
Summary:        A library which allows access to Microsoft® Word files

Group:          System Environment/Libraries
License:        LGPL
URL:            http://wvware.sourceforge.net
Source0:        http://dl.sf.net/wvware/wv2-0.2.2.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libgsf-devel
BuildRequires:  libxml2-devel
BuildRequires:  glib2-devel
BuildRequires:  zlib-devel
BuildRequires:  pkgconfig

%description
wv is a library which allows access to Microsoft® Word files. It can load and
parse Word 2000, 97, 95 and 6 file formats. (These are the file formats known
internally as Word 9, 8, 7 and 6.) There is some support for reading earlier
formats as well: Word 2 docs are converted to plaintext. 

%package devel
Summary:        Development tools for programs which will use the wv2 library
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       libgsf-devel
Requires:       glib2-devel
Requires:       libxml2-devel

%description devel 
The wv2-devel package includes the header files necessary for developing.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig 

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING.LIB README RELEASE THANKS TODO
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc doc/*
%{_bindir}/wv2-config
%{_libdir}/*.so
%{_includedir}/wv2

%changelog
* Fri Jul 01 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 0.2.2-4
- add some Requires for the devel package
- changed some files around
- added missing defattr to devel package

* Thu Jun 30 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 0.2.2-3
- drop explicit Requires for ldconfig

* Wed Jun 29 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 0.2.2-2
- added trademarks
- added missing ldconfig

* Sun Jun 26 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 0.2.2-1
- Initial Release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wv2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Jul 2005 22:37:08 -0000	1.1
+++ .cvsignore	1 Jul 2005 22:40:29 -0000	1.2
@@ -0,0 +1 @@
+wv2-0.2.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wv2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Jul 2005 22:37:08 -0000	1.1
+++ sources	1 Jul 2005 22:40:29 -0000	1.2
@@ -0,0 +1 @@
+d05318852b6c599270c7e0376834c413  wv2-0.2.2.tar.bz2




More information about the scm-commits mailing list