[svn] r5164 - trunk/rpms/createrepo
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Wed Feb 14 04:08:54 CET 2007
Author: dag
Date: 2007-02-14 04:08:44 +0100 (Wed, 14 Feb 2007)
New Revision: 5164
Added:
trunk/rpms/createrepo/createrepo-0.4.6.spec
Modified:
trunk/rpms/createrepo/createrepo.spec
Log:
Updates
Added: trunk/rpms/createrepo/createrepo-0.4.6.spec
===================================================================
--- trunk/rpms/createrepo/createrepo-0.4.6.spec (rev 0)
+++ trunk/rpms/createrepo/createrepo-0.4.6.spec 2007-02-14 03:08:44 UTC (rev 5164)
@@ -0,0 +1,101 @@
+# $Id$
+# Authority: matthias
+
+%{?dist: %{expand: %%define %dist 1}}
+
+Summary: Creates a common metadata repository
+Name: createrepo
+Version: 0.4.6
+Release: 1
+License: GPL
+Group: System Environment/Base
+URL: http://linux.duke.edu/projects/metadata/
+
+Source: http://linux.duke.edu/projects/metadata/generate/createrepo-%{version}.tar.gz
+Patch0: http://people.redhat.com/mikem/software/createrepo-0.4.4-update2.1.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+BuildRequires: python-devel >= 2.1
+Requires: python >= 2.1, rpm >= 4.1.1, rpm-python, libxml2-python
+
+%description
+This utility will generate a common metadata repository from a directory of
+rpm packages.
+
+%prep
+%setup
+
+%build
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc ChangeLog COPYING* README
+%doc %{_mandir}/man8/createrepo.8*
+%{_bindir}/createrepo
+%{_bindir}/modifyrepo
+%{_datadir}/createrepo/
+
+%changelog
+* Wed Aug 23 2006 Dag Wieers <dag at wieers.com> - 0.4.6-1
+- Updated to release 0.4.6.
+
+* Mon May 29 2006 Dag Wieers <dag at wieers.com> - 0.4.4-3
+- Added noepoch an update2 patches.
+
+* Fri Mar 24 2006 Dag Wieers <dag at wieers.com> - 0.4.4-2
+- Added python-urlgrabber as a dependency. (Robert Hardy)
+
+* Thu Mar 16 2006 Dag Wieers <dag at wieers.com> - 0.4.4-1
+- Updated to release 0.4.4.
+
+* Mon Aug 22 2005 Dag Wieers <dag at wieers.com> - 0.4.3-1
+- Updated to release 0.4.3.
+
+* Thu Mar 10 2005 Dag Wieers <dag at wieers.com> - 0.4.2-1
+- Updated to release 0.4.2.
+
+* Tue Nov 2 2004 Matthias Saou <http://freshrpms.net/> 0.4.1-1
+- Update to 0.4.1.
+
+* Mon Oct 18 2004 Matthias Saou <http://freshrpms.net/> 0.4.0-1
+- Update to 0.4.0.
+
+* Wed Aug 04 2004 Dries Verachtert <dries at ulyssis.org> 0.3.6-1
+- Update to version 0.3.6.
+
+* Fri Jul 23 2004 Matthias Saou <http://freshrpms.net/> 0.3.5-1
+- Picked up package.
+
+* Mon Jul 19 2004 Seth Vidal <skvidal at phy.duke.edu>
+- re-enable groups
+- update num to 0.3.4
+
+* Tue Jun 8 2004 Seth Vidal <skvidal at phy.duke.edu>
+- update to the format
+- versioned deps
+- package counts
+- uncompressed checksum in repomd.xml
+
+* Fri Apr 16 2004 Seth Vidal <skvidal at phy.duke.edu>
+- 0.3.2 - small addition of -p flag
+
+* Sun Jan 18 2004 Seth Vidal <skvidal at phy.duke.edu>
+- I'm an idiot
+
+* Sun Jan 18 2004 Seth Vidal <skvidal at phy.duke.edu>
+- 0.3
+
+* Tue Jan 13 2004 Seth Vidal <skvidal at phy.duke.edu>
+- 0.2
+
+* Sat Jan 10 2004 Seth Vidal <skvidal at phy.duke.edu>
+- first packaging
+
Property changes on: trunk/rpms/createrepo/createrepo-0.4.6.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/createrepo/createrepo.spec
===================================================================
--- trunk/rpms/createrepo/createrepo.spec 2007-02-14 03:03:06 UTC (rev 5163)
+++ trunk/rpms/createrepo/createrepo.spec 2007-02-14 03:08:44 UTC (rev 5164)
@@ -1,18 +1,14 @@
# $Id$
# Authority: matthias
+### Ironically yum 2.4 (sqlite2) cannot be installed with createrepo (sqlite3)
+# ExcludeDist: el2 rh7 rh9 el3 el4
+
# Python name and version, use "--define 'python python2'"
%{!?python: %{expand: %%define python python}}
%{?dist: %{expand: %%define %dist 1}}
-### Ironically yum 2.4 (sqlite2) cannot be installed with createrepo (sqlite3)
-%{?el4:%define _without_sqlite3 1}
-%{?el3:%define _without_sqlite3 1}
-%{?rh9:%define _without_sqlite3 1}
-%{?rh7:%define _without_sqlite3 1}
-%{?el2:%define _without_sqlite3 1}
-
Summary: Creates a common metadata repository
Name: createrepo
Version: 0.4.8
@@ -28,7 +24,7 @@
BuildArch: noarch
BuildRequires: %{python} >= 2.1
Requires: %{python} >= 2.1, rpm >= 4.1.1, rpm-python, libxml2-python
-%{!?_without_sqlite3:Requires: yum-metadata-parser}
+Requires: yum-metadata-parser
%description
This utility will generate a common metadata repository from a directory of
More information about the svn-commits
mailing list