forked from pool/perl-HTML-Encoding
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Encoding?expand=0&rev=1
This commit is contained in:
27
perl-HTML-Encoding.spec
Normal file
27
perl-HTML-Encoding.spec
Normal file
@@ -0,0 +1,27 @@
|
||||
Name: mydummy
|
||||
Version: 1.0
|
||||
Release: 1
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: replace_me_with_required_packages
|
||||
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