]> git.pld-linux.org Git - packages/test.git/commitdiff
clean
authorElan Ruusamäe <glen@delfi.ee>
Tue, 1 Nov 2016 20:19:45 +0000 (22:19 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 1 Nov 2016 20:19:45 +0000 (22:19 +0200)
test.spec [deleted file]

diff --git a/test.spec b/test.spec
deleted file mode 100644 (file)
index a910c7a..0000000
--- a/test.spec
+++ /dev/null
@@ -1,29 +0,0 @@
-# skeleton for rpm testing.
-# create your own test in separate branch, keep master branch clean
-# git checkout -b somebranch
-# git push origin -u somebranch
-Summary:       testing something
-Name:          test
-Version:       1
-Release:       0.1
-License:       GPL
-Group:         Applications/System
-Source0:    test.tgz
-# Source0-md5:   a23576184c7a93c5f02401aca9907dbd
-URL:           http://www.pld-linux.org/
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-testing something
-
-%prep
-%setup -qcT
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT
-
-%clean
-
-%files
-%defattr(644,root,root,755)
This page took 0.115105 seconds and 4 git commands to generate.