From e692e534bfeb2edaa2523a3bd8893f927ea663b247ab1b115604692f7c75e955 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Thu, 15 May 2008 07:42:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Archiving/deco?expand=0&rev=37 --- deco-1.0.tar.gz | 3 +++ deco.spec | 13 ++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 deco-1.0.tar.gz diff --git a/deco-1.0.tar.gz b/deco-1.0.tar.gz new file mode 100644 index 0000000..29979f6 --- /dev/null +++ b/deco-1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7759f963ec3829c602cf98bd05d5cafd635b2c29c3632f79664139e506853762 +size 24832 diff --git a/deco.spec b/deco.spec index e2d7d21..0b48b24 100644 --- a/deco.spec +++ b/deco.spec @@ -1,7 +1,7 @@ # norootforbuild Name: deco -Version: 0.7 +Version: 1.0 Release: 0 Summary: Deco Archive File Extractor Source: http://hartlich.com/deco/download/deco-%{version}.tar.gz @@ -43,7 +43,8 @@ and adding support for others requires very little work. %build %__make %{?jobs:-j%{jobs}} \ CC="%__cc" \ - CFLAGS="%{optflags} -pipe" \ + CFLAGS="%{optflags}" \ + LDFLAGS="" \ PREFIX="%{_prefix}" %install @@ -59,12 +60,14 @@ echo -n > optional-files.lst %defattr(-,root,root) %doc COPYING CREDITS NEWS README %{_bindir}/deco -%{_bindir}/dirfrompath -%{_bindir}/filefrompath -%{_bindir}/symlinktarget %{_datadir}/deco %changelog +* Thu May 15 2008 Pascal Bleser 1.0 +- new upstream version + +* Sat Apr 19 2008 Pascal Bleser 0.8 +- new upstream version * Thu Apr 17 2008 Pascal Bleser - update to 0.7 * Tue Feb 5 2008 Pascal Bleser