SHA256
1
0
forked from pool/gtkam
OBS User unknown 2007-08-09 16:57:37 +00:00 committed by Git OBS Bridge
parent 397c0976ca
commit 9379b2f97d
2 changed files with 21 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 8 00:24:39 CEST 2007 - maw@suse.de
- Use %fdupes
- Split off a -lang subpackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 6 17:44:27 CET 2007 - sbrabec@suse.cz Tue Feb 6 17:44:27 CET 2007 - sbrabec@suse.cz

View File

@ -11,17 +11,18 @@
# norootforbuild # norootforbuild
Name: gtkam Name: gtkam
BuildRequires: gimp-devel libexif-gtk libgnomeui-devel libgphoto2-devel update-desktop-files BuildRequires: fdupes gimp-devel libexif-gtk libgnomeui-devel libgphoto2-devel update-desktop-files
# FIXME: Only for /usr/share/omf directory ownership # FIXME: Only for /usr/share/omf directory ownership
BuildRequires: scrollkeeper BuildRequires: scrollkeeper
License: GNU General Public License (GPL) License: GPL v2 or later
Group: Hardware/Other Group: Hardware/Camera
Summary: A GTK Digital Camera Tool Summary: A GTK Digital Camera Tool
Version: 0.1.14.0.trunk Version: 0.1.14.0.trunk
Release: 2 Release: 60
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: http://gphoto.org URL: http://gphoto.org
Requires: %{name}-lang = %{version}
%description %description
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,
@ -35,6 +36,7 @@ Authors:
Philippe Marzouk <bullmali@afribone.net.ml> Philippe Marzouk <bullmali@afribone.net.ml>
Colin Marquardt <colin@marquardt-home.de> Colin Marquardt <colin@marquardt-home.de>
%lang_package
%prep %prep
%setup -q %setup -q
@ -53,10 +55,12 @@ rm -r $RPM_BUILD_ROOT%{_datadir}/doc/gtkam
%endif %endif
%find_lang %{name} %find_lang %{name}
%fdupes $RPM_BUILD_ROOT
%clean %clean
rm -rf $RPM_BUILD_ROOT; rm -rf $RPM_BUILD_ROOT;
%files -f %{name}.lang %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS ChangeLog CHANGES COPYING NEWS README TODO %doc AUTHORS ChangeLog CHANGES COPYING NEWS README TODO
%{_bindir}/gtkam %{_bindir}/gtkam
@ -70,7 +74,12 @@ rm -rf $RPM_BUILD_ROOT;
%{_libdir}/gimp/2.0/plug-ins/gtkam-gimp %{_libdir}/gimp/2.0/plug-ins/gtkam-gimp
%doc %{_mandir}/man1/*.* %doc %{_mandir}/man1/*.*
%changelog -n gtkam %files lang -f %{name}.lang
%changelog
* Wed Aug 08 2007 - maw@suse.de
- Use %%fdupes
- Split off a -lang subpackage.
* Tue Feb 06 2007 - sbrabec@suse.cz * Tue Feb 06 2007 - sbrabec@suse.cz
- Spec file cleanup. - Spec file cleanup.
- Package gexif in a separate package. - Package gexif in a separate package.