rpms/wv/devel wv.spec,1.10,1.11

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Fri Oct 28 14:21:05 UTC 2005


Author: abompard

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

Modified Files:
	wv.spec 
Log Message:
- split out a -devel package


Index: wv.spec
===================================================================
RCS file: /cvs/extras/rpms/wv/devel/wv.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wv.spec	15 May 2005 15:30:18 -0000	1.10
+++ wv.spec	28 Oct 2005 14:21:03 -0000	1.11
@@ -1,7 +1,7 @@
 Name:       wv
 Summary:    MSWord 6/7/8/9 binary file format to HTML converter
 Version:    1.0.3
-Release:    1%{?dist}
+Release:    2%{?dist}
 License:    GPL
 Group:      Applications/Text
 URL:        http://wvware.sourceforge.net
@@ -20,7 +20,6 @@
 BuildRequires: pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides:   wvware = %{version}-%{release}
-Provides:   wv-devel = %{version}-%{release}
 
 %description
 Wv is a program that understands the Microsoft Word 6/7/8/9
@@ -28,6 +27,18 @@
 documents into HTML, which can then be read with a browser.
 
 
+%package        devel
+Summary:        MSWord format converter - development files
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+
+%description    devel
+Wv is a program that understands the Microsoft Word 6/7/8/9
+binary file format and is able to convert Word
+documents into HTML, which can then be read with a browser.
+This package contains the development files
+
+
 %prep
 %setup -q
 #%patch0
@@ -44,7 +55,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 
 #ln -sf wvConvert $RPM_BUILD_ROOT/%{_bindir}/wvText
 find $RPM_BUILD_ROOT%{_libdir} -name "*.la" -exec rm -f {} \;
@@ -62,13 +73,20 @@
 %doc COPYING README
 %{_bindir}/wv*
 %{_datadir}/wv
-%{_includedir}/wv
 %{_mandir}/man1/*
-%{_libdir}/libwv*
+%{_libdir}/libwv*.so.*
+
+%files      devel
+%defattr(-,root,root)
+%{_includedir}/wv
+%{_libdir}/libwv*.so
 %{_libdir}/pkgconfig/*
 
 
 %changelog
+* Fri Oct 28 2005 Aurelien Bompard <gauret[AT]free.fr> 1.0.3-2
+- split out a -devel package (#171962)
+
 * Sun May 15 2005 Aurelien Bompard <gauret[AT]free.fr> 1.0.3-1%{?dist}
 - new version
 - fix build with gcc4




More information about the fedora-extras-commits mailing list