diff --git a/automoc.spec b/automoc.spec index 99a9d99..a3a0934 100644 --- a/automoc.spec +++ b/automoc.spec @@ -2,7 +2,7 @@ Name: automoc Version: 1.0 -Release: 0.3%{?snaptag}%{?dist} +Release: 0.4%{?snaptag}%{?dist} Summary: KDE4 automoc Group: Development/Tools License: BSD @@ -36,14 +36,6 @@ make %{?_smp_mflags} VERBOSE=1 -C %{_target_platform} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} -C %{_target_platform} -# Put things in proper places -# Put Automoc4Config.cmake in proper place -%{__mkdir} -p %{buildroot}%{_datadir}/cmake/Modules -%{__mv} %{buildroot}%{_libdir}/automoc4/Automoc4Config.cmake \ - %{buildroot}%{_datadir}/cmake/Modules/Automoc4Config.cmake -# Remove automoc4.files.in (and /usr/lib, since it's not needed) -%{__rm} -rf %{buildroot}%{_libdir} - @@ -53,13 +45,17 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc automoc4.files.in %{_bindir}/automoc4 -%{_datadir}/cmake/Modules/Automoc4Config.cmake +%{_libdir}/automoc4/Automoc4Config.cmake +%{_libdir}/automoc4/automoc4.files.in %changelog +* Thu Jun 10 2008 Lorenzo Villani - 1.0-0.4.20080527svn811390 +- Leave automoc4.files.in in _libdir +- Same applies to Automoc4Config.cmake + * Thu May 29 2008 Lorenzo Villani - 1.0-0.3.20080527svn811390 - Added 'cmake' to Requires