diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-12-15 12:18:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-12-15 12:18:21 +0000 |
commit | 1b3ef14df4e2729bcc4e24881038b7f75b08135c (patch) | |
tree | 39fa6cf8699e95177ab48edd727dae2c68646740 /gst-plugins-bad.spec.in | |
parent | 6e1bab8608730592f3354e0a04d6fd01f6d69678 (diff) | |
download | gst-plugins-bad-1b3ef14df4e2729bcc4e24881038b7f75b08135c.tar.gz gst-plugins-bad-1b3ef14df4e2729bcc4e24881038b7f75b08135c.tar.bz2 gst-plugins-bad-1b3ef14df4e2729bcc4e24881038b7f75b08135c.zip |
add doap file
Original commit message from CVS:
* Makefile.am:
* gst-plugins-bad.doap:
* gst-plugins-bad.spec.in:
add doap file
Diffstat (limited to 'gst-plugins-bad.spec.in')
-rw-r--r-- | gst-plugins-bad.spec.in | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/gst-plugins-bad.spec.in b/gst-plugins-bad.spec.in index 621e5293..f71b4956 100644 --- a/gst-plugins-bad.spec.in +++ b/gst-plugins-bad.spec.in @@ -57,7 +57,7 @@ quality, even though they might work. %configure make %{?_smp_mflags} - + %install rm -rf $RPM_BUILD_ROOT @@ -74,15 +74,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT -%post - -%postun - -%files - +%files -f gst-plugins-bad-%{majorminor}.lang %defattr(-, root, root) -%doc AUTHORS COPYING README REQUIREMENTS -%{_datadir}/locale +%doc AUTHORS COPYING README REQUIREMENTS gst-plugins-bad.doap # non-core plugins without external dependencies %{_libdir}/gstreamer-%{majorminor}/libgstqtdemux.so @@ -126,6 +120,10 @@ rm -rf $RPM_BUILD_ROOT @USE_DTS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstdtsdec.so %changelog +* Fri Dec 15 2006 Thomas Vander Stichele <thomas at apestaart dot org> +- add doap file +- more cleanup + * Sun Nov 27 2005 Thomas Vander Stichele <thomas at apestaart dot org> - redone for split |