This commit is contained in:
26
pmacct.spec
Normal file
26
pmacct.spec
Normal file
@@ -0,0 +1,26 @@
|
||||
Name: mydummy
|
||||
Version: 1.0
|
||||
Release: 1
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Group: Dummy
|
||||
Summary: My Dummy Package
|
||||
|
||||
%description
|
||||
My Dummy Package for testing
|
||||
|
||||
%prep
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
dummydir=$RPM_BUILD_ROOT/usr/lib/mydummy
|
||||
mkdir -p $dummydir
|
||||
echo "I was here!" >$dummydir/iwashere
|
||||
|
||||
%clean
|
||||
rm -rf "$RPM_BUILD_ROOT"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/usr/lib/mydummy/iwashere
|
Reference in New Issue
Block a user