]> git.pld-linux.org Git - packages/coriander.git/commitdiff
- filled files, no -devel, proper Group and License (copy-pasto?)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 7 Jan 2008 20:40:11 +0000 (20:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coriander.spec -> 1.4

coriander.spec

index 01e6ce86f61589b9cda87374cb783bb69fbeaf59..cbe947371a8fe406c7eb87b56e12aee842e2d63f 100644 (file)
@@ -4,18 +4,18 @@ Summary(pl.UTF-8):    Coriander - GUI dla kamer cyfrowych zgodnych z IEEE1394 i IID
 Name:          coriander
 Version:       2.0.0
 Release:       0.%{_rc}.1
-License:       LGPL v2.1+
-Group:         Libraries
+License:       GPL v2+
+Group:         X11/Applications/Multimedia
 Source0:       http://dl.sourceforge.net/coriander/%{name}-%{version}-%{_rc}.tar.gz
 # Source0-md5: b62c7e9b240a9c7f8bb9b66cce8310b6
 URL:           http://sourceforge.net/projects/coriander/
 BuildRequires: SDL-devel
 BuildRequires: autoconf >= 2.59-9
 BuildRequires: automake
-BuildRequires: ffmpeg-devel
+BuildRequires: ffmpeg-devel >= 0.4.9
 BuildRequires: libdc1394-devel >= 2.0.0-0.rc5.1
 BuildRequires: libgnomeui-devel
-BuildRequires: libtool
+BuildRequires: libraw1394-devel >= 1.2.0
 BuildRequires: pkgconfig
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXext-devel
@@ -32,24 +32,10 @@ Coriander to w pełni funkcjonalny interfejs graficzny do kamer
 cyfrowych zgodnych z IEEE1394 i IIDC (DCAM). Obsługuje sterowanie
 kamerą, wyświetlanie obrazu, zapis i eksport FTP oraz V4L.
 
-%package devel
-Summary:       Coriander header files
-Summary(pl.UTF-8):     Pliki nagłówkowe Coriandera
-Group:         Development/Libraries
-Requires:      %{name} = %{version}-%{release}
-Requires:      libdc1394-devel >= 2.0.0-0.rc5.1
-
-%description devel
-Coriander header files.
-
-%description devel -l pl.UTF-8
-Pliki nagłówkowe Coriandera.
-
 %prep
 %setup -q -n %{name}-%{version}-%{_rc}
 
 %build
-%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
@@ -63,22 +49,15 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# no translations yet
+#%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %files
+# -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
-#%attr(755,root,root) %{_bindir}/dc1394_reset_bus
-#%attr(755,root,root) %{_bindir}/dc1394_vloopback
-#%attr(755,root,root) %{_libdir}/libdc1394.so.20.0.0
-
-%files devel
-%defattr(644,root,root,755)
-#%attr(755,root,root) %{_libdir}/libdc1394.so
-#%{_libdir}/libdc1394.la
-#%{_includedir}/dc1394
-#%{_pkgconfigdir}/libdc1394.pc
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/coriander
+%{_pixmapsdir}/%{name}
This page took 0.088336 seconds and 4 git commands to generate.