|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: unique
|
|
|
|
Name: unique
|
|
|
|
Version: 1.1.4
|
|
|
|
Version: 1.1.4
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Single instance support for applications
|
|
|
|
Summary: Single instance support for applications
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -43,6 +43,8 @@ make %{?_smp_mflags}
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/girepository-1.0/Unique-1.0.typelib
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/gir-1.0/Unique-1.0.gir
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
@ -55,7 +57,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS ChangeLog COPYING README
|
|
|
|
%doc AUTHORS ChangeLog COPYING README
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
%{_libdir}/girepository-1.0/Unique-1.0.typelib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
@ -63,9 +64,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_includedir}/unique-1.0/
|
|
|
|
%{_includedir}/unique-1.0/
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_datadir}/gir-1.0/Unique-1.0.gir
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 12 2009 Richard Hughes <rhughes@redhat.com> - 1.1.4-2
|
|
|
|
|
|
|
|
- Don't ship gir files.
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 12 2009 Richard Hughes <rhughes@redhat.com> - 1.1.4-1
|
|
|
|
* Thu Nov 12 2009 Richard Hughes <rhughes@redhat.com> - 1.1.4-1
|
|
|
|
- Update to 1.1.4
|
|
|
|
- Update to 1.1.4
|
|
|
|
- Fixes nautilus segfaulting when launched from Places or the trash applet.
|
|
|
|
- Fixes nautilus segfaulting when launched from Places or the trash applet.
|
|
|
|