From 8fca724deb4c461428ea11e63caed5a1bb1cc187 Mon Sep 17 00:00:00 2001 From: clime Date: Dec 19 2015 18:03:21 +0000 Subject: Automatic commit of package [example] release [1.0.1-1]. --- diff --git a/.tito/packages/example b/.tito/packages/example new file mode 100644 index 0000000..601ef96 --- /dev/null +++ b/.tito/packages/example @@ -0,0 +1 @@ +1.0.1-1 ./ diff --git a/example.spec b/example.spec new file mode 100644 index 0000000..f8fe131 --- /dev/null +++ b/example.spec @@ -0,0 +1,41 @@ +Name: example +Version: 1.0.1 +Release: 1%{?dist} +Summary: This is a simple example to test copr +BuildArch: noarch + +Group: Applications/File +License: GPLv2+ +URL: http://github.com +Source0: %{name}-%{version}.tar.gz + +# simulated dependencies +BuildRequires: desktop-file-utils +BuildRequires: gtk2-devel gettext + +%description +Simple example to demonstrate copr's abilites. + + +%prep +%setup -q + + +%build +%configure +make %{?_smp_mflags} + + +%install +%make_install + + +%files +%doc + +%changelog +* Sat Dec 19 2015 Unknown name 1.0.1-1 +- new package built with tito + +* Mon Nov 16 2015 Miroslav Suchý 1.78-1 +- handle_generate_gpg_key skips key creation when signing is disabled