This commit is contained in:
parent
807bb370c9
commit
e692e534bf
3
deco-1.0.tar.gz
Normal file
3
deco-1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7759f963ec3829c602cf98bd05d5cafd635b2c29c3632f79664139e506853762
|
||||||
|
size 24832
|
13
deco.spec
13
deco.spec
@ -1,7 +1,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: deco
|
Name: deco
|
||||||
Version: 0.7
|
Version: 1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Deco Archive File Extractor
|
Summary: Deco Archive File Extractor
|
||||||
Source: http://hartlich.com/deco/download/deco-%{version}.tar.gz
|
Source: http://hartlich.com/deco/download/deco-%{version}.tar.gz
|
||||||
@ -43,7 +43,8 @@ and adding support for others requires very little work.
|
|||||||
%build
|
%build
|
||||||
%__make %{?jobs:-j%{jobs}} \
|
%__make %{?jobs:-j%{jobs}} \
|
||||||
CC="%__cc" \
|
CC="%__cc" \
|
||||||
CFLAGS="%{optflags} -pipe" \
|
CFLAGS="%{optflags}" \
|
||||||
|
LDFLAGS="" \
|
||||||
PREFIX="%{_prefix}"
|
PREFIX="%{_prefix}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -59,12 +60,14 @@ echo -n > optional-files.lst
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING CREDITS NEWS README
|
%doc COPYING CREDITS NEWS README
|
||||||
%{_bindir}/deco
|
%{_bindir}/deco
|
||||||
%{_bindir}/dirfrompath
|
|
||||||
%{_bindir}/filefrompath
|
|
||||||
%{_bindir}/symlinktarget
|
|
||||||
%{_datadir}/deco
|
%{_datadir}/deco
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Thu Apr 17 2008 Pascal Bleser <guru@unixtech.be>
|
||||||
- update to 0.7
|
- update to 0.7
|
||||||
* Tue Feb 5 2008 Pascal Bleser <guru@unixtech.be>
|
* Tue Feb 5 2008 Pascal Bleser <guru@unixtech.be>
|
||||||
|
Loading…
Reference in New Issue
Block a user