rpms/libupnp/FC-4 .cvsignore, 1.3, 1.4 libupnp.spec, 1.2, 1.3 sources, 1.3, 1.4

Eric Tanguy (tanguy) fedora-extras-commits at redhat.com
Mon Aug 14 16:27:40 UTC 2006


Author: tanguy

Update of /cvs/extras/rpms/libupnp/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14734/FC-4

Modified Files:
	.cvsignore libupnp.spec sources 
Log Message:
auto-import libupnp-1.4.1-1 on branch FC-4 from libupnp-1.4.1-1.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libupnp/FC-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	6 Mar 2006 17:05:52 -0000	1.3
+++ .cvsignore	14 Aug 2006 16:27:39 -0000	1.4
@@ -1 +1 @@
-libupnp-1.3.1.tar.gz
+libupnp-1.4.1.tar.gz


Index: libupnp.spec
===================================================================
RCS file: /cvs/extras/rpms/libupnp/FC-4/libupnp.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libupnp.spec	6 Mar 2006 17:05:52 -0000	1.2
+++ libupnp.spec	14 Aug 2006 16:27:39 -0000	1.3
@@ -1,13 +1,16 @@
-Version: 1.3.1
+Version: 1.4.1
 Summary: Universal Plug and Play (UPnP) SDK
 Name: libupnp
 Release: 1%{?dist}
 License: BSD
 Group: System Environment/Libraries
-URL: http://upnp.sourceforge.net/
-Source: http://ovh.dl.sourceforge.net/sourceforge/upnp/%{name}-%{version}.tar.gz
+URL: http://www.libupnp.org/
+Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.gz
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+%define docdir %{_docdir}/%{name}-%{version}-%{release}
+%define docdeveldir %{_docdir}/%{name}-devel-%{version}-%{release}
+
 %description
 The Universal Plug and Play (UPnP) SDK for Linux provides 
 support for building UPnP-compliant control points, devices, 
@@ -25,30 +28,43 @@
 %prep
 %setup -q
 
-chmod 644 {LICENSE,README}
-
 %build
-%configure
+%configure --with-docdir=%{docdir}/ 
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-%makeinstall
+test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+#create the doc devel dir
+%{__mkdir_p} %{buildroot}%{docdeveldir}
+
+#mv examples dir and pdf file to the doc devel dir
+%{__mv} %{buildroot}%{docdir}/examples \
+	%{buildroot}%{docdeveldir}/
+%{__mv} %{buildroot}%{docdir}/UPnP_Programming_Guide.pdf \
+	%{buildroot}%{docdeveldir}/
+%{__mv} %{buildroot}%{docdir}/IXML_Programming_Guide.pdf \
+	%{buildroot}%{docdeveldir}/
+%{__mv} %{buildroot}%{docdir}/html \
+	%{buildroot}%{docdeveldir}/
+
+%{__rm} %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la}
 
-rm %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la}
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README NEWS
+%doc %{docdir}
 %{_libdir}/libixml.so.*
 %{_libdir}/libthreadutil.so.*
 %{_libdir}/libupnp.so.*
 
 %files devel
 %defattr(0644,root,root,0755)
+%doc %{docdeveldir}
 %{_includedir}/upnp/
 %{_libdir}/libixml.so
 %{_libdir}/libthreadutil.so
@@ -62,6 +78,18 @@
 rm -rf %{buildroot}
 
 %changelog
+* Wed Jul 05 2006 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 1.4.1-1
+- Update to version 1.4.1
+
+* Fri Jun 23 2006 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 1.4.0-3
+- modified patch for x86_64 arch
+
+* Fri Jun 23 2006 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 1.4.0-2
+- Add a patch for x86_64 arch
+
+* Sun Jun 11 2006 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 1.4.0-1
+- Update to 1.4.0
+
 * Sun Mar 05 2006 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 1.3.1-1
 - Update to 1.3.1
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libupnp/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	6 Mar 2006 17:05:53 -0000	1.3
+++ sources	14 Aug 2006 16:27:39 -0000	1.4
@@ -1 +1 @@
-6646be5e31e58188e8f47c6ce64faa4c  libupnp-1.3.1.tar.gz
+f3b55c24ff77ee6789d758ec1634d5e7  libupnp-1.4.1.tar.gz




More information about the fedora-extras-commits mailing list