From: Gui Chen Date: Sun, 12 Oct 2014 23:19:38 +0000 (+0000) Subject: remove duplicated spec file X-Git-Tag: submit/devel/20190730.074453~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ade45a59481b0f753e54b3e3b2094d961206b31;p=tools%2Fcreaterepo.git remove duplicated spec file Signed-off-by: Gui Chen --- diff --git a/createrepo.spec b/createrepo.spec deleted file mode 100644 index 19db77b..0000000 --- a/createrepo.spec +++ /dev/null @@ -1,73 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Summary: Creates a common metadata repository -Name: createrepo -Version: 0.9.8 -Release: 1 -License: GPL -Group: System Environment/Base -Source: %{name}-%{version}.tar.gz -URL: http://createrepo.baseurl.org/ -BuildRoot: %{_tmppath}/%{name}-%{version}root -BuildArchitectures: noarch -Requires: python >= 2.1, rpm-python, rpm >= 0:4.1.1, libxml2-python -Requires: yum-metadata-parser, yum >= 3.2.23, python-deltarpm - -%description -This utility will generate a common metadata repository from a directory of -rpm packages - -%prep -%setup -q - -%install -[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT sysconfdir=%{_sysconfdir} install - -%clean -[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-, root, root) -%dir %{_datadir}/%{name} -%doc ChangeLog README COPYING COPYING.lib -%{_sysconfdir}/bash_completion.d/ -%{_datadir}/%{name}/* -%{_bindir}/%{name} -%{_bindir}/modifyrepo -%{_bindir}/mergerepo -%{_mandir}/man8/createrepo.8* -%{_mandir}/man1/modifyrepo.1* -%{_mandir}/man1/mergerepo.1* -%{python_sitelib}/createrepo - -%changelog -* Fri Aug 28 2009 Seth Vidal -- 0.9.8 - -* Tue Mar 24 2009 Seth Vidal -- 0.9.7 - -* Fri Oct 17 2008 Seth Vidal -- add mergerepo - 0.9.6 - -* Mon Feb 18 2008 Seth Vidal -- 0.9.5 - -* Mon Jan 28 2008 Seth Vidal -- 0.9.4 - -* Tue Jan 22 2008 Seth Vidal -- 0.9.3 - -* Thu Jan 17 2008 Seth Vidal -- significant api changes - -* Tue Jan 8 2008 Seth Vidal -- 0.9.1 - lots of fixes -- cleanup changelog, too - -* Thu Dec 20 2007 Seth Vidal -- beginning of the new version -