rpms/libupnp/devel .cvsignore, 1.4, 1.5 libupnp.spec, 1.7, 1.8 sources, 1.4, 1.5 libupnparch.diff, 1.2, NONE

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


Author: tanguy

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

Modified Files:
	.cvsignore libupnp.spec sources 
Removed Files:
	libupnparch.diff 
Log Message:
auto-import libupnp-1.4.1-1 on branch devel from libupnp-1.4.1-1.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libupnp/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	23 Jun 2006 06:58:57 -0000	1.4
+++ .cvsignore	14 Aug 2006 16:14:39 -0000	1.5
@@ -1,2 +1 @@
-UPnP_1_4_0_Programming_Guide.pdf
-libupnp-1.4.0.tar.gz
+libupnp-1.4.1.tar.gz


Index: libupnp.spec
===================================================================
RCS file: /cvs/extras/rpms/libupnp/devel/libupnp.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libupnp.spec	26 Jun 2006 18:27:50 -0000	1.7
+++ libupnp.spec	14 Aug 2006 16:14:39 -0000	1.8
@@ -1,13 +1,11 @@
-Version: 1.4.0
+Version: 1.4.1
 Summary: Universal Plug and Play (UPnP) SDK
 Name: libupnp
-Release: 3%{?dist}
+Release: 1%{?dist}
 License: BSD
 Group: System Environment/Libraries
 URL: http://www.libupnp.org/
 Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.gz
-Source1: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/UPnP_1_4_0_Programming_Guide.pdf
-Patch0: libupnparch.diff
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %define docdir %{_docdir}/%{name}-%{version}-%{release}
@@ -29,29 +27,27 @@
 
 %prep
 %setup -q
-%patch0 -p1
-
-#chmod 644 {LICENSE,README}
 
 %build
-%configure --with-docdir=%{docdir}/
+%configure --with-docdir=%{docdir}/ 
 make %{?_smp_mflags}
 
 %install
 test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-#delete the empty pdf
-%{__rm} %{buildroot}%{docdir}/UPnP_Programming_Guide.pdf
 
 #create the doc devel dir
 %{__mkdir_p} %{buildroot}%{docdeveldir}
 
-#mv examples dir to he doc devel dir
+#mv examples dir and pdf file to the doc devel dir
 %{__mv} %{buildroot}%{docdir}/examples \
 	%{buildroot}%{docdeveldir}/
-
-#install the right pdf in the doc devel dir
-install -D -m0644 %{SOURCE1} %{buildroot}%{docdeveldir}/UPnP_1_4_0_Programming_Guide.pdf
+%{__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}
 
@@ -82,6 +78,9 @@
 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
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libupnp/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	23 Jun 2006 06:58:57 -0000	1.4
+++ sources	14 Aug 2006 16:14:39 -0000	1.5
@@ -1,2 +1 @@
-4d8e49398a277ed83391e56bbf7e6831  UPnP_1_4_0_Programming_Guide.pdf
-581c8017dc1b36d29ba034ce1e178c83  libupnp-1.4.0.tar.gz
+f3b55c24ff77ee6789d758ec1634d5e7  libupnp-1.4.1.tar.gz


--- libupnparch.diff DELETED ---




More information about the fedora-extras-commits mailing list