rpms/repoview/EL-5 .cvsignore, 1.7, 1.8 repoview.spec, 1.7, 1.8 sources, 1.7, 1.8

Konstantin Ryabitsev icon at fedoraproject.org
Wed Dec 31 19:31:23 UTC 2008


Author: icon

Update of /cvs/extras/rpms/repoview/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27694

Modified Files:
	.cvsignore repoview.spec sources 
Log Message:
Update to 0.6.2



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/repoview/EL-5/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	5 Jul 2006 01:30:03 -0000	1.7
+++ .cvsignore	31 Dec 2008 19:30:52 -0000	1.8
@@ -1,2 +1,2 @@
-repoview-0.5.2.tar.gz
-yum-2.9-api.patch
+fedora-repoview-templates.tar.gz
+repoview-0.6.2.tar.gz


Index: repoview.spec
===================================================================
RCS file: /cvs/extras/rpms/repoview/EL-5/repoview.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- repoview.spec	5 Jul 2006 01:30:03 -0000	1.7
+++ repoview.spec	31 Dec 2008 19:30:52 -0000	1.8
@@ -1,17 +1,17 @@
 Name:           repoview
-Version:        0.5.2
-Release:        1%{?dist}
+Version:        0.6.2
+Release:        1.1%{?dist}
 Summary:        Creates a set of static HTML pages in a yum repository
 
 Group:          Applications/System
-License:        GPL
-URL:            http://linux.duke.edu/projects/mini/repoview
-Source0:        http://linux.duke.edu/projects/mini/repoview/download/%{name}-%{version}.tar.gz
-Patch0:         yum-2.9-api.patch
+License:        GPLv2+
+URL:            http://fedorahosted.org/repoview/
+Source0:        http://icon.fedorapeople.org/repoview/%{name}-%{version}.tar.gz
+Source1:        fedora-repoview-templates.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       python-kid >= 0.6.3, yum >= 2.9
+Requires:       python-kid >= 0.6.3, yum >= 3.0, python-elementtree
 
 %description
 RepoView creates a set of static HTML pages in a yum repository for easy
@@ -20,7 +20,6 @@
 
 %prep
 %setup -q
-%patch0 -p0
 ##
 # Fix version and default templates dir.
 #
@@ -39,6 +38,8 @@
 install -p -m 755 repoview.py  $RPM_BUILD_ROOT/%{_bindir}/repoview
 install -p -m 644 repoview.8   $RPM_BUILD_ROOT/%{_mandir}/man8/
 cp -rp templates               $RPM_BUILD_ROOT/%{_datadir}/%{name}/
+tar xzf %{SOURCE1}
+cp -rp fedora-repoview $RPM_BUILD_ROOT/%{_datadir}/%{name}/fedora
 
 
 %clean
@@ -54,6 +55,24 @@
 
 
 %changelog
+* Wed Dec 31 2008 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.6.2-1.1
+- Build for EL-5
+
+* Sat Feb 02 2008 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.6.2-1
+- Upstream 0.6.2
+- Modify URLs to point to the new repoview home
+
+* Thu Oct 25 2007 Seth Vidal <skvidal at fedoraproject.org> - 0.6.1-2
+- add fedora repoview templates
+
+* Thu Sep 27 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.6.1-1
+- Upstream 0.6.1
+- Adjust license to GPLv2+
+
+* Thu Jul 19 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.6.0-1
+- Upstream 0.6.0
+- Drop obsolete patch
+
 * Tue Jul 04 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.5.2-1
 - Version 0.5.2
 - Use yum-2.9 API patch (Jesse Keating)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/repoview/EL-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	5 Jul 2006 01:30:03 -0000	1.7
+++ sources	31 Dec 2008 19:30:52 -0000	1.8
@@ -1,2 +1,2 @@
-cc15d6ab4df4217db0ef8f0608343521  repoview-0.5.2.tar.gz
-9177bc7e3f4341e774abd0f48ea0f274  yum-2.9-api.patch
+370add70f39009a5e2b8a740a7f17b24  fedora-repoview-templates.tar.gz
+e6d1abf7db974da2f0dfac4072f6718c  repoview-0.6.2.tar.gz




More information about the fedora-extras-commits mailing list