diff --git a/bamf.spec b/bamf.spec index 014827f..96f4bae 100644 --- a/bamf.spec +++ b/bamf.spec @@ -1,7 +1,7 @@ Summary: Application matching framework Name: bamf Version: 0.3.6 -Release: 2%{?dist} +Release: 3%{?dist} # Library bits are LGPLv2 or LGPLv3 (but not open-ended LGPLv2+); # non-lib bits are GPLv3. # pbrobinson points out that three files in the lib are actually @@ -109,8 +109,6 @@ make %{?_smp_mflags} VALA_API_GEN="/usr/bin/vapigen-0.20" popd %install -rm -rf %{buildroot} - make -C build-gtk2 DESTDIR=%{buildroot} install make -C build-gtk3 DESTDIR=%{buildroot} install @@ -123,7 +121,6 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f -- rm -rf %{name}-%{version} %{name}-%{version}-gtk3 %files -%defattr(-,root,root,-) %doc COPYING.LGPL COPYING %{_libdir}/libbamf.so.* @@ -132,7 +129,6 @@ rm -rf %{name}-%{version} %{name}-%{version}-gtk3 %{_libdir}/libbamf3.so.* %files devel -%defattr(-,root,root,-) %doc COPYING.LGPL COPYING %{_includedir}/libbamf %{_libdir}/libbamf.so @@ -145,7 +141,6 @@ rm -rf %{name}-%{version} %{name}-%{version}-gtk3 %{_datadir}/vala/vapi/libbamf.vapi %files -n %{name}3-devel -%defattr(-,root,root,-) %doc COPYING.LGPL COPYING %{_includedir}/libbamf3 %{_libdir}/libbamf3.so @@ -158,12 +153,14 @@ rm -rf %{name}-%{version} %{name}-%{version}-gtk3 %{_datadir}/vala/vapi/libbamf3.vapi %files daemon -%defattr(-,root,root,-) %doc COPYING %{_libexecdir}/bamfdaemon %{_datadir}/dbus-1/services/*.service %changelog +* Thu Jun 13 2013 Michel Salim - 0.3.6-3 +- Spec clean-ups + * Thu Apr 25 2013 Tom Callaway - 0.3.6-2 - fix build