[packages/test] Spec to test description

draenog draenog at pld-linux.org
Fri Jul 27 16:43:10 CEST 2012


commit 9d98269a121a8ece2ab9f8199fdfa7122e504836
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Fri Jul 27 15:42:49 2012 +0100

    Spec to test description

 test.spec | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
---
diff --git a/test.spec b/test.spec
index e69de29..35c4400 100644
--- a/test.spec
+++ b/test.spec
@@ -0,0 +1,27 @@
+%define		plugin configmanager
+Summary:	testing something
+Name:		builder
+Version:	1
+Release:	0.1
+License:	GPL
+Group:		Applications/System
+URL:		http://www.pld-linux.org/
+Source0:	http://forums.cacti.net/download/file.php?id=21891#/%{plugin}-%{version}.zip
+# Source0-md5:	d3cdb035a4d47ff464916774dd953457
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+testing something
+
+%prep
+%setup -qcT
+
+%install
+install -d $RPM_BUILD_ROOT
+install a $RPM_BUILD_ROOT
+
+%clean
+
+%files
+%defattr(644,root,root,755)
+/a


More information about the pld-cvs-commit mailing list