Author: uzsolt Date: Tue Sep 6 10:10:54 2011 GMT Module: packages Tag: HEAD ---- Log message: - initial - does not build - this library needed by newest (1.5) cdcat
---- Files affected: packages/lib7zip: lib7zip.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/lib7zip/lib7zip.spec diff -u /dev/null packages/lib7zip/lib7zip.spec:1.1 --- /dev/null Tue Sep 6 12:10:54 2011 +++ packages/lib7zip/lib7zip.spec Tue Sep 6 12:10:49 2011 @@ -0,0 +1,48 @@ +# $Revision$, $Date$ +Summary: A library using 7z.dll/7z.so(from 7-Zip) to handle different archive types +Name: lib7zip +Version: 1.4.1 +Release: 0.1 +License: - (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here) +Group: Applications +Source0: http://lib7zip.googlecode.com/files/%{name}-%{version}.tar.gz +# Source0-md5: 79ef69fc5c8ddce040387377b6dbbdcc +URL: http://code.google.com/p/lib7zip/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A library using 7z.dll/7z.so(from 7-Zip) to handle different archive +types. + +%prep +%setup -q + +%build +export P7ZIP_SOURCE_DIR="$(pwd)" +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org +$Log$ +Revision 1.1 2011/09/06 10:10:49 uzsolt +- initial +- does not build +- this library needed by newest (1.5) cdcat + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
