forked from pool/gtkam
Accepting request 134255 from graphics
- updated to 0.2.0 release - ported to libgphoto2 2.5.0 - split off seperate %doc package - %clean section removed OBS-URL: https://build.opensuse.org/request/show/134255 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtkam?expand=0&rev=17
This commit is contained in:
commit
eab998f7ee
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e82986b902448e0759b9fd3bd764306161368592949f66f5d0b1e143b9863b13
|
|
||||||
size 924774
|
|
3
gtkam-0.2.0.tar.bz2
Normal file
3
gtkam-0.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:527b1318ed8f49fbf8c13b80a4d2859e41bb34ab6bb5cc728c8816aa6ecf97c2
|
||||||
|
size 1137547
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 11 19:53:41 UTC 2012 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- updated to 0.2.0 release
|
||||||
|
- ported to libgphoto2 2.5.0
|
||||||
|
- split off seperate %doc package
|
||||||
|
- %clean section removed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 27 16:41:24 CET 2012 - meissner@suse.de
|
Mon Feb 27 16:41:24 CET 2012 - meissner@suse.de
|
||||||
|
|
||||||
|
19
gtkam.spec
19
gtkam.spec
@ -29,7 +29,7 @@ BuildRequires: scrollkeeper
|
|||||||
Summary: A GTK Digital Camera Tool
|
Summary: A GTK Digital Camera Tool
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Hardware/Camera
|
Group: Hardware/Camera
|
||||||
Version: 0.1.16
|
Version: 0.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -40,6 +40,14 @@ Requires: %{name}-lang = %{version}
|
|||||||
GTKam is a GTK and GNOME based tool for accessing a digital camera,
|
GTKam is a GTK and GNOME based tool for accessing a digital camera,
|
||||||
viewing thumbnails, and downloading pictures from the camera.
|
viewing thumbnails, and downloading pictures from the camera.
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
Summary: Documentation for gtkcam
|
||||||
|
Group: Documentation/Man
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
|
%description doc
|
||||||
|
Documentation for gtkcam.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
@ -67,9 +75,6 @@ rm -r $RPM_BUILD_ROOT%{_datadir}/doc/gtkam
|
|||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%fdupes $RPM_BUILD_ROOT
|
%fdupes $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT;
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog CHANGES COPYING NEWS README TODO
|
%doc AUTHORS ChangeLog CHANGES COPYING NEWS README TODO
|
||||||
@ -82,8 +87,12 @@ rm -rf $RPM_BUILD_ROOT;
|
|||||||
%{_datadir}/pixmaps/gtkam.png
|
%{_datadir}/pixmaps/gtkam.png
|
||||||
%{_datadir}/pixmaps/gtkam-camera.png
|
%{_datadir}/pixmaps/gtkam-camera.png
|
||||||
%{_libdir}/gimp/2.0/plug-ins/gtkam-gimp
|
%{_libdir}/gimp/2.0/plug-ins/gtkam-gimp
|
||||||
%doc %{_mandir}/man1/*.*
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc AUTHORS ChangeLog CHANGES COPYING NEWS README TODO
|
||||||
|
%{_mandir}/man1/*.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user