Projects
Extra
fpm2
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 8
View file
fpm2.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue May 29 05:24:26 UTC 2012 - pascal.bleser@opensuse.org + +- removed the licenses hack, see + https://bugs.links2linux.org/browse/PM-27 + +------------------------------------------------------------------- Thu Mar 31 00:00:00 UTC 2011 - detlef@links2linux.de - update to 0.79
View file
fpm2.spec
Changed
@@ -1,26 +1,34 @@ -# Copyright (c) 2008-2010 oc2pus -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# vim: set sw=4 ts=4 et: + +# Copyright (c) 2008-2010 Toni "oc2pus" Graffy +# Copyright (c) 2011 Detlef Reichelt <detlef@links2linux.org> +# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org> # -# Please submit bugfixes or comments to toni@links2linux.de - -# norootforbuild - -Summary: Password manager with GTK2 GUI -Name: fpm2 -Version: 0.79 -Release: 0.pm.1 -License: GPL -Group: Productivity/Security -Source: http://als.regnet.cz/%{name}/download/%{name}-%{version}.tar.bz2 -URL: http://als.regnet.cz/fpm2/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: intltool -BuildRequires: gettext -BuildRequires: gtk2-devel -BuildRequires: libxml2-devel -BuildRequires: update-desktop-files -Requires: licenses +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.links2linux.org + +Summary: Password manager with GTK2 GUI +Name: fpm2 +Version: 0.79 +Release: 0.pm.1 +License: GPL-2.0+ +Group: Productivity/Security +Source: http://als.regnet.cz/%{name}/download/%{name}-%{version}.tar.bz2 +URL: http://als.regnet.cz/fpm2/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +BuildRequires: intltool +BuildRequires: gettext +BuildRequires: gtk2-devel +BuildRequires: libxml2-devel +BuildRequires: update-desktop-files %description Figaro's Password Manager 2 is a program that allows you to securely @@ -54,7 +62,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure -%__make %{?jobs:-j%{jobs}} +%__make %{?_smp_flags} %install %makeinstall @@ -62,21 +70,19 @@ # icon %__install -dm 755 %{buildroot}%{_datadir}/pixmaps %__install -m 644 data/pixmaps/logo.png \ - %{buildroot}%{_datadir}/pixmaps/%{name}.png + %{buildroot}%{_datadir}/pixmaps/%{name}.png %suse_update_desktop_file -i %{name} Utility Security %find_lang %{name} -ln -sf %{_datadir}/doc/licenses/md5/$(md5sum COPYING | %__sed 's/ .*//') COPYING - %clean - -d "%{buildroot}" -a "%{buildroot}" != "" && %__rm -rf "%{buildroot}" +%{?buildroot:%__rm -rf "%{buildroot}"} %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README TODO -%doc %{_mandir}/man1/%{name}.1.gz +%doc %{_mandir}/man1/%{name}.1* %{_bindir}/%{name} %{_datadir}/pixmaps/*.png %dir %{_datadir}/pixmaps/%{name} @@ -86,4 +92,3 @@ %files lang -f %{name}.lang %changelog -# vim: set sw=4 ts=4 et:
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.