From b9b47ce02e7ed4532bf8e4cb3ab08f6f9976af6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Tue, 7 Sep 2004 14:15:00 +0000 Subject: [PATCH] - added non_root_install patch - disable autothingies - more files in %%files - builds, doesn't work Changed files: captive.spec -> 1.8 --- captive.spec | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/captive.spec b/captive.spec index adb7952..ef19e9c 100644 --- a/captive.spec +++ b/captive.spec @@ -12,6 +12,7 @@ License: GPL Group: Base/Kernel Source0: http://www.jankratochvil.net/project/captive/dist/%{name}-%{version}.tar.gz # Source0-md5: dfb7ce617745695e7a908609b9370fd6 +Patch0: %{name}-non_root_install.patch URL: http://www.jankratochvil.net/project/captive/ BuildRequires: ORBit2-devel BuildRequires: autoconf @@ -55,12 +56,14 @@ kompatybilno %prep %setup -q +%patch0 -p1 %build -%{__aclocal} -%{__autoconf} -%{__autoheader} -%{__automake} +#%{__libtoolize} +#%{__aclocal} +#%{__autoconf} +#%{__autoheader} +#%{__automake} %configure %{__make} @@ -76,3 +79,9 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS NEWS README THANKS TODO +%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_sbindir}/* +%{_libdir}/lib* +%{_libdir}/gnome-vfs-2.0/modules/* +%{_includedir}/captive/* +%{_mandir}/man?/* -- 2.44.0