Author: deejay1 Date: Tue Dec 12 16:32:45 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.2.1 - seperated debug subpackage for libs
---- Files affected: SPECS: xsp.spec (1.28 -> 1.29) ---- Diffs: ================================================================ Index: SPECS/xsp.spec diff -u SPECS/xsp.spec:1.28 SPECS/xsp.spec:1.29 --- SPECS/xsp.spec:1.28 Fri Oct 13 21:58:31 2006 +++ SPECS/xsp.spec Tue Dec 12 17:32:40 2006 @@ -1,14 +1,17 @@ # $Revision$, $Date$ + +%include /usr/lib/rpm/macros.mono + Summary: Mono ASP.NET Standalone Web Server Summary(pl): Serwer HTTP obsługujący ASP.NET Name: xsp -Version: 1.1.16 +Version: 1.2.1 Release: 1 Epoch: 1 License: GPL Group: Networking/Daemons Source0: http://www.go-mono.com/sources/xsp/%{name}-%{version}.tar.gz -# Source0-md5: 21253cf75855da7994bce04af672bd94 +# Source0-md5: 37333caaf4c4570ec76cf0ef9218b402 URL: http://www.mono-project.com/ BuildRequires: autoconf BuildRequires: automake @@ -27,6 +30,18 @@ ASP.NET, który może być też używany do testów i śledzenia błędów aplikacji używających klasy System.Web dostarczanej z pakietem Mono. +%package debug +Summary: xsp libraries debugging resources +Summary(pl): Pliki umożliwiające debugowanie bibliotek xsp +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description debug +xsp libraries debugging resources. + +%description debug -l pl +Pliki umożliwiające debugowanie bibliotek xsp. + %prep %setup -q @@ -61,14 +76,29 @@ %{_libdir}/%{name}/2.0 %{_mandir}/man1/* %{_pkgconfigdir}/*.pc +%exclude %{_prefix}/lib/mono/gac/*/*/*.mdb +%{_prefix}/lib/mono/gac/Mono.WebServer +%{_prefix}/lib/mono/gac/Mono.WebServer2 +%{_prefix}/lib/mono/gac/mod-mono-server +%{_prefix}/lib/mono/gac/mod-mono-server2 +%{_prefix}/lib/mono/gac/xsp +%{_prefix}/lib/mono/gac/xsp2 %{_examplesdir}/%{name}-%{version} +%files debug +%defattr(644,root,root,755) +%{_prefix}/lib/mono/gac/*/*/*.mdb + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2006/12/12 16:32:40 deejay1 +- up to 1.2.1 +- seperated debug subpackage for libs + Revision 1.28 2006/10/13 19:58:31 qboosh - added CVE note to rev. 1.26 changelog entry ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xsp.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
