Author: gotar Date: Thu Jul 10 00:28:19 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed %install and %files sections, - more specific BR (no need for patched librapi2), - release 1
---- Files affected: SPECS: synce-fur.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/synce-fur.spec diff -u SPECS/synce-fur.spec:1.2 SPECS/synce-fur.spec:1.3 --- SPECS/synce-fur.spec:1.2 Sun Sep 2 17:34:46 2007 +++ SPECS/synce-fur.spec Thu Jul 10 02:28:14 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Montowanie urządzeń z Windows CE w linuksowym systemie plików Name: synce-fur Version: 0.4.3 -Release: 0.1 +Release: 1 License: GPL v2 Group: Applications Source0: http://www.infis.univ.trieste.it/~riccardo/downloads/FUR-%{version}.tar.bz2 @@ -11,7 +11,7 @@ URL: http://www.infis.univ.trieste.it/~riccardo/ BuildRequires: libfuse-devel BuildRequires: pkgconfig -BuildRequires: synce-librapi2-devel +BuildRequires: synce-librapi2-devel > 0.9.1 BuildRequires: synce-libsynce-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -32,9 +32,9 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} -%{__make} install \ - DESTDIR=$RPM_BUILD_ROOT +install Fur $RPM_BUILD_ROOT%{_bindir} %clean rm -rf $RPM_BUILD_ROOT @@ -42,6 +42,7 @@ %files %defattr(644,root,root,755) %doc BUGS.txt Changelog README.txt docs +%attr(755,root,root) %{_bindir}/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -49,6 +50,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008/07/10 00:28:14 gotar +- fixed %install and %files sections, +- more specific BR (no need for patched librapi2), +- release 1 + Revision 1.2 2007/09/02 15:34:46 qboosh - pl, more BRs, some docs - License is GPL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/synce-fur.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
