mirror of
https://abf.rosa.ru/djam/gstreamer1.0.git
synced 2025-02-24 00:32:56 +00:00
version update 1.0.3
This commit is contained in:
parent
1189ca46e2
commit
5f3fb0bcc3
2 changed files with 5 additions and 54 deletions
1
.abf.yml
1
.abf.yml
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
sources:
|
||||
gstreamer-1.0.2.tar.xz: 9bf31a7dfa388ba17a388edf688621ebc3a35d6d
|
||||
gstreamer-1.0.3.tar.xz: 4aeb226012521fe54d5e8ceee011f094ad428491
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
Name: %{oname}%{api}
|
||||
Summary: GStreamer Streaming-media framework runtime
|
||||
Version: 1.0.2
|
||||
Version: 1.0.3
|
||||
Release: %mkrel 1
|
||||
License: LGPLv2+
|
||||
Group: Sound
|
||||
|
@ -26,7 +26,7 @@ BuildRequires: pkgconfig(gobject-2.0)
|
|||
BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.9
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: popt-devel
|
||||
BuildRequires: pkgconfig(popt)
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libcheck-devel
|
||||
BuildRequires: chrpath
|
||||
|
@ -164,7 +164,7 @@ mv %{buildroot}%{_datadir}/doc/%{oname}-%{api}/ installed-docs
|
|||
chrpath -d %{buildroot}{%_bindir/gst-{inspect,launch,typefind}-1.0,%_libdir/{*.so,%{oname}-%api/*.so}}
|
||||
|
||||
# Add the provides script
|
||||
install -m0755 -D %{SOURCE1} %{buildroot}%{_prefix}/lib/rpm/%{_real_vendor}/%{name}.prov
|
||||
install -m0755 -D %{SOURCE1} %{buildroot}%{_prefix}/lib/rpm/%{_vendor}/%{name}.prov
|
||||
|
||||
%files tools -f %{oname}-%{api}.lang
|
||||
%doc AUTHORS COPYING README NEWS
|
||||
|
@ -200,7 +200,7 @@ install -m0755 -D %{SOURCE1} %{buildroot}%{_prefix}/lib/rpm/%{_real_vendor}/%{na
|
|||
%doc installed-docs/*
|
||||
%endif
|
||||
|
||||
%{_prefix}/lib/rpm/%{_real_vendor}/%{name}.prov
|
||||
%{_prefix}/lib/rpm/%{_vendor}/%{name}.prov
|
||||
%dir %{_includedir}/%{oname}-%{api}
|
||||
%dir %{_includedir}/%{oname}-%{api}/gst
|
||||
%{_includedir}/%{oname}-%{api}/gst/*.h
|
||||
|
@ -232,53 +232,3 @@ install -m0755 -D %{SOURCE1} %{buildroot}%{_prefix}/lib/rpm/%{_real_vendor}/%{na
|
|||
%{_datadir}/gir-1.0/GstCheck-%{api}.gir
|
||||
%{_datadir}/gir-1.0/GstController-%{api}.gir
|
||||
%{_datadir}/gir-1.0/GstNet-%{api}.gir
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 29 2012 Arkady L. Shane <ashejn@rosalab.ru> 1.0.2-1
|
||||
- update to 1.0.2
|
||||
|
||||
* Wed Oct 24 2012 Arkady L. Shane <ashejn@rosalab.ru> 1.0.1-1
|
||||
- update to 1.0.1
|
||||
|
||||
* Mon Sep 24 2012 fwang <fwang> 1.0.0-1.mga3
|
||||
+ Revision: 297080
|
||||
- new version 1.0.0
|
||||
|
||||
* Mon Sep 17 2012 ovitters <ovitters> 0.11.99-1.mga3
|
||||
+ Revision: 295508
|
||||
- new version 0.11.99
|
||||
|
||||
* Mon Sep 17 2012 fwang <fwang> 0.11.94-4.mga3
|
||||
+ Revision: 295313
|
||||
- rename rpm provides so that it does not conflict with gst0.10
|
||||
|
||||
* Sat Sep 15 2012 fwang <fwang> 0.11.94-3.mga3
|
||||
+ Revision: 294170
|
||||
- fix gstreamer.prov
|
||||
|
||||
* Sat Sep 15 2012 fwang <fwang> 0.11.94-2.mga3
|
||||
+ Revision: 294169
|
||||
- sync fedora patch on gstramer provides
|
||||
|
||||
+ ovitters <ovitters>
|
||||
- clean spec
|
||||
|
||||
* Fri Sep 14 2012 fwang <fwang> 0.11.94-1.mga3
|
||||
+ Revision: 293790
|
||||
- new version 0.11.94
|
||||
|
||||
* Tue Sep 04 2012 fwang <fwang> 0.11.93-2.mga3
|
||||
+ Revision: 287907
|
||||
- disable check
|
||||
- update libmajor
|
||||
|
||||
* Tue Sep 04 2012 fwang <fwang> 0.11.93-1.mga3
|
||||
+ Revision: 287806
|
||||
- new version 0.11.93
|
||||
- disable gstream provides to wait fedora folks
|
||||
- cleanup spec
|
||||
|
||||
+ dmorgan <dmorgan>
|
||||
- imported package gstreamer1.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue