Accepting request 83512 from home:jengelh:bl-f
- Apply packaging guidelines (remove redundant/obsolete tags/sections from specfile, etc.) OBS-URL: https://build.opensuse.org/request/show/83512 OBS-URL: https://build.opensuse.org/package/show/Base:System/figlet?expand=0&rev=8
This commit is contained in:
parent
3d6d710fa1
commit
7578b5ae81
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Apply packaging guidelines (remove redundant/obsolete
|
||||||
|
tags/sections from specfile, etc.)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 16 18:49:38 UTC 2011 - asterios.dramis@gmail.com
|
Sat Jul 16 18:49:38 UTC 2011 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
14
figlet.spec
14
figlet.spec
@ -15,9 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: figlet
|
Name: figlet
|
||||||
Version: 2.2.4
|
Version: 2.2.4
|
||||||
Release: 1
|
Release: 1
|
||||||
@ -53,19 +50,19 @@ put at the end of e-mail and UseNet messages.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -a 1 -a 2 -a 3 -a 4
|
%setup -q -a 1 -a 2 -a 3 -a 4
|
||||||
cd contributed
|
cd contributed
|
||||||
tar zxf Obanner-canon.tgz
|
tar -zxf Obanner-canon.tgz
|
||||||
rm Obanner-canon.tgz
|
rm Obanner-canon.tgz
|
||||||
tar zxf Obanner.tgz
|
tar -zxf Obanner.tgz
|
||||||
rm Obanner.tgz
|
rm Obanner.tgz
|
||||||
cd ..
|
cd ..
|
||||||
cd international
|
cd international
|
||||||
tar zxf cjkfonts.tar.gz
|
tar -zxf cjkfonts.tar.gz
|
||||||
rm cjkfonts.tar.gz
|
rm cjkfonts.tar.gz
|
||||||
cd ..
|
cd ..
|
||||||
%patch0
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="%{optflags}"
|
make CFLAGS="%{optflags}" %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -80,9 +77,6 @@ cp -a ours %{buildroot}%{_datadir}/figlet/
|
|||||||
|
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CHANGES FAQ LICENSE README figfont.txt
|
%doc CHANGES FAQ LICENSE README figfont.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user