Pascal Bleser 2008-05-15 07:42:47 +00:00 committed by Git OBS Bridge
parent 807bb370c9
commit e692e534bf
2 changed files with 11 additions and 5 deletions

3
deco-1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7759f963ec3829c602cf98bd05d5cafd635b2c29c3632f79664139e506853762
size 24832

View File

@ -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 <guru@unixtech.be> 1.0
- new upstream version
* Sat Apr 19 2008 Pascal Bleser <guru@unixtech.be> 0.8
- new upstream version
* Thu Apr 17 2008 Pascal Bleser <guru@unixtech.be>
- update to 0.7
* Tue Feb 5 2008 Pascal Bleser <guru@unixtech.be>