rpms/mod_perlite/F-12 fetch_source.sh, NONE, 1.1 mod_perlite.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl cweyl at fedoraproject.org
Fri Oct 16 03:26:09 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/mod_perlite/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30482

Modified Files:
	mod_perlite.spec sources 
Added Files:
	fetch_source.sh 
Log Message:
* Wed Oct 14 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.10
- update to 0.10



--- NEW FILE fetch_source.sh ---
#!/bin/sh
#
# Build our tarball from the given tag; fresh from a cloned github repo.
#
# Chris Weyl <cweyl at alumni.drew.edu> 2009

TAG=$1
REPO=git://github.com/sodabrew/mod_perlite.git
TMPD=`mktemp -d`
HERE=`pwd`

set -ex

# disabled from github?!
#git archive --remote=$REPO --prefix mod_perlite-$TAG/ $TAG | gzip > mod_perlite-$TAG.tar.gz

cd $TMPD
git clone $REPO
cd mod_perlite
git archive --prefix mod_perlite-$TAG/ $TAG | gzip > $HERE/mod_perlite-$TAG.tar.gz

rm -rf $TMPD


Index: mod_perlite.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_perlite/F-12/mod_perlite.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- mod_perlite.spec	25 Jul 2009 14:47:42 -0000	1.2
+++ mod_perlite.spec	16 Oct 2009 03:26:05 -0000	1.3
@@ -1,24 +1,17 @@
-%global tag     git20090314
-%global git_tag a77521aa84ea5b8c5bcc3e387451acd9368292ee
-
 %global httpd_mod_dir  %{_libdir}/httpd/modules
 %global httpd_conf_dir %{_sysconfdir}/httpd/conf.d
 
 Name:           mod_perlite
-Version:        0.09
-# I'm treating this as a pre-release as we don't have any actual tarballs yet.
-Release:        0.3%{?tag:.%{tag}}%{?dist}
+Version:        0.10
+Release:        1%{?dist}
 Summary:        Kinder, gentler embedded Perl for the Apache HTTP Server
 
 Group:          System Environment/Daemons
 # see Build.PL, README
 License:        GPL+ or Artistic
 URL:            http://modperlite.org
-# git://github.com/sodabrew/mod_perlite.git
-# can be recreated with: 
-#   TAG=a77521aa84ea5b8c5bcc3e387451acd9368292ee \
-#   git archive --prefix mod_perlite/ $TAG | gzip > mod_perlite-$TAG.tar.gz
-Source0:        mod_perlite-%{tag}.tar.gz
+Source0:        mod_perlite-%{version}.tar.gz
+Source1:        fetch_source.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  httpd-devel >= 2.2.0, httpd, gdbm-devel
@@ -43,7 +36,7 @@ interpreted by Perl.  It is the Perl equ
 and nothing like mod_perl in its complexity.
 
 %prep
-%setup -q -n %{name}
+%setup -q 
 
 %build
 %{__perl} Build.PL installdirs=vendor optimize="%{optflags} -fpic"
@@ -83,6 +76,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Oct 14 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.10
+- update to 0.10
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.09-0.3.git20090314
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mod_perlite/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Apr 2009 05:06:28 -0000	1.2
+++ sources	16 Oct 2009 03:26:05 -0000	1.3
@@ -1 +1 @@
-b070e26defddb65dccac7c78270e8fc7  mod_perlite-git20090314.tar.gz
+4ee196a0595d09e47974d5629796939a  mod_perlite-0.10.tar.gz




More information about the fedora-extras-commits mailing list