51 lines
1.3 KiB
RPMSpec
51 lines
1.3 KiB
RPMSpec
|
Name: rifiuti2
|
||
|
Version: 0.5.1
|
||
|
Release: 1mamba
|
||
|
Summary: Tool for investigating Windows Recycle Bin files
|
||
|
Group: System/Tools
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||
|
URL: http://rifiuti2.googlecode.com
|
||
|
Source: http://rifiuti2.googlecode.com/files/rifiuti2-%{version}.tar.gz
|
||
|
License: BSD
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libglib-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
rifiuti2 is a tool for analyzing Windows Recycle Bin INFO2 file.
|
||
|
|
||
|
However it does more:
|
||
|
* Supports Windows file names in any languages
|
||
|
* Supports Vista and Windows 2008 (no more uses INFO2 file)
|
||
|
* Enables localization (that is, translatable) by using glib
|
||
|
* More rigorous error checking
|
||
|
* Supports output in XML format
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/rifiuti*
|
||
|
%{_mandir}/man1/rifiuti*.1.gz
|
||
|
%doc AUTHORS COPYING THANKS ChangeLog NEWS README TODO
|
||
|
|
||
|
%changelog
|
||
|
* Mon Jun 25 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.5.1-1mamba
|
||
|
- package created by autospec
|