]> git.pld-linux.org Git - packages/apache-mod_cvs.git/commitdiff
- mv apache{,1}-*
authorradek <radek@pld-linux.org>
Sat, 25 Sep 2004 08:55:42 +0000 (08:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_cvs.spec -> 1.25

apache-mod_cvs.spec [deleted file]

diff --git a/apache-mod_cvs.spec b/apache-mod_cvs.spec
deleted file mode 100644 (file)
index 6a85802..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-%define                mod_name        cvs
-%define        apxs            /usr/sbin/apxs1
-Summary:       Apache module: Automatically updates files in a CVS-based webtree
-Summary(pl):   Modu³ do apache: Automatyczne uaktualnianie plików z drzewa CVS
-Name:          apache1-mod_%{mod_name}
-Version:       0.5
-Release:       1
-License:       GPL
-Group:         Networking/Daemons
-# working URL: http://www.sub.nu/mod_cvs/src/
-# (but only separate files here, no tarball)
-Source0:       ftp://ftp.sub.nu/pub/mod_cvs/mod_%{mod_name}-%{version}.tar.gz
-# Source0-md5: e2cfe7818337915e6cbaffa45852012f
-URL:           http://www.sub.nu/mod_cvs/
-BuildRequires: %{apxs}
-BuildRequires: apache1-devel
-BuildRequires: zlib-devel
-Requires(post,preun):  %{apxs}
-Requires:      apache1
-Obsoletes:     apache-mod_%{mod_name} <= %{version}
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%define                _pkglibdir      %(%{apxs} -q LIBEXECDIR)
-
-%description
-Apache module: Automatically updates files in a CVS-based webtree.
-
-%description -l pl
-Modu³ do apache: Automatyczne uaktualnianie plików z drzewa CVS.
-
-%prep
-%setup -q -n mod_%{mod_name}-%{version}
-
-%build
-%{apxs} -c mod_%{mod_name}.c -o mod_%{mod_name}.so -lz
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_pkglibdir}
-
-install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post
-%{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
-if [ -f /var/lock/subsys/apache ]; then
-       /etc/rc.d/init.d/apache restart 1>&2
-fi
-
-%preun
-if [ "$1" = "0" ]; then
-       %{apxs} -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
-       if [ -f /var/lock/subsys/apache ]; then
-               /etc/rc.d/init.d/apache restart 1>&2
-       fi
-fi
-
-%files
-%defattr(644,root,root,755)
-%doc README
-%attr(755,root,root) %{_pkglibdir}/*
This page took 0.083507 seconds and 4 git commands to generate.