rpms/repoview/devel repoview.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Wed Mar 30 15:18:02 UTC 2005


Author: icon

Update of /cvs/extras/rpms/repoview/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11550/devel

Modified Files:
	.cvsignore sources 
Added Files:
	repoview.spec 
Log Message:
auto-import repoview-0.3-2 on branch devel from repoview-0.3-2.src.rpm


--- NEW FILE repoview.spec ---
Name:           repoview
Version:        0.3
Release:        2
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/repoview-0.3.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-root
BuildArch:      noarch

BuildRequires:  sed >= 4
Requires:       python-kid >= 0.6.3, python-elementtree

%description
RepoView creates a set of static HTML pages in a yum repository for easy
browsing.


%prep
%setup -q
##
# Fix version and default templates dir.
#
sed -i -e \
    "s|^VERSION =.*|VERSION = '%{version}-%{release}'|g" repoview.py
sed -i -e \
    "s|^DEFAULT_TEMPLATEDIR =.*|DEFAULT_TEMPLATEDIR = '%{_datadir}/%{name}/templates'|g" \
    repoview.py

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p -m 755                         \
    $RPM_BUILD_ROOT/%{_datadir}/%{name} \
    $RPM_BUILD_ROOT/%{_bindir}          \
    $RPM_BUILD_ROOT/%{_mandir}/man8
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}/


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYING ChangeLog
%{_datadir}/%{name}
%{_bindir}/*
%{_mandir}/man*/*


%changelog
* Tue Mar 29 2005 Konstantin Ryabitsev <icon at linux.duke.edu> 0.3-2
- Preserve timestamps on installed files
- Do not use macros in source tags
- Omit Epoch

* Fri Mar 25 2005 Konstantin Ryabitsev <icon at linux.duke.edu> 0.3-1
- Version 0.3

* Thu Mar 10 2005 Konstantin Ryabitsev <icon at linux.duke.edu> 0.2-1
- Version 0.2
- Fix URL
- Comply with fedora extras specfile format.
- Depend on python-elementtree and python-kid -- the names in extras.

* Thu Mar 03 2005 Konstantin Ryabitsev <icon at linux.duke.edu> 0.1-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/repoview/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Mar 2005 15:17:38 -0000	1.1
+++ .cvsignore	30 Mar 2005 15:18:00 -0000	1.2
@@ -0,0 +1 @@
+repoview-0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/repoview/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Mar 2005 15:17:38 -0000	1.1
+++ sources	30 Mar 2005 15:18:00 -0000	1.2
@@ -0,0 +1 @@
+03a14fccdb7cae46d3a6da9f1069ca14  repoview-0.3.tar.gz




More information about the scm-commits mailing list