0.7.4
This commit is contained in:
parent
aeb22445f9
commit
9c863f0c81
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ libnotify-0.5.1.tar.bz2
|
|||||||
/libnotify-0.7.1.tar.bz2
|
/libnotify-0.7.1.tar.bz2
|
||||||
/libnotify-0.7.2.tar.bz2
|
/libnotify-0.7.2.tar.bz2
|
||||||
/libnotify-0.7.3.tar.bz2
|
/libnotify-0.7.3.tar.bz2
|
||||||
|
/libnotify-0.7.4.tar.xz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Summary: Desktop notification library
|
Summary: Desktop notification library
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
Version: 0.7.3
|
Version: 0.7.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://library.gnome.org/devel/notification-spec/
|
URL: http://library.gnome.org/devel/notification-spec/
|
||||||
Source0: http://download.gnome.org/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
|
||||||
@ -56,7 +56,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc COPYING NEWS AUTHORS
|
%doc COPYING NEWS AUTHORS
|
||||||
|
|
||||||
%{_bindir}/notify-send
|
%{_bindir}/notify-send
|
||||||
@ -64,7 +63,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|||||||
%{_libdir}/girepository-1.0/Notify-0.7.typelib
|
%{_libdir}/girepository-1.0/Notify-0.7.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %{_includedir}/libnotify
|
%dir %{_includedir}/libnotify
|
||||||
%{_includedir}/libnotify/*
|
%{_includedir}/libnotify/*
|
||||||
%{_libdir}/libnotify.so
|
%{_libdir}/libnotify.so
|
||||||
@ -74,6 +72,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|||||||
%{_datadir}/gir-1.0/Notify-0.7.gir
|
%{_datadir}/gir-1.0/Notify-0.7.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.4-1
|
||||||
|
- Update to 0.7.4
|
||||||
|
|
||||||
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.7.3-1
|
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.7.3-1
|
||||||
- Update to 0.7.3
|
- Update to 0.7.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user