#64 Remove spec file
Merged 6 years ago by lsedlar. Opened 6 years ago by lsedlar.
lsedlar/compose-utils drop-spec  into  master

file modified
-1
@@ -3,7 +3,6 @@ 

  include COPYING

  include GPL

  include README.rst

- include compose-utils.spec

  include Makefile

  recursive-include tests/specs *.spec

  include tests/specs/build.sh

file removed
-119
@@ -1,119 +0,0 @@ 

- Name:		compose-utils

- Version:	0.1.17

- Release:	1%{?dist}

- Summary:	Utilities for working with composes

- 

- Group:		Development/Tools

- License:	GPLv2

- URL:		https://pagure.io/compose-utils

- Source0:	https://pagure.io/releases/compose-utils/%{name}-%{version}.tar.bz2

- 

- BuildRequires:	python2-devel

- BuildRequires:	python2-nose

- BuildRequires:	python-productmd >= 1.1

- BuildRequires:	python-freezegun

- BuildRequires:	python-mock

- BuildRequires:	kobo >= 0.4.2

- BuildRequires:	kobo-rpmlib

- Requires:	python-productmd >= 1.1

- Requires:	kobo >= 0.4.2

- Requires:	kobo-rpmlib

- Requires:	rsync

- 

- BuildArch:	noarch

- 

- %description

- A set of tools for working with composes produced by pungi.

- 

- 

- %prep

- %setup -q

- 

- 

- %build

- %py2_build

- 

- 

- %install

- %py2_install

- 

- 

- %check

- make test

- 

- 

- %files

- %defattr(-,root,root,-)

- %license COPYING GPL

- %doc AUTHORS README.rst

- %{python_sitelib}/*

- %{_bindir}/*

- %{_mandir}/man1/*

- 

- 

- %changelog

- * Mon Oct 02 2017 Lubomír Sedlář <lsedlar@redhat.com> - 0.1.17-1

- - Fix copying when compose path ends with slash

- 

- * Wed Sep 20 2017 Lubomír Sedlář <lsedlar@redhat.com> - 0.1.16-1

- - changelog: Extract changelogs from same days

- - Fix flaky test for package moves

- - changelog: Use format compatible with Py 2.6

- - list: refactor sorting composes to a separate method

- - changelog: Format all sizes for readability

- - Use datetime for getting current date

- 

- * Wed Jul 19 2017 Lubomír Sedlář <lsedlar@redhat.com> - 0.1.15-1

- - Bump dependency on kobo library

- - Handle URLs to composes in latest-symlink script

- 

- * Wed May 31 2017 Lubomír Sedlář <lsedlar@redhat.com> - 0.1.14-1

- - Add utility for creating latest- symlink

- 

- * Tue Apr 25 2017 Lubomír Sedlář <lsedlar@redhat.com> - 0.1.13-1

- - Fix crash on missing composeinfo paths

- 

- * Tue Mar 07 2017 Lubomír Sedlář <lsedlar@redhat.com> - 0.1.12-1

- - Fix partial copy to non-existing directory

- - Add compose-create-next-dir utility (qwan)

- 

- * Fri Nov 25 2016 Lubomír Sedlář <lsedlar@redhat.com> - 0.1.11-1

- - Fix copying disk images

- 

- * Wed Oct 26 2016 Lubomír Sedlář <lsedlar@redhat.com> - 0.1.10-1

- - Shorten verbose changelog, --full will display everything

- 

- * Thu Sep 15 2016 Lubomír Sedlář <lsedlar@redhat.com> - 0.1.9-1

- - Add a script to generate legacy .composeinfo file

- - Add COMPOSE_ID file to copied part of compose

- - Treat source as a separate arch when copying compose

- 

- * Mon Aug 29 2016 Lubomír Sedlář <lsedlar@redhat.com> - 0.1.8-1

- - Add man pages for all commands

- 

- * Tue Aug 09 2016 Lubomír Sedlář <lsedlar@redhat.com> - 0.1.7-1

- - Add a script to copy part of compose

- - Add a script to check packages moved between variants

- 

- * Mon May 30 2016 Lubomír Sedlář <lsedlar@redhat.com> - 0.1.6-1

- - Fix getting SRPM summary

- 

- * Tue Apr 19 2016 Lubomír Sedlář <lsedlar@redhat.com> - 0.1.5-1

- - Add utility for listing composes

- - Display better error messages when changelog fails to find metadata

- 

- * Wed Apr 13 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 0.1.4-1

- - Add image diff to changelog (Adam Williamson)

- 

- * Wed Mar 30 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 0.1.3-1

- - Do not crash changelog when composeinfo.json is missing

- - Run tests when building package

- 

- * Tue Mar 15 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 0.1.2-1

- - Correctly handle epochs

- 

- * Thu Feb 25 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 0.1.1-1

- - Fix wrong address in license

- 

- * Thu Feb 25 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 0.1.0-1

- - Initial packaging

This file is not really used anywhere, and over time it got out of sync with the real spec file in Fedora Dist Git.

Pull-Request has been merged by lsedlar

6 years ago
Metadata