]> git.pld-linux.org Git - packages/apache1-mod_xslt.git/commitdiff
- adapterized and made spec %%debug ready or using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 00:42:07 +0000 (00:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_xslt.spec -> 1.3

apache1-mod_xslt.spec

index 79815409c4d756f1ebabab34982d9b39031fb5fa..e13181c7dac9fcb39e9aad2a0266ded9dcfae175 100644 (file)
@@ -8,6 +8,7 @@ License:        GPL
 URL:           http://modxslt.userworld.com/
 Source0:       http://modxslt.userworld.com/%{arname}.tar.gz
 Group:         Networking/Daemons
+Group(de):     Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires:      expat
@@ -18,29 +19,28 @@ BuildRequires:      sablotron-devel
 %define                _pkglibdir      %(%{_sbindir}/apxs -q LIBEXECDIR)
 
 %description
-mod_xslt is a simple Apache module to serve XML based content. 
-Data is stored in XML files on the server. 
-The user requests the XML file and the translation method via a url such as this:
-http://localhost/sourcefile.html
-The module will parse this URL into a XML source file and an XSL source file.
-In the example above, the XML file will be sourcefile.xml. The module will
-open sourcefile.xml and determine its DOCTYPE. Based on the DOCTYPE, 
-the XSL file will be opened. Should the DOCTYPE be "tutorial", the XSL file
-opened would be tutorial_html.xsl. The content-type returned to the browser
-is text/html. The translation occurs transparently to the user. 
+mod_xslt is a simple Apache module to serve XML based content. Data is
+stored in XML files on the server. The user requests the XML file and
+the translation method via a url such as this:
+http://localhost/sourcefile.html The module will parse this URL into a
+XML source file and an XSL source file. In the example above, the XML
+file will be sourcefile.xml. The module will open sourcefile.xml and
+determine its DOCTYPE. Based on the DOCTYPE, the XSL file will be
+opened. Should the DOCTYPE be "tutorial", the XSL file opened would be
+tutorial_html.xsl. The content-type returned to the browser is
+text/html. The translation occurs transparently to the user.
 
 %prep
 %setup -q -n mod_xslt
 
 %build
-CFLAGS="$RPM_OPT_FLAGS %{?debug:-g -O0}"; export CFLAGS
+CFLAGS="%{rpmcflags}"; export CFLAGS
 %{__make} APXS=%{_sbindir}/apxs
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_pkglibdir}
-cp *.so $RPM_BUILD_ROOT%{_pkglibdir}
-%{!?debug:strip $RPM_BUILD_ROOT%{_pkglibdir}/*}
+cp -f *.so $RPM_BUILD_ROOT%{_pkglibdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.10131 seconds and 4 git commands to generate.