rpms/xsp/F-13 .cvsignore, 1.20, 1.21 sources, 1.25, 1.26 xsp.spec, 1.43, 1.44

chkr chkr at fedoraproject.org
Mon Jun 21 20:39:12 UTC 2010


Author: chkr

Update of /cvs/pkgs/rpms/xsp/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4720

Modified Files:
	.cvsignore sources xsp.spec 
Log Message:
* Mon Jun 21 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.4-1
- Bump to 2.6.4 release
- Spec file fixes



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/F-13/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- .cvsignore	4 Oct 2009 15:24:37 -0000	1.20
+++ .cvsignore	21 Jun 2010 20:39:11 -0000	1.21
@@ -1 +1 @@
-xsp-2.6.tar.bz2
+xsp-2.6.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/F-13/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- sources	23 Dec 2009 00:46:52 -0000	1.25
+++ sources	21 Jun 2010 20:39:11 -0000	1.26
@@ -1 +1 @@
-48215067d6846971545d4294c65ee500  xsp-2.6.tar.bz2
+271886aa22cae93fd9cb75c9fe832391  xsp-2.6.4.tar.bz2


Index: xsp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/F-13/xsp.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- xsp.spec	23 Dec 2009 00:46:52 -0000	1.43
+++ xsp.spec	21 Jun 2010 20:39:12 -0000	1.44
@@ -1,13 +1,13 @@
-Name:     	xsp
-Version: 	2.6
-Release:	2%{?dist}
+Name:		xsp
+Version:	2.6.4
+Release:	1%{?dist}
 License:	MIT
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-URL:		http://mono.ximian.com/monobuild/preview/sources-preview/
-Source0:	%{name}-%{version}.tar.bz2
-BuildRequires:	mono-web-devel, mono-data, mono-devel >= 2.6, pkgconfig, autoconf automake mono-data-sqlite mono-nunit-devel
+URL:		http://www.mono-project.com/Main_Page
+Source0:	http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
+BuildRequires:	mono-web-devel, mono-data, mono-devel >= 2.6.4, pkgconfig, autoconf automake mono-data-sqlite mono-nunit-devel
 BuildRequires:	mono-jscript, mono-data-oracle
-Requires:	mono-core >= 2.6
+Requires:	mono-core >= 2.6.4
 Summary:	A small web server that hosts ASP.NET
 Group:		System Environment/Daemons
 ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 armv4l sparc alpha
@@ -41,14 +41,13 @@ Files for testing the xsp server
 find . -name Makefile.in -or -name Makefile.am -or -name \*.pc.in \
        -or -name \*.make -or -name \*.in \
        | while read f ;
-         do
-
-	   sed -i -e 's!@prefix@/lib!%{_libdir}!' "$f"
-           sed -i -e 's!$(prefix)/lib!%{_libdir}!' "$f" 
-	   sed -i -e 's!$prefix/lib!%{_libdir}!' "$f"
-           sed -i -e 's!${exec_prefix}/lib!%{_libdir}!' "$f" 
-	   sed -i -e 's!$libdir!%{_libdir}!' "$f" ;
-         done
+	do
+		sed -i -e 's!@prefix@/lib!%{_libdir}!' "$f"
+		sed -i -e 's!$(prefix)/lib!%{_libdir}!' "$f" 
+		sed -i -e 's!$prefix/lib!%{_libdir}!' "$f"
+		sed -i -e 's!${exec_prefix}/lib!%{_libdir}!' "$f" 
+		sed -i -e 's!$libdir!%{_libdir}!' "$f" ;
+	done
 
 autoreconf
 
@@ -64,7 +63,7 @@ make DESTDIR=%{buildroot} install
 rm -rf %{buildroot}
 
 %files
-%defattr(-, root, root,-)
+%defattr(-,root,root,-)
 %doc NEWS README COPYING
 %{_bindir}/asp*
 %{_bindir}/dbsessmgr*
@@ -88,14 +87,20 @@ rm -rf %{buildroot}
 %{_mandir}/man1/fastcgi-mono-server*
 
 %files devel
+%defattr(-,root,root,-)
 %{_libdir}/pkgconfig/xsp*
 
 %files tests
+%defattr(-,root,root,-)
 %{_libdir}/xsp/1.0
 %{_libdir}/xsp/2.0
 %{_libdir}/xsp/test
 
 %changelog
+* Mon Jun 21 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.4-1
+- Bump to 2.6.4 release
+- Spec file fixes
+
 * Tue Dec 22 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6-2
 - Bump to release version
 



More information about the scm-commits mailing list